Blender Git Commit Log

Git Commits -> Revision fd2e399

Revision fd2e399 by Lukas Toenne (master)
June 9, 2013, 08:46 (GMT)
Removed the 'custom node group' example from the pynodes template script. This does not work properly due to the fact that node groups don't have a single registerable base class any more. The reason for
that is that RNA does not support multiple inheritance so the actual node group subtypes (ShaderNodeGroup, CompositorNodeGroup, TextureNodeGroup) can not be derived from both the
ShaderNode/CompositorNode/TextureNode base types as well as a common NodeGroup type ... It is possible however to define node group types entirely in python which avoids the limitations of the RNA system
and is much more flexible, example for this will follow later.

Commit Details:

Full Hash: fd2e3999bbbac2569e477eeb4eae1e261d1f4e36
SVN Revision: 57300
Parent Commit: 820acf1
Lines Changed: +0, -23

1 Modified Path:

/release/scripts/templates_py/custom_nodes.py (+0, -23) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021