Blender Git Commit Log
Git Commits -> Revision 05bf482
Revision 05bf482 by Willian Padovani Germano (master) February 9, 2005, 05:19 (GMT) |
BPython: - NMesh: made nmesh.update accept an optional 'vertex_shade' param to init vcols with shading info, like when you enter vpaint mode or press the relevant "make" button for a mesh without vcols. This is still a test, the functionality was requested by Manuel Bastioni for the SSS script they are working on: http://www.dedalo-3d.com/index.php?filename=SXCOL/makehuman/articles/subsurface_scattering_in_python.html - sys: made makename() accept files with max FILE_MAXDIR+FILE_MAXFILE name length, should fix #2192. Was only FILE_MAXFILE, a mistake; - Image: added .setFilename(), contributed by Campbell Barton; - Camera: added camera.get/setScale for the new param added by Ton for ortho cameras. Requested by Jean-Michel Soler for the Texture Baker script; - related doc updates. |
Commit Details:
Full Hash: 05bf482f6a50bd711fc6bb7ad986919741d478ae
SVN Revision: 3817
Parent Commit: 955d5aa
Lines Changed: +201, -53
12 Modified Paths:
/source/blender/python/api2_2x/Camera.c (+42, -5) (Diff)
/source/blender/python/api2_2x/Camera.h (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/API_intro.py (+5, -5) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+23, -3) (Diff)
/source/blender/python/api2_2x/doc/Image.py (+10, -1) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+27, -9) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+4, -4) (Diff)
/source/blender/python/api2_2x/Image.c (+22, -0) (Diff)
/source/blender/python/api2_2x/NMesh.c (+51, -15) (Diff)
/source/blender/python/api2_2x/NMesh.h (+6, -2) (Diff)
/source/blender/python/api2_2x/Object.c (+7, -7) (Diff)
/source/blender/python/api2_2x/Sys.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Camera.h (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/API_intro.py (+5, -5) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+23, -3) (Diff)
/source/blender/python/api2_2x/doc/Image.py (+10, -1) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+27, -9) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+4, -4) (Diff)
/source/blender/python/api2_2x/Image.c (+22, -0) (Diff)
/source/blender/python/api2_2x/NMesh.c (+51, -15) (Diff)
/source/blender/python/api2_2x/NMesh.h (+6, -2) (Diff)
/source/blender/python/api2_2x/Object.c (+7, -7) (Diff)
/source/blender/python/api2_2x/Sys.c (+2, -2) (Diff)