[Bf-committers] Python Curve API.

Stephen Swaney bf-committers@blender.org
Fri, 19 Sep 2003 03:09:04 -0500


Stephane SOPPERA wrote:
> 
> >> 1) There doesn't seem to be any way to update a curve except going
> >>into and out of edit mode
> >>
> 
> Maybe something like:
>     makeDispList(obj);
>     countall();
>     allqueue(REDRAWVIEW3D, 0);

This *seems* like it should work, but not quite.  Bummer.

In the NMesh module, they are essentially calling:

	tex_space_mesh( mesh );
	allqueue(REDRAWVIEW3D, 0);

but something is still missing for Curves.
	
-- 
Stephen Swaney			
sswaney@swbell.net
281-564-3803