Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With Boolean values it is a bit different, because they don’t do not need any quotation marks. You can toggle between true and false:

...

A very important issue concerns vector parameters and compatibility with RealFlow 4. Whenever you have to deal with individual components of a vector, a certain notation is required. As already mentioned, a vector always conists of a trio of values:

  • Position = [ 5.0, 2.3, 1.6 ]

In case you want to set the values with an appropriate attribute, you have to use the following syntax: 

...

The interesting thing is the dot “.” between attribute and component. If you want to use older scripts (e.g. form version 4), this notation has to be adapted, otherwise you will receive an error message.