March 12, 2014, 13:42 (GMT) |
Compile Fix - Typo/Stray Comma |
March 12, 2014, 13:42 (GMT) |
Compile Fix - Typo in include |
March 12, 2014, 13:42 (GMT) |
Code reshuffling - RootDepsNode needs to be defined *after* TimeSourceDepsNode Although it would be nicer (for logical ordering purposes) to do this the other way around, the problem here is that RootDepsNode depends on TimeSourceDepsNode. Since we'd be defining it anyway - perhaps just a few lines later, that's not such a big deal |
March 12, 2014, 13:42 (GMT) |
Once updating is done, clear update tags from all nodes |
March 12, 2014, 13:42 (GMT) |
Added skeleton API method to clear update tags from all evaluatable nodes |
March 12, 2014, 13:42 (GMT) |
Removed unneeded line from Scons file |
March 12, 2014, 13:42 (GMT) |
Compile Fix - Missing Includes |
March 12, 2014, 13:42 (GMT) |
Compile Fix - Type Mismatch |
March 12, 2014, 13:42 (GMT) |
Compile Fix - Remove unneeded include def in Scons config file |
March 12, 2014, 13:42 (GMT) |
Compile fixes - use "struct <TypeName>" in BKE_despgraph.h for types which may not be dfined everywhere |
March 12, 2014, 13:42 (GMT) |
Bone Component inlinks validation |
March 12, 2014, 13:42 (GMT) |
Change operation type for rigidbody sim to special type for this purpose |
March 12, 2014, 13:42 (GMT) |
Added dedicated "rebuild" operation type |
March 12, 2014, 13:42 (GMT) |
Finish off bone component validation - outlinks + final operation finding |
March 12, 2014, 13:42 (GMT) |
Finish off RigidBody graph building * Added type/safety checks for object-group building * Added code for constraints building |
March 12, 2014, 13:42 (GMT) |
Start of graph building for rigidbody object/participant eval This is not yet complete, and will need some extra graph building code to be put in place before it will work. |
March 12, 2014, 13:42 (GMT) |
Start of bone component validate links |
March 12, 2014, 13:42 (GMT) |
Fix invalid comment |
March 12, 2014, 13:42 (GMT) |
Copy and paste error |
March 12, 2014, 13:42 (GMT) |
Code cleanup - Remove old comments |
|