Blender Git Loki
Git Commits -> Revision 9261efa
Revision 9261efa by Campbell Barton (master) August 24, 2009, 10:37 (GMT) |
[#18936] Particle Related Patch from Alberto Santos (dnakhain) This also adds the option to duplicate a particle system with an object. --- description from the patch submission. This patch includes my latest additions to the Python API developed for my Degree's Project. It includes: - Particle - Vertex group dictionary in doc (to use with setvertexgroup/getvertexgroup) - Particle.New return psys (not specified in doc) - Draw As variable and dict - Strand render toggle - Object - psys variable in duplicate - Material - Strand render variables - Texture - Use colorbands - Lamp - Spot buffer type selection |
Commit Details:
Full Hash: 9261efa4d6dd59f9284443fea85a24282eb72d27
SVN Revision: 22742
Parent Commit: 9967037
Lines Changed: +450, -9
12 Modified Paths:
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+7, -0) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+18, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Particle.py (+31, -1) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+2, -0) (Diff)
/source/blender/python/api2_2x/Lamp.c (+40, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+203, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+6, -4) (Diff)
/source/blender/python/api2_2x/Particle.c (+98, -2) (Diff)
/source/blender/python/api2_2x/Texture.c (+29, -0) (Diff)
/source/blender/src/editobject.c (+11, -0) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+7, -0) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+18, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Particle.py (+31, -1) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+2, -0) (Diff)
/source/blender/python/api2_2x/Lamp.c (+40, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+203, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+6, -4) (Diff)
/source/blender/python/api2_2x/Particle.c (+98, -2) (Diff)
/source/blender/python/api2_2x/Texture.c (+29, -0) (Diff)
/source/blender/src/editobject.c (+11, -0) (Diff)