Blender Git Loki
Git Commits  -> Revision ed78dcc
		
			
			
		
Revision ed78dcc by Willian Padovani Germano (master) May 17, 2003, 04:29 (GMT)  | 
* Added submodule NMesh: Partially implemented. Most of it comes from opy_nmesh.c, plus needed changes to integrate in into exppython. * Added helper submodule vector, needed by NMesh. * Minor changes in other files.  | 
Commit Details:
Full Hash: ed78dcc96cde26c56207aeb1fbd91488ca3a7f12
SVN Revision: 785
Parent Commit: 7c48bec
Lines Changed:  +2500,  -350
4 Added Paths:
/source/blender/python/api2_2x/NMesh.c (+1584, -0)  (View)
/source/blender/python/api2_2x/NMesh.h (+204, -0) (View)
/source/blender/python/api2_2x/vector.c (+222, -0) (View)
/source/blender/python/api2_2x/vector.h (+78, -0) (View)
/source/blender/python/api2_2x/NMesh.h (+204, -0) (View)
/source/blender/python/api2_2x/vector.c (+222, -0) (View)
/source/blender/python/api2_2x/vector.h (+78, -0) (View)
15 Modified Paths:
/source/blender/python/api2_2x/BGL.c (+313, -314) (Diff)
/source/blender/python/api2_2x/Blender.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Camera.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Camera.h (+8, -9) (Diff)
/source/blender/python/api2_2x/constant.c (+2, -2) (Diff)
/source/blender/python/api2_2x/constant.h (+1, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+49, -9) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+21, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Image.h (+2, -2) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Lamp.h (+2, -2) (Diff)
/source/blender/python/api2_2x/modules.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Text.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Text.h (+2, -2) (Diff)
/source/blender/python/api2_2x/Blender.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Camera.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Camera.h (+8, -9) (Diff)
/source/blender/python/api2_2x/constant.c (+2, -2) (Diff)
/source/blender/python/api2_2x/constant.h (+1, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+49, -9) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+21, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Image.h (+2, -2) (Diff)
/source/blender/python/api2_2x/Lamp.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Lamp.h (+2, -2) (Diff)
/source/blender/python/api2_2x/modules.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Text.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Text.h (+2, -2) (Diff)


 Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021