March 12, 2014, 13:39 (GMT) |
Add driver node with unique names |
March 12, 2014, 13:39 (GMT) |
Separated out code for building constraint stack eval stuff |
March 12, 2014, 13:39 (GMT) |
Some more name-usage cleanups in core code * Fix wrong defines used for size of name bufs * Remove nti->get_name() ref. This isn't implemented yet, and wouldn't really work in the cases where it's really needed * Copy over provided name where applicable |
March 12, 2014, 13:39 (GMT) |
Added name parameter to DEG_add_operation() It's needed to ensure that bone operations can be easily identified |
March 12, 2014, 13:39 (GMT) |
Start of code to build depsgraph for bones |
March 12, 2014, 13:39 (GMT) |
Graph building code now tags drivers needing Python accordingly |
March 12, 2014, 13:39 (GMT) |
Extra flags/attributes for OpNodes - Timing stats + Flags * Added attributes for logging how long it took to evaluate an operation (and/or the last timestamp when it was evaluated) * Added flag to tag operations which require the use of Python (there are implications for the scheduler here re-GIL threading lock issues but also our more general Py-Security concerns). See r58801 for example of threading issues... |
March 12, 2014, 13:39 (GMT) |
Noted some todo's |
March 12, 2014, 13:39 (GMT) |
Fixed lookup for rigidbody node - this still needs review, but leave it for now |
March 12, 2014, 13:39 (GMT) |
Remove opnode type <-> component type mapping stuff from DEG_add_operation() |
March 12, 2014, 13:39 (GMT) |
Define type info for operation nodes |
March 12, 2014, 13:39 (GMT) |
Logic for adding/removing op nodes from graph * XXX: review the role of the hash, but also use of string identifiers for lookups here... |
March 12, 2014, 13:39 (GMT) |
Fleshed out body of add method for parameters node |
March 12, 2014, 13:39 (GMT) |
Skeleton for Parameter OpNode + Helper callbacks that uses |
March 12, 2014, 13:39 (GMT) |
Missed one more remove_from_graph() |
March 12, 2014, 13:39 (GMT) |
Add missing "remove_from_graph()" callbacks |
March 12, 2014, 13:39 (GMT) |
Defines for root node |
March 12, 2014, 13:39 (GMT) |
Time Source Node |
March 12, 2014, 13:39 (GMT) |
Remove relationships to/from node when removing a node |
March 12, 2014, 13:39 (GMT) |
Component remove from graph |
|
|
|


Master Commits
MiikaHweb | 2003-2021