[Bf-python] Updating shading view ?

Joe Eagar joeedh at gmail.com
Sat Feb 4 14:07:06 CET 2006


Campbell Barton wrote:
> If you changine somthing you can try a few things.
> Blender.Window.RedrawAll()
> Blender.Scene.GetCurrent().update(1)
>
> try: 
> Blender.Scene.GetCurrent().getActiveObject().getData(mesh=1).update()
> except: pass
call the makeDisplayList() method of any object you wish to update. 

joeedh





More information about the Bf-python mailing list