|
write variables each x frames? Anonymous |
15 year
|
Hi,
i'm looking for a simple way to write variables each x number of frames? is this possible?
[I have been trying to do this with a TIMER module, but the output is written to a file each frame].
regards,
Dieter
|
|
|
Anonymous |
15 year
|
Yes, you can use a small VBScript to check the image_count variable and set another variable when that count reaches x. See the attached robofile for an example on how to do this. Note that the file c:\temp\test.txt will contain increasing number but with modulus 5 increment (i.e. it writes only every 5th frame).
STeven.
program.robo
|
|