Blender Git Loki
Git Commits -> Revision 8b060dd
Revision 8b060dd by Joseph Gilbert (master) August 17, 2005, 14:26 (GMT) |
- update to constant.c - give it the key/items interface - creates some factory functions for const generation - genutils methods - method for getting module constants - method for throwing errors with a print string - updates to function names - clean up interpreter launch a bit |
Commit Details:
Full Hash: 8b060dd5adfe5d56f558e4a600717f2b755d8559
SVN Revision: 5124
Parent Commit: 2872263
Lines Changed: +427, -353
16 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+46, -47) (Diff)
/source/blender/python/api2_2x/constant.c (+168, -143) (Diff)
/source/blender/python/api2_2x/constant.h (+10, -19) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+0, -6) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+51, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+5, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+8, -8) (Diff)
/source/blender/python/api2_2x/Lamp.c (+18, -18) (Diff)
/source/blender/python/api2_2x/Material.c (+4, -4) (Diff)
/source/blender/python/api2_2x/NMesh.c (+17, -17) (Diff)
/source/blender/python/api2_2x/Noise.c (+19, -19) (Diff)
/source/blender/python/api2_2x/sceneRadio.c (+7, -7) (Diff)
/source/blender/python/api2_2x/Text3d.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Texture.c (+14, -14) (Diff)
/source/blender/python/api2_2x/Window.c (+30, -30) (Diff)
/source/blender/python/BPY_interface.c (+27, -18) (Diff)
/source/blender/python/api2_2x/constant.c (+168, -143) (Diff)
/source/blender/python/api2_2x/constant.h (+10, -19) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+0, -6) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+51, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+5, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+8, -8) (Diff)
/source/blender/python/api2_2x/Lamp.c (+18, -18) (Diff)
/source/blender/python/api2_2x/Material.c (+4, -4) (Diff)
/source/blender/python/api2_2x/NMesh.c (+17, -17) (Diff)
/source/blender/python/api2_2x/Noise.c (+19, -19) (Diff)
/source/blender/python/api2_2x/sceneRadio.c (+7, -7) (Diff)
/source/blender/python/api2_2x/Text3d.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Texture.c (+14, -14) (Diff)
/source/blender/python/api2_2x/Window.c (+30, -30) (Diff)
/source/blender/python/BPY_interface.c (+27, -18) (Diff)