Blender Git Commit Log
Git Commits -> Revision 3b8925c
Revision 3b8925c by Brecht Van Lommel (master) October 9, 2009, 13:25 (GMT) |
Particle Edit Mode: * Fix crash trying to enter particle mode when the particle modifier is disabled in the stack. * Fix redraw being very slow due to the draw function causing the object to be recalculated on each redraw (through PE_draw_object). * Removed the system where PE_get_current would automatically create the particle edit, this would run from poll() functions, which gave all kinds of issues, now it only creates the data on enter/exit and switching active particle system. |
Commit Details:
Full Hash: 3b8925c65505c1125a07da60a901ffb2fb21e9b0
SVN Revision: 23738
Parent Commit: ca3e778
Lines Changed: +42, -14