[tuhopuu-cvs] CVS commit: blender/projectfiles/creator blendercreator.dsp blender/source/blender/blenkernel BKE_blender.h blender/source/blender/blenkernel/intern blender.c constraint.c blender/source/blender/blenloader/intern readfile.c blender/source/blender/makesdna DNA_constraint_types.h blender/source/blender/src ...

Martin Poirier theeth at yahoo.com
Mon Jul 7 06:06:32 CEST 2003


theeth (Martin Poirier) 2003/07/07 06:06:32 CEST

  Modified files:
    blender/projectfiles/creator blendercreator.dsp 
    blender/source/blender/blenkernel BKE_blender.h 
    blender/source/blender/blenkernel/intern blender.c 
                                             constraint.c 
    blender/source/blender/blenloader/intern readfile.c 
    blender/source/blender/makesdna DNA_constraint_types.h 
    blender/source/blender/src buttons.c editconstraint.c 
                               editobject.c 
  
  Log:
  - Automatic converting of Track in constraint
  - Automatic transfer of the per object flag to per constraint flag when openning a .blend with a track constraint. (I added those last two in the backward compatibility function in readfile)
  - Ctrl-T to add a TrackTo constraint
  - Alt-T to clear all the TrackTo constraint (some problem with ...And Keep Transform though.
  - Cleared some extra junk in the struct of the LockTrack constraint. However, that breaks backward compatibilty
  - Change the version umber to 227 to fit the bf-blender release number (suggestion: always be one step before bf-blender to make backward compatibility code run as it should)
  - Some changes in the MSVC project file to compile to blender.exe instead of blenderpublisher.exe (or creator.exe, don't remember what it was) and another change in the linked libraries to adapt to the new version number uses in the freetype libraries of the bf-blender windows lib files.
  
  Revision  Changes    Path
  1.15      +2 -2      blender/projectfiles/creator/blendercreator.dsp
  1.2       +2 -2      blender/source/blender/blenkernel/BKE_blender.h
  1.6       +2 -2      blender/source/blender/blenkernel/intern/blender.c
  1.3       +25 -2     blender/source/blender/blenkernel/intern/constraint.c
  1.13      +62 -2     blender/source/blender/blenloader/intern/readfile.c
  1.3       +8 -6      blender/source/blender/makesdna/DNA_constraint_types.h
  1.63      +11 -2     blender/source/blender/src/buttons.c
  1.4       +16 -1     blender/source/blender/src/editconstraint.c
  1.13      +44 -10    blender/source/blender/src/editobject.c



More information about the tuhopuu-cvs mailing list