Blender Git Commits

Blender Git commits from all branches.

Page: 2670 / 2888

March 12, 2014, 13:42 (GMT)
Added WIP notes to update flushing to ensure that tagged-count gets updated
March 12, 2014, 13:39 (GMT)
Added defines for list+number of all operation nodes to depsgraph

The purpose of these defines at toplevel is so that operations
over the nodes do not necessarily require setting up a full
aparatus for performing node traversal.

Also, the nodecount variable provides us with a valuable ability
to cross-check whether all nodes have been evaluated. (Then again,
it doesn't quite work, as not all nodes will be scheduled up)
March 12, 2014, 13:39 (GMT)
First stab at higher-level querying API - Get list of ID-blocks with links to/from self
March 12, 2014, 13:39 (GMT)
Remove obsolete comments
March 12, 2014, 13:39 (GMT)
Convenience wrapper for finding nodes from RNA Ptr+Prop -> Used for node tagging calls
March 12, 2014, 13:39 (GMT)
Ported DEG_add_operation() calls over to the new API
March 12, 2014, 13:39 (GMT)
Ported over DEG_find_node() to new API
March 12, 2014, 13:39 (GMT)
Ported over all DEG_get_node() calls in building code to new API
March 12, 2014, 13:39 (GMT)
Fixed DEG_add_operation() function definition to match new apis
March 12, 2014, 13:39 (GMT)
Ported over node type logic to new API's
March 12, 2014, 13:39 (GMT)
Start differenciating between "subdata" names and "operation" names

* Subdata names are for nested components (e.g. bones)
* Operation names are for the names of specific operations within a component
March 12, 2014, 13:39 (GMT)
Removed questionable motiontracker rel, and noted what it does (according to Sergey)
March 12, 2014, 13:39 (GMT)
Notes for group graph building
March 12, 2014, 13:39 (GMT)
Pass "main db" pointer down to scene building function
March 12, 2014, 13:39 (GMT)
Added note/stub for sound system updates on frame change
March 12, 2014, 13:39 (GMT)
Added include header for more types
March 12, 2014, 13:39 (GMT)
Removed unused section divider
March 12, 2014, 13:39 (GMT)
First draft of building code for rigidbody sim
March 12, 2014, 13:39 (GMT)
Draft tagging + subgraph building steps for groups
March 12, 2014, 13:39 (GMT)
Jotting down connection points between depsgraph and geom eval
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021