PDA

View Full Version : Scene Limits


BloodQuest
08-06-2005, 10:29 PM
I don't know if I'm overlooking something, but here goes.

Framestart and renderstart are the same, frameend and renderend likewise.

All four are based on the section of the scene to be rendered, rather than the start and end frames from the timeline.

Am I being stupid or is this wrong?

Simon

Jarno
08-07-2005, 02:12 AM
Am I being stupid or is this wrong?

Ehmmm, neither?

renderstart/step/end appear to be aliases for framestart/step/end. The matching structure in the SDK has only frameStart/Step/End, but no renderStart/Step/End. In general the LScript objects don't give any more info than the equivalent SDK structures, so I strongly doubt render* has a different meaning than frame*.

The limits set for the timeline in Layout are given by previewstart and previewend.

---JvdL---

BloodQuest
08-07-2005, 02:56 AM
Thanks, Jarno, you're an absolute star!

Simon