Blender Git Loki
Git Commits -> Revision b0db68c
Revision b0db68c by Willian Padovani Germano (master) April 23, 2008, 20:06 (GMT) |
== PyNodes == Finishing a few needed things before the release: changed ShadeInput vars access from a single getAttribute function to individual methods, one for each var, for faster access (needed, since these are accessed over and over during rendering). Very repetitive code, so I used a few macros to write it. Compiles w/o warnings here (linux, gcc 4.3.0), please report any problems. This is just an internal change, the Python API is still the same. |
Commit Details:
Full Hash: b0db68ccb0e4d1cb4be0975e6f6478b4dc19e37b
SVN Revision: 14531
Parent Commit: 4f49a3b
Lines Changed: +195, -157
1 Modified Path:
/source/blender/python/api2_2x/Node.c (+195, -157) (Diff)