Blender Git Commit Log
Git Commits -> Revision f3d1522
Revision f3d1522 by Lukas Toenne (particles_refactor) April 22, 2014, 09:23 (GMT) |
Basic submodule 'types' in bparticles, defining a PyObject type for the particle state. |
Commit Details:
Full Hash: f3d1522272cfeaaca3f43563882315e0957b1561
Parent Commit: eee0f75
Lines Changed: +301, -41
2 Added Paths:
/source/blender/python/bparticles/bparticles_py_types.c (+172, -0) (View)
/source/blender/python/bparticles/bparticles_py_types.h (+48, -0) (View)
/source/blender/python/bparticles/bparticles_py_types.h (+48, -0) (View)
5 Modified Paths:
/source/blender/blenkernel/BKE_nparticle.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/nparticle.c (+41, -35) (Diff)
/source/blender/makesdna/DNA_nparticle_types.h (+2, -0) (Diff)
/source/blender/python/bparticles/bparticles_py_api.c (+32, -6) (Diff)
/source/blender/python/bparticles/CMakeLists.txt (+2, -0) (Diff)
/source/blender/blenkernel/intern/nparticle.c (+41, -35) (Diff)
/source/blender/makesdna/DNA_nparticle_types.h (+2, -0) (Diff)
/source/blender/python/bparticles/bparticles_py_api.c (+32, -6) (Diff)
/source/blender/python/bparticles/CMakeLists.txt (+2, -0) (Diff)