Blender Git Loki
Git Commits -> Revision eee0f75
Revision eee0f75 by Lukas Toenne (particles_refactor) April 22, 2014, 09:23 (GMT) |
Added new python module 'bparticles' for implementing a full python API to define particle states. This is necessary because otherwise the RNA can only refer to data that already exists in the DNA library (bpy.data) but not create temporary structs. The state should be defined separately before replacing a particle system's state with it. This is similar to how bmesh works. |
Commit Details:
Full Hash: eee0f75b1f58e4b7b5f5745655c17039331a8f33
Parent Commit: fe0bd22
Lines Changed: +173, -0
3 Added Paths:
/source/blender/python/bparticles/bparticles_py_api.c (+95, -0) (View)
/source/blender/python/bparticles/bparticles_py_api.h (+35, -0) (View)
/source/blender/python/bparticles/CMakeLists.txt (+39, -0) (View)
/source/blender/python/bparticles/bparticles_py_api.h (+35, -0) (View)
/source/blender/python/bparticles/CMakeLists.txt (+39, -0) (View)