Blender Git Loki
Git Commits -> Revision 307ad08
Revision 307ad08 by Campbell Barton (master) November 21, 2007, 11:53 (GMT) |
wizard_curve2tree.py - always use active object (local view was messing up the context) Mesh.c - mesh.faces.extend([..., smooth=True]) - smooth keyword argument, in a number of places was looping through all faces just to smooth them. mesh_skin.py - smooth by default |
Commit Details:
Full Hash: 307ad085fcc19cff837064009976e0d92c6a22e9
SVN Revision: 12643
Parent Commit: 3a83287
Lines Changed: +74, -34