Blender Git Commit Log
Git Commits -> Revision 2a47217
January 29, 2007, 15:10 (GMT) |
= Updating the UVProject modifier to handle multiple UV layers = * Removed the "Add UVs" option from the UVProject modifier * Added a UV layer menu to the UVProject modifier * Refactored the Displace modifier UV layer menu code to allow the UVProject modifier to share it * Added two CustomData functions to facilitate getting layers by name |
Commit Details:
Full Hash: 2a47217cba4123da38d47278a5f52c38080e926e
SVN Revision: 9959
Parent Commit: 2d361fc
Lines Changed: +154, -85
5 Modified Paths:
/source/blender/blenkernel/BKE_customdata.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/customdata.c (+29, -0) (Diff)
/source/blender/blenkernel/intern/modifier.c (+35, -35) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -3) (Diff)
/source/blender/src/buttons_editing.c (+84, -47) (Diff)
/source/blender/blenkernel/intern/customdata.c (+29, -0) (Diff)
/source/blender/blenkernel/intern/modifier.c (+35, -35) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -3) (Diff)
/source/blender/src/buttons_editing.c (+84, -47) (Diff)