Blender Git Loki
Git Commits -> Revision 2f3dbcc
Revision 2f3dbcc by Willian Padovani Germano (master) May 22, 2005, 07:22 (GMT) |
BPython bug fixes: - bug #2033 reported by Ken Hughes: Vertices of mesh parented to lattice is scaled incorrectly: https://projects.blender.org/tracker/?func=detail&aid=2033&group_id=9&atid=125 - bug #2211 reported by German Alonso Tamayo (servivo): Add a vertex to a mesh with groups using a script and then edit that mesh hangs blender: https://projects.blender.org/tracker/index.php?func=detail&aid=2211&group_id=9&atid=125 (#2211's hang was already fixed with previous commit, but this way should work better) - doc updates (Ken reported missing info about Render slinks, thanks). |
Commit Details:
Full Hash: 2f3dbcc5b75922bdb0847fce5ce8a15d35443314
SVN Revision: 4476
Parent Commit: ae2acbf
Lines Changed: +103, -23
10 Modified Paths:
/source/blender/python/api2_2x/doc/Camera.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Lattice.py (+13, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+5, -2) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/World.py (+2, -2) (Diff)
/source/blender/python/api2_2x/Lattice.c (+25, -7) (Diff)
/source/blender/python/api2_2x/NMesh.c (+42, -2) (Diff)
/source/blender/python/api2_2x/Object.c (+9, -2) (Diff)
/source/blender/python/api2_2x/Scene.c (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Lattice.py (+13, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+5, -2) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/World.py (+2, -2) (Diff)
/source/blender/python/api2_2x/Lattice.c (+25, -7) (Diff)
/source/blender/python/api2_2x/NMesh.c (+42, -2) (Diff)
/source/blender/python/api2_2x/Object.c (+9, -2) (Diff)
/source/blender/python/api2_2x/Scene.c (+1, -1) (Diff)