Blender Git Commit Log
Git Commits -> Revision cd202a1
Revision cd202a1 by Joshua Leung (master) October 14, 2009, 11:57 (GMT) |
Drivers UI - Converting to Layout Engine * Converted Drivers UI to mostly use the Layout Engine * All the buttons that perform actions are not operators yet (the code for that would be quite icky still) * I've added some (commented out) calls for the property definitions of Driver properties to perform Depsgraph updates. I've left these commented out until we have the option to turn off auto-updates, since with driver editing, that could be very dangerous. * Drivers can now (in theory) use any ID-block, using the Any-ID template added earlier. However, be warned that the stupid depsgraph won't be able to cope with most of these cases. TODO: - more fancy widgets for RNA-Path and Index will come later |
Commit Details:
Full Hash: cd202a1a24a7ef1ca396df4e679b240915fbc446
SVN Revision: 23830
Parent Commit: 3d57e84
Lines Changed: +96, -84