[Bf-blender-cvs] CVS commit: blender/source/blender/makesdna DNA_action_types.h

Joseph Eagar joeedh at gmail.com
Thu Nov 30 00:27:00 CET 2006


joeedh (Joseph Eagar) 2006/11/30 00:26:59 CET

  Modified files:
    blender/source/blender/makesdna DNA_action_types.h 
  
  Log:
  =Proxy compile fix=
  
  Compiling blender was broken because
  the member proxy_layer didn't exist in bPose.
  Added it (and appropriate pad vars) into the struct.
  Since the member is meant to copy armature layers,
  I made it a short; this did however require adding
  two pad vars, another short and an int.
  
  ton: please check to make sure it's all right.
  
  
  Revision  Changes    Path
  1.33      +3 -1      blender/source/blender/makesdna/DNA_action_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_action_types.h.diff?r1=1.32&r2=1.33&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list