March 14, 2014, 17:27 (GMT) |
Merge branch 'master' into soc-2013-paint |
March 14, 2014, 17:19 (GMT) |
Color tweaks: * Use explicit color values (hex format) instead of predefined schemes for more control and larger palettes. * Disabled: edge coloring (not very useful because hard to distinguish). |
March 14, 2014, 15:01 (GMT) |
Show a legend in the graphviz output. |
March 14, 2014, 14:03 (GMT) |
Invert edge direction to better reflect the meaning of a "dependency". |
March 14, 2014, 13:43 (GMT) |
Handle internal relations of component nodes. |
March 14, 2014, 13:40 (GMT) |
Display nested node graphs using graphviz' cluster syntax. |
March 14, 2014, 12:37 (GMT) |
Renamed the 'class' in DepsNode to 'tclass' to avoid the C++ keyword. For the compiler this doesn't make a difference since it's C code, but IDEs will have trouble identifying the struct member correctly. |
March 14, 2014, 12:35 (GMT) |
Use different graphviz styles based on the node class. |
March 14, 2014, 11:46 (GMT) |
Fix for depsgraph rebuilding: Old depsgraph needs to be freed first, otherwise relations get added repeatedly. |
March 14, 2014, 11:32 (GMT) |
Print relation names as labels. |
March 14, 2014, 11:17 (GMT) |
Removed unused graphviz debug code. |
March 14, 2014, 11:10 (GMT) |
Few graphviz improvements: * Handle all the nodes in Depsgraph (probably still incomplete) * Print basic relations * Nicer color for nodes based on types |
March 14, 2014, 11:10 (GMT) |
Specialized graphviz debug output function. This function directly prints a graphviz representation into a file. Eventually this could be replaced by a python script, but that requires a full RNA representation of the depsgraph. |
March 14, 2014, 11:10 (GMT) |
Basic DepsNode type in RNA and a root_node property in the Depsgraph. |
March 14, 2014, 11:10 (GMT) |
Added a few missing struct tags in depsgraph_types.h. |
March 14, 2014, 11:10 (GMT) |
Disabled params node assert for now, these should always be created eventually. |
March 14, 2014, 03:25 (GMT) |
Renaming "valency" field of DepsNodes to align better with revised naming in master |
March 14, 2014, 03:24 (GMT) |
Spelling/Typo fixes |
March 14, 2014, 01:30 (GMT) |
Fix for linking error with scons + windows/mingw DEG_graph_build_from_scene() was not found by the linker in the RNA code |
March 14, 2014, 00:28 (GMT) |
Scons support for depsgraph module |
|
|
|


Master Commits
MiikaHweb | 2003-2021