[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Object.c

Michel Selten michel.s at home.nl
Sun Oct 5 13:17:16 CEST 2003


michel (Michel Selten) 2003/10/05 13:17:15 CEST

  Modified files:
    blender/source/blender/python/api2_2x Object.c 
  
  Log:
  * Made internals of the Python Object module more consistent with other
    modules.
  * .setLocation(), .setDeltaLocation() and .setEuler() now can accept 3 floats
    or a list of 3 floats.
    This finally makes the following possible:
      obj.setLocation (obj.getLocation())
      obj.loc = obj.loc
    Of course this applies to the other functions as well.
  
  Revision  Changes    Path
  1.43      +50 -26    blender/source/blender/python/api2_2x/Object.c



More information about the Bf-blender-cvs mailing list