Search found 222 matches

by FlorianK
Wed Jul 17, 2013 10:25 am
Forum: Legacy
Topic: v131 - import system not working anymore
Replies: 7
Views: 7612

Re: v131 - import system not working anymore

Ok, the issue was IronPython and the System module is part of that. Probably, the former Realflow installation here was altered so it understands IronPython...
by FlorianK
Wed Jul 17, 2013 9:02 am
Forum: Legacy
Topic: Stitcher still not working
Replies: 12
Views: 14708

Re: Stitcher still not working

Ahh, cool!! It seems I forgot about that script.
by FlorianK
Tue Jul 16, 2013 5:15 pm
Forum: Legacy
Topic: Stitcher still not working
Replies: 12
Views: 14708

Re: Stitcher still not working

Ok, it is working (the Maya file). But what we are still after is how Sitcher handles sequences. In the image, you have manually entered each single file to stitch. How's that supposed to work with 600 Frames? As * doesn't work etc.
by FlorianK
Tue Jul 16, 2013 5:03 pm
Forum: Legacy
Topic: How to adopt Splash behavior on Displacement
Replies: 3
Views: 3594

How to adopt Splash behavior on Displacement

After Displacing a Domain using Displacement created inside a Graph, any Splashes created will not follow that kind of Displacement. Can anybody here think of a method to make the Splashes (and other secondaries) take the Graph Displacement into account?
by FlorianK
Tue Jul 16, 2013 3:41 pm
Forum: Legacy
Topic: v131 - import system not working anymore
Replies: 7
Views: 7612

Re: v131 - import system not working anymore

Ok...
The real commands (that alo don't work anymore) are

from system import *

or

from System.IO import *

what works fine is

import math,os

...and the same script had been running flawlessly, before.
by FlorianK
Tue Jul 16, 2013 2:50 pm
Forum: Legacy
Topic: v131 - import system not working anymore
Replies: 7
Views: 7612

Re: v131 - import system not working anymore

Any script containing import system (or any other module inside system) doesn't work anymore. Which breaks the complete pipeline here as we cannot submit our sims via deadline to the RF nodes. System is a crucial Python module and that simply must work. The issue happens on two different computers, ...
by FlorianK
Tue Jul 16, 2013 2:30 pm
Forum: Legacy
Topic: Stitcher still not working
Replies: 12
Views: 14708

Stitcher still not working

Was looking onto it, together with some programmers...like this is is more than useless. It just won't work (at least in Windows). Another issue it is RF ABC not working in Maya at all. It is more than frustrating to have things like this preventing you from doing the other work you have to do. Why ...
by FlorianK
Tue Jul 16, 2013 1:05 pm
Forum: Legacy
Topic: v131 - import system not working anymore
Replies: 7
Views: 7612

v131 - import system not working anymore

Realflow Python cannot find import system, anymore. Does anybody else have this issue?
by FlorianK
Thu Jul 11, 2013 12:39 pm
Forum: Legacy
Topic: Scene scale in 2013?
Replies: 5
Views: 5229

Re: Scene scale in 2013?

SPH and FLIP (Hyb2) are different technologies, so you cannot compare the substeps you need for SPH with the ones for FLIP. Usually, when working with FLIP 1-2 substeps should be sufficient, unless you see weird things happen. You might want to slightly increase substeps when fast moving objects are...
by FlorianK
Wed Jul 10, 2013 5:48 pm
Forum: Legacy
Topic: Simulating splash after a sim has been done.
Replies: 11
Views: 10664

Re: Simulating splash after a sim has been done.

To do one thing after another is the way it is meant to be done in order to save resurces.