Blender Git Loki
Git Commits -> Revision 792114e
Revision 792114e by Campbell Barton (master) July 29, 2006, 07:14 (GMT) |
removed image_bake_from_uvs and replaced it with a module that does all the work and 4 scripts accessable from the UV/Image menu. - bake wire - bake image - bake vcol - bake normals Fitting all the options for these into 1 PupBlock was not good. An example of 4 different baking made from these scripts http://members.iinet.net.au/~cpbarton/temp.png |
Commit Details:
Full Hash: 792114e4764934317a782e55930c8de9a2143581
SVN Revision: 8241
Parent Commit: 9054a81
Lines Changed: +643, -259
5 Added Paths:
/release/scripts/bpymodules/BPyMessages.py (+10, -0) (View)
/release/scripts/image_bake_image.py (+94, -0) (View)
/release/scripts/image_bake_normals.py (+117, -0) (View)
/release/scripts/image_bake_vcol.py (+94, -0) (View)
/release/scripts/image_bake_wire.py (+96, -0) (View)
/release/scripts/image_bake_image.py (+94, -0) (View)
/release/scripts/image_bake_normals.py (+117, -0) (View)
/release/scripts/image_bake_vcol.py (+94, -0) (View)
/release/scripts/image_bake_wire.py (+96, -0) (View)
1 Deleted Path:
/release/scripts/image_bake_from_uvs.py (+0, -251)