[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern modifier.c blender/source/blender/makesdna DNA_modifier_types.h blender/source/blender/src buttons_editing.c

Ben Batt benbatt at gmail.com
Mon Jan 29 17:28:13 CET 2007


artificer (Ben Batt) 2007/01/29 17:28:12 CET

  Modified files:
    blender/source/blender/blenkernel/intern modifier.c 
    blender/source/blender/makesdna DNA_modifier_types.h 
    blender/source/blender/src buttons_editing.c 
  
  Log:
  = Addendum to UVProject's multiple UV handling - "Override Image" button =
  * Added an "Override Image" button to the UVProject modifier; this overrides
    faces' currently assigned image with the one given in the modifier panel.
    This provides some of the functionality previously provided by the "Add UVs"
    button - you still need to add a UV layer manually, but you only need to
    change the image in one place.
  * Note that the "Override Image" option uses the bit position previously used
    by the "Add UVs" option, so old files which had "Add UVs" enabled will now
    have "Override Image" enabled.
  
  Revision  Changes    Path
  1.93      +5 -6      blender/source/blender/blenkernel/intern/modifier.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/modifier.c.diff?r1=1.92&r2=1.93&cvsroot=bf-blender>
  1.30      +4 -1      blender/source/blender/makesdna/DNA_modifier_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_modifier_types.h.diff?r1=1.29&r2=1.30&cvsroot=bf-blender>
  1.353     +8 -2      blender/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_editing.c.diff?r1=1.352&r2=1.353&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list