[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Texture.c Object.c NMesh.c Mesh.c Scene.c Image.c Material.c IDProp.c IDProp.h

Joseph Eagar joeedh at gmail.com
Sun Nov 19 17:00:05 CET 2006


joeedh (Joseph Eagar) 2006/11/19 17:00:05 CET

  Modified files:
    blender/source/blender/python/api2_2x Texture.c Object.c 
                                          NMesh.c Mesh.c Scene.c 
                                          Image.c Material.c 
                                          IDProp.c IDProp.h 
  
  Log:
  =ID Properties Python Update=
  
  ID Properties binding have now been added for textures.  Also,
  the beginnings of supporting "del IDProperty Object" (which 
  basically removes the property from it's parent group then frees
  it) in python were done; really the only thing now is to figure 
  out exactly *how* you overload the del operator. :S
  
  
  Revision  Changes    Path
  1.22      +17 -2     blender/source/blender/python/api2_2x/Texture.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Texture.c.diff?r1=1.21&r2=1.22&cvsroot=bf-blender>
  1.217     +3 -2      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.216&r2=1.217&cvsroot=bf-blender>
  1.121     +3 -2      blender/source/blender/python/api2_2x/NMesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/NMesh.c.diff?r1=1.120&r2=1.121&cvsroot=bf-blender>
  1.96      +4 -2      blender/source/blender/python/api2_2x/Mesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Mesh.c.diff?r1=1.95&r2=1.96&cvsroot=bf-blender>
  1.67      +2 -2      blender/source/blender/python/api2_2x/Scene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Scene.c.diff?r1=1.66&r2=1.67&cvsroot=bf-blender>
  1.59      +2 -2      blender/source/blender/python/api2_2x/Image.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Image.c.diff?r1=1.58&r2=1.59&cvsroot=bf-blender>
  1.56      +2 -2      blender/source/blender/python/api2_2x/Material.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Material.c.diff?r1=1.55&r2=1.56&cvsroot=bf-blender>
  1.3       +9 -6      blender/source/blender/python/api2_2x/IDProp.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/IDProp.c.diff?r1=1.2&r2=1.3&cvsroot=bf-blender>
  1.2       +2 -2      blender/source/blender/python/api2_2x/IDProp.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/IDProp.h.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list