Blender Git Loki
Git Commits -> Revision d525271
Revision d525271 by Joshua Leung (depsgraph_refactor) March 12, 2014, 13:39 (GMT) |
Change argument types for low-level node management functions Apparently it is not possible to simply pass on the list of arbitrary arguments down the chain that easily (where the list grows and shrinks according to the needs of the specific API used). So instead, always use the full version. Alternative here is to just have separate copies for each case? |
Commit Details:
Full Hash: d525271e07763d80fabd0b42ebbd422e85cc49eb
Parent Commit: 0d900f7
Committed By: Lukas Toenne
Lines Changed: +11, -11