[Bf-blender-cvs] CVS commit: blender/source/blender/makesdna DNA_material_types.h blender/source/blender/python/api2_2x Material.c blender/source/blender/python/api2_2x/doc Material.py

Ken Hughes khughes at pacific.edu
Thu Dec 15 22:54:00 CET 2005


khughes (Ken Hughes) 2005/12/15 22:54:00 CET

  Modified files:
    blender/source/blender/makesdna DNA_material_types.h 
    blender/source/blender/python/api2_2x Material.c 
    blender/source/blender/python/api2_2x/doc Material.py 
  
  Log:
  -- Added BPy support for new Material modes.  Recent additions of new mode
     bits broke input-checking in the API, so added a bitmask #define in
     DNA_material_types.h which contains all valid mode bits.
  
  Revision  Changes    Path
  1.32      +3 -1      blender/source/blender/makesdna/DNA_material_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_material_types.h.diff?r1=1.31&r2=1.32&cvsroot=bf-blender>
  1.45      +13 -60    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.44&r2=1.45&cvsroot=bf-blender>
  1.17      +22 -14    blender/source/blender/python/api2_2x/doc/Material.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Material.py.diff?r1=1.16&r2=1.17&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list