[Bf-python] adding Blender.ReshadeAll method

Ken Hughes khughes at pacific.edu
Sun Feb 5 17:58:37 CET 2006


bmx007 wrote:
> It seems that the function 'reshadeall_displist (called when a lamp 
> setting change or when object is transformed)
> is not accessible via Python.
> I propose ( i propose me do it)
> a new function Blender.ReshadeAll()
> or a parameter in the Redraw method ...
> or anything else

Is there any reason not to do this automatically in Blender.Redraw() (or 
actually Blender.Window.Redraw(), which everything eventually calls)? 
Seems like if there's a shaded 3D window it should just do this.

Ken



More information about the Bf-python mailing list