Blender Git Commit Log
Git Commits -> Revision 9f43acc
Revision 9f43acc by Willian Padovani Germano (master) January 13, 2005, 03:04 (GMT) |
BPython: - patch by Jonathan Merritt: new function Blender.Draw.Image() + its doc; - patch by Campbell Barton: .users attribute for many types; - tiny internal change in nmesh.hasVertexUV() method. Thanks to Jonathan and Campbell for the patches and the patience! |
Commit Details:
Full Hash: 9f43accdb2319b567551f652a6966a5fa56f086b
SVN Revision: 3757
Parent Commit: 5161998
Lines Changed: +225, -26
11 Modified Paths:
/source/blender/python/api2_2x/Camera.c (+4, -2) (Diff)
/source/blender/python/api2_2x/doc/Draw.py (+61, -0) (Diff)
/source/blender/python/api2_2x/Draw.c (+116, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+4, -3) (Diff)
/source/blender/python/api2_2x/Lamp.c (+6, -4) (Diff)
/source/blender/python/api2_2x/Lattice.c (+5, -2) (Diff)
/source/blender/python/api2_2x/Material.c (+6, -4) (Diff)
/source/blender/python/api2_2x/Metaball.c (+2, -0) (Diff)
/source/blender/python/api2_2x/NMesh.c (+15, -9) (Diff)
/source/blender/python/api2_2x/Texture.c (+4, -2) (Diff)
/source/blender/python/api2_2x/World.c (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/Draw.py (+61, -0) (Diff)
/source/blender/python/api2_2x/Draw.c (+116, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+4, -3) (Diff)
/source/blender/python/api2_2x/Lamp.c (+6, -4) (Diff)
/source/blender/python/api2_2x/Lattice.c (+5, -2) (Diff)
/source/blender/python/api2_2x/Material.c (+6, -4) (Diff)
/source/blender/python/api2_2x/Metaball.c (+2, -0) (Diff)
/source/blender/python/api2_2x/NMesh.c (+15, -9) (Diff)
/source/blender/python/api2_2x/Texture.c (+4, -2) (Diff)
/source/blender/python/api2_2x/World.c (+2, -0) (Diff)