[Bf-blender-cvs] CVS commit: blender/source/blender/python BPY_extern.h BPY_interface.c blender/source/blender/python/api2_2x Draw.h

Stephen Swaney sswaney at centurytel.net
Tue Apr 11 21:05:58 CEST 2006


stiv (Stephen Swaney) 2006/04/11 21:05:58 CEST

  Modified files:
    blender/source/blender/python BPY_extern.h BPY_interface.c 
    blender/source/blender/python/api2_2x Draw.h 
  
  Log:
  last release we lost our reassuring msg when no local python install
  was found.  Restore warm fuzzy msg.  Text is now
  
    Looking for installed Python version XXX
  
  followed by either
  
    Got it!
  or
    'import site' failed; use -v for traceback
    No installed Python found.
    Only built-in modules are available.  Some scripts may not run.
    Continuing happily.
  
  And while we are at it, clean up a couple of compiler warnings.
  
  Revision  Changes    Path
  1.24      +6 -1      blender/source/blender/python/BPY_extern.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/BPY_extern.h.diff?r1=1.23&r2=1.24&cvsroot=bf-blender>
  1.81      +10 -40    blender/source/blender/python/BPY_interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/BPY_interface.c.diff?r1=1.80&r2=1.81&cvsroot=bf-blender>
  1.20      +1 -5      blender/source/blender/python/api2_2x/Draw.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Draw.h.diff?r1=1.19&r2=1.20&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list