Blender Git Loki

Git Commits -> Revision 71758cb

Revision 71758cb by Lukas Toenne (master)
June 5, 2013, 20:10 (GMT)
Fix for frame node property display: Extended frame node properties such as the "shrink" option were not shown in the node editor sidebar. This was because the RNA type for the node was not using
NodeInternal as a base, which is a wrapper to expose the C callbacks as methods in bpy. Now these basic node types are also based on NodeInternal to ensure the full interface is available to py scripts.

In the process removed the unused NodeGroup register function, this doesn't work nicely anyway because it requires multiple inheritance which RNA doesn't support (so py node groups should be done
entirely in python in the future).

Commit Details:

Full Hash: 71758cb5d7fee4f3affa9822050525f79f14a9fb
SVN Revision: 57258
Parent Commit: bbb0252
Lines Changed: +4, -18

1 Modified Path:

/source/blender/makesrna/intern/rna_nodetree.c (+4, -18) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021