[clutter] Re: Segfault in python cogl.path_stroke

2010-02-11 Thread donn
Well, I added a bug report at:http://bugzilla.openedhand.com/show_bug.cgi?id=1985 \d -- Fonty Python and Things! -- http://otherwise.relics.co.za/wiki/Software -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] 3D meshes in Clutter

2010-02-11 Thread Damien Boucard - UbiCast
donn donn.in...@gmail.com writes: Would clutter-ply become a stand-alone package, from a python pov? Something like: import clutterply? Better would be: import clutter3D from clutter3D import PLYloader So we could add other means to get 3D data in over time. Neil Roberts

[clutter] Animation help

2010-02-11 Thread Matthew Hall
Can someone help me animate a group? I have this code: clutter_actor_animate(group1, CLUTTER_LINEAR, 1000, 'x', (float)200, 'y', (float)100,

Re: [clutter] Animation help

2010-02-11 Thread Emmanuele Bassi
On Thu, 2010-02-11 at 18:10 +, Matthew Hall wrote: Can someone help me animate a group? I have this code: clutter_actor_animate(group1, CLUTTER_LINEAR, 1000, 'x', (float)200,

[clutter] Animation help

2010-02-11 Thread Renee Rashid
Try casting the group to clutter actor CLUTTER_ACTOR(group1), and using that in the call. Can someone help me animate a group? I have this code: clutter_actor_animate( group1, CLUTTER_LINEAR, 1000,