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

Toni Alatalo antont at kyperjokki.fi
Wed Feb 1 23:21:47 CET 2006


antont (Toni Alatalo) 2006/02/01 23:21:47 CET

  Modified files:
    blender/source/blender/python/api2_2x Object.c 
  
  Log:
  yet another temporary strange but straightforward hack for a script at orange to work! that is: while Joseph is working on the actual Constraint API for bones etc., this allows our armature script to set influences with a simple call: armatureobject.setConstraintInfluenceForBone(bonename, constraintname, influence); fails silently at failure ('cause the c calls used do and no retvals are checked) and is in the strange place (as the current api is largely not object level) but works for us for now (e.g. next few weeks).
  
  Revision  Changes    Path
  1.167     +20 -1     blender/source/blender/python/api2_2x/Object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Object.c.diff?r1=1.166&r2=1.167&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list