Search found 10 matches

by User_Peek
Wed May 04, 2016 3:32 pm
Forum: Legacy
Topic: Texture mesh in cinema 4d
Replies: 0
Views: 5313

Texture mesh in cinema 4d

Hee guys,

This is the first time I need a texture that follows the mesh. So it won't just stay at the same position in the viewport, but it should stay on the position of the mesh itself. How do I accomplish this?

Thanks!
by User_Peek
Wed Apr 20, 2016 12:57 pm
Forum: Legacy
Topic: Beer foam
Replies: 0
Views: 5380

Beer foam

Hee guys, I'm busy with this beer project, and it starts to look quit good. Now I've got the foam particles and the beer particles simulated, but I've got no idea how to export them. How to mesh, do you even mesh the foam? If I should mesh both, should they have the same settings? I want to use cine...
by User_Peek
Fri Apr 15, 2016 9:43 am
Forum: Legacy
Topic: where are the RF2015 scripting docs?
Replies: 2
Views: 6623

Re: where are the RF2015 scripting docs?

Hi!

I can't find them online either, but when you go to your realflow program folder there is a folder with docs --> help. The documents should be there.
by User_Peek
Fri Apr 15, 2016 9:11 am
Forum: Legacy
Topic: WARNING: Script error: "name 'scene' is not defined"
Replies: 10
Views: 10825

Re: WARNING: Script error: "name 'scene' is not defined"

Okay, I've got no idea why, but it's working now. I guess it were the missing indents. I imported the script you send me and it's working. So thanks anyway! I'm a happy man, haha.

Cheers!
by User_Peek
Fri Apr 15, 2016 8:08 am
Forum: Legacy
Topic: WARNING: Script error: "name 'scene' is not defined"
Replies: 10
Views: 10825

Re: WARNING: Script error: "name 'scene' is not defined"

In the mean time, anyone else any suggestions?
by User_Peek
Thu Apr 14, 2016 10:37 am
Forum: Legacy
Topic: Fracture crash
Replies: 7
Views: 12673

Re: Fracture crash

I've had this same problem. what worked in my case, was fracturing the fractured parts. So you fracture your geometry at a low number. And then fracture those again at a low number.
by User_Peek
Thu Apr 14, 2016 9:57 am
Forum: Legacy
Topic: WARNING: Script error: "name 'scene' is not defined"
Replies: 10
Views: 10825

Re: WARNING: Script error: "name 'scene' is not defined"

Okay thanks! I've send you a pm with the code
by User_Peek
Thu Apr 14, 2016 9:08 am
Forum: Legacy
Topic: WARNING: Script error: "name 'scene' is not defined"
Replies: 10
Views: 10825

Re: WARNING: Script error: "name 'scene' is not defined"

Oh don't worry, I found it quit fast tho! This is the output: >[14/April/2016 09:57:45] - WARNING: Traceback (most recent call last): >[14/April/2016 09:57:45] - WARNING: File "MasterUsrScript", line 27, in <module> >[14/April/2016 09:57:45] - WARNING: NameError >[14/April/2016 09:57:45] - WARNING: ...
by User_Peek
Thu Apr 14, 2016 7:55 am
Forum: Legacy
Topic: WARNING: Script error: "name 'scene' is not defined"
Replies: 10
Views: 10825

Re: WARNING: Script error: "name 'scene' is not defined"

Hello and thanks!

I've used scripts before, and they have all worked correctly. "scene" and "currentFrame" are both displayed in orange.
by User_Peek
Tue Apr 12, 2016 12:25 pm
Forum: Legacy
Topic: WARNING: Script error: "name 'scene' is not defined"
Replies: 10
Views: 10825

WARNING: Script error: "name 'scene' is not defined"

Hee guys, I've got a script running, but some lines should stop ad a given frame. Now I found this example script in the Realflow 2015 documentation, but I get this error: WARNING: Script error: "name 'scene' is not defined" at line number 1. This is the example script: if ( ( scene.currentFrame >= ...