[tuhopuu-cvs] CVS commit: tuhopuu2/projectfiles/blender blender.dsp tuhopuu2/source/blender/blenkernel/intern constraint.c object.c tuhopuu2/source/blender/blenlib BLI_arithb.h tuhopuu2/source/blender/blenlib/intern arithb.c tuhopuu2/source/blender/blenloader/intern readfile.c writefile.c tuhopuu2/source/blender/makesdna ...

Martin Poirier theeth at yahoo.com
Mon Aug 11 05:17:35 CEST 2003


theeth (Martin Poirier) 2003/08/11 05:17:35 CEST

  Modified files:
    tuhopuu2/projectfiles/blender blender.dsp 
    tuhopuu2/source/blender/blenkernel/intern constraint.c 
                                              object.c 
    tuhopuu2/source/blender/blenlib BLI_arithb.h 
    tuhopuu2/source/blender/blenlib/intern arithb.c 
    tuhopuu2/source/blender/blenloader/intern readfile.c 
                                              writefile.c 
    tuhopuu2/source/blender/makesdna DNA_constraint_types.h 
    tuhopuu2/source/blender/src buttons.c drawobject.c 
                                editconstraint.c editobject.c 
  
  Log:
  Woo, first commit of Tuhopuu 2 :D
  
  All my constraint stuff, nothing new, but something less though. It seems like one of the function ("get_con_subtarget_name") was completely removed, but a test compile shows that it works without it, so I guess some figured that we didn't need it.
  
  Little change to the blender.dsp file to include a path to qt libs (assuming you installed in the same directory where tuhopuu2 is). Someone slap me if that is uneeded.
  
  Congrats to the master surgeon Desaster and LarstiQ, the transfer was a painless operation :P
  
  Revision  Changes    Path
  1.2       +1 -1      tuhopuu2/projectfiles/blender/blender.dsp
  1.2       +545 -9    tuhopuu2/source/blender/blenkernel/intern/constraint.c
  1.2       +2 -2      tuhopuu2/source/blender/blenkernel/intern/object.c
  1.2       +6 -1      tuhopuu2/source/blender/blenlib/BLI_arithb.h
  1.2       +12 -1     tuhopuu2/source/blender/blenlib/intern/arithb.c
  1.2       +85 -4     tuhopuu2/source/blender/blenloader/intern/readfile.c
  1.2       +7 -1      tuhopuu2/source/blender/blenloader/intern/writefile.c
  1.2       +34 -4     tuhopuu2/source/blender/makesdna/DNA_constraint_types.h
  1.2       +91 -11    tuhopuu2/source/blender/src/buttons.c
  1.2       +29 -1     tuhopuu2/source/blender/src/drawobject.c
  1.2       +102 -1    tuhopuu2/source/blender/src/editconstraint.c
  1.2       +89 -13    tuhopuu2/source/blender/src/editobject.c



More information about the tuhopuu-cvs mailing list