Versions Compared

Key

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

...

If you have never used one of the RealFlow's scripting windows and editors before, we recommend having a look at the following chapters:

When you now open the “Batch Graph” window you will recognize a substantial difference: the “Batch script” window is nothing more than an empty editor. There you have to type in your script, debug and run it. RealFlow's internal debugger helps you to find the correct notation of the Python commands and helps you to fix errors. The “Batch Graph” window, on the other hand, provides an empty canvas with a grid. This is the area where you will place the icons that represent/replace the Python commands. So far, the difference is visual .

...

Of course, RealFlow's “Batch Graph” programs have to follow a syntax as well, but on much lower level. The fact that everything is clearly arranged with coloured icons will make it much easier for you to follow your “code”. Instead of tracing variables and values throughout dozens or even hundreds of lines of code, this information can be displayed with a single click on the appropriate icon. If you have some experience with scripting, it will definitely be easier for you to get started, but programming novices will also profit greatly from this visual environment.

Although, RealFlow's “Graphs” system is very convenient and already manages many things for you, visual “scripting” requires a workflow that has to be learned. To get you off to a good start, we have created a comprehensive beginner's guide for you. Please go to the following section for a complete introduction with lots of examples and everything you need to create your own graphs:

RealFlow's Graphs Guide