Search found 275 matches

by tsn
Wed Dec 21, 2011 9:22 am
Forum: Legacy
Topic: How do I run script during a simulation?
Replies: 4
Views: 5919

Re: How do I run script during a simulation?

How does one run a script with each frame of a simulation? I can load a script and run it easy enough before a simulation, but I can't determine from the Realflow manual how to run a script DURING a simulation. Please have a look at the manual, page 299-300, Simulation Events. We recommend to use t...
by tsn
Wed Dec 14, 2011 11:46 am
Forum: Legacy
Topic: site packages library mysql
Replies: 4
Views: 5594

Re: site packages library mysql

Just for later: you can always find out the current version with this short batch program: import sys scene.message(str(sys.version)) In the "Messages" window you'll then find something like: 2.6.2 (r262:71600, Jan 22 2010, 13:13:39) Please make sure to run the script inside RF, because from a termi...
by tsn
Mon Nov 21, 2011 12:18 pm
Forum: Job Manager
Topic: Using realfownode locally
Replies: 4
Views: 14844

Re: Using realfownode locally

Hi Andrea, If you want to work with RF nodes you need appropriate licenses. The standard license "only" includes the GUI version, but no additional nodes. It makes no difference whether you want to use RF nodes locally or within a network - the GUI version can be used on a single machine with (virtu...
by tsn
Tue Nov 01, 2011 12:17 pm
Forum: Legacy
Topic: Script for HotNcold ?
Replies: 4
Views: 5496

Re: Script for HotNcold ?

Hi, To have access to a parameter via Python or C++ it must be part of RF's SDK. In the SDK you can find all these parameters together with a description of their data formats (vector, list, integer float ...) and how to use them. If the relevant value isn't part of the SDK it can't be modified via ...
by tsn
Wed Aug 31, 2011 3:54 pm
Forum: Legacy
Topic: Waves on water surface
Replies: 3
Views: 4492

Re: Waves on water surface

I'm having the same issue here on OS X, but it's only a preview thing and not related to the simulation, because when I scrub the timeline I can see the animated displacement. Sometimes it works, sometimes not, but I couldn't find a pattern so far. As a workaround I use the Export Central preview fu...
by tsn
Tue Aug 30, 2011 8:31 am
Forum: Legacy
Topic: Does cache for rigid bodies work?
Replies: 5
Views: 6918

Re: Does cache for rigid bodies work?

I also observed this yesterday.
by tsn
Mon May 30, 2011 7:56 am
Forum: Legacy
Topic: Information Display at upper left
Replies: 2
Views: 3144

Re: Information Display at upper left

"V" is the number of vertices of a polygon object, "F" is the number of polygons also called faces.
by tsn
Thu May 26, 2011 1:12 pm
Forum: Legacy
Topic: RF5 + JPG files
Replies: 1
Views: 2816

RF5 + JPG files

Using JPG files in RF5 (current version) for OS X causes the application to crash. For example when use a JPG for a mesh's transparent shader or as a texture for meshes, RF closes immediately. I cannot see this issue under Windows. Can anyone confirm this? BTW, PNG and TIF work as expected.
by tsn
Wed Feb 16, 2011 10:03 am
Forum: Legacy
Topic: Random numbers in C++
Replies: 2
Views: 4551

Re: Random numbers in C++

Hi Alex,

As always, thanks a lot for your super fast reply. We'll definitely give it a try.

Best,
Thomas
by tsn
Wed Feb 16, 2011 9:38 am
Forum: Legacy
Topic: Random numbers in C++
Replies: 2
Views: 4551

Random numbers in C++

We have to create random numbers between 0 and 1 in one of our projects. To create a statistical distribution between these numbers, the generator is called with each calculation cycle. The problem is that this distribution doesn't turn out very good, because the generator uses CPU ticks as a seed v...