New update 08.11.09
- This topic has 0 replies, 1 voice, and was last updated 15 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.
Home › Forums › TimelineFX Module › New update 08.11.09
Just a few small changes coinciding with some new editor features. Worth noting a new method in tlParticleManager: Destroy() which will safely tidy up a particle manger you’ve finished with to avoid memory leaks. Let me know any issues!
entity.mod
– Tidied up the behaviour of entities that have a z value other then 1
– New field: RootParent. This is the absolute root parent of the entity. Set when you add the entity as a child. see AssignRootParent
– You can now SetRadiusCalculate Which starts calculating the entity’s area of influence. This is used in the editor to auto fit the effect to the animation frame size
TimelineFX.mod
– Tidied up the behaviour of adjusting the Z value of effects and implented globalz as a graph attribute
– Particle manager now restores the GFX states (alpha, scale etc.) after drawing particles
– Added Destroy method to tlParticleManager. Use to avoid memory leaks
– The Graphics driver state is now returned to normal after rendering particles (setalpha, setrotation etc)
Tweener.mod
– Fixed a bug in the example program
You must be logged in to reply to this topic.