[clutter] [pyclutter] animations never call destructor

2010-05-29 Thread Karl Lattimer
I'm playing around with pyclutter and have noticed that an animation is never destroyed and holds a reference to the actor indefinitely. Because of this, every actor I use implicit animations with can never be garbage collected. From my limited understanding of python bindings it appears as though

[clutter] pyclutter chaining animations problems

2009-08-31 Thread Karl Lattimer
Hi all, I'm trying to chain together a couple of animations using ClutterActor.animate in python, however if I use the completed signal from the animation to start off a second animation the second animation jumps to the end rather than playing through. Attached is a simple example of the problem

Re: [clutter] PyClutter Segfault with cairo textures

2009-08-31 Thread Karl Lattimer
On Sun, 2009-08-30 at 17:14 +0200, Bastian Winkler wrote: > Hi, > > it's fixed in master. Unfortunately I missed one HAVE_PYCAIRO check in > cluttermodule.c and therefore pycairo wasn't initialized correctly. > Seems like I had a config.h with HAVE_PYCAIRO defined lying around and > haven't recogn

[clutter] PyClutter Segfault with cairo textures

2009-08-30 Thread Karl Lattimer
When running the example cairo-texture.py for pyclutter I'm getting a segfault. I'm currently using a fresh git clone. As it's not so easy to always debug python I haven't managed to ascertain very much about the crash. Here's what I did manage to get. Program received signal SIGSEGV, Segmentatio

[clutter] transforming a x,y point to a relative x,y point at a depth

2009-08-20 Thread Karl Lattimer
Hi all, I'm trying to figure out a way of taking an x,y co-ordinate from the mouse and calculating where that x,y co-ordinate is relative to a specific depth. So at a given depth I can know an exact position relative to actors at that depth, also calculating the other way would be good too. I b

Re: [clutter] questions regarding captured event

2009-08-14 Thread Karl Lattimer
On Fri, 2009-08-14 at 10:50 +0100, Emmanuele Bassi wrote: > On Fri, 2009-08-14 at 10:43 +0100, Karl Lattimer wrote: > > > > > This leaves no way to determine what has received the event within the > > > > captured event call back. > > > > > > clut

Re: [clutter] questions regarding captured event

2009-08-14 Thread Karl Lattimer
On Fri, 2009-08-14 at 10:26 +0100, Emmanuele Bassi wrote: > On Thu, 2009-08-13 at 09:38 +0100, Karl Lattimer wrote: > > Hi all, > > > > I'm having some trouble with captured-event, from the documentation > > > > "gboolean user_function (ClutterActo

Re: [clutter] questions regarding captured event

2009-08-14 Thread Karl Lattimer
Anyone want to acknowledge and reply? BR, K On Thu, 2009-08-13 at 09:38 +0100, Karl Lattimer wrote: > Hi all, > > I'm having some trouble with captured-event, from the documentation > > "gboolean user_function (ClutterActor *actor, ClutterEvent *event, > gp

[clutter] questions regarding captured event

2009-08-13 Thread Karl Lattimer
Hi all, I'm having some trouble with captured-event, from the documentation "gboolean user_function (ClutterActor *actor, ClutterEvent *event, gpointer user_data) : Run Last" "actor : the actor which received the signal" Now I've taken this to mean that 'actor' is the actor which originally re

Re: [clutter] Guide for updating from 0.8

2009-08-10 Thread Karl Lattimer
On Mon, 2009-08-10 at 16:46 +0100, Emmanuele Bassi wrote: > On Mon, 2009-08-10 at 16:42 +0100, Karl Lattimer wrote: > > > Is there a guide available anywhere to assist in updating code from > > clutter-0.8 to clutter-1.0? > I've been looking at the rest of the changes,

[clutter] Guide for updating from 0.8

2009-08-10 Thread Karl Lattimer
Hi all, Is there a guide available anywhere to assist in updating code from clutter-0.8 to clutter-1.0? BR, K -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] python bindings cutter 1.0?

2009-08-01 Thread Karl Lattimer
Any news on the release of any pythong bindings for the current 1.0 series? BR, K signature.asc Description: This is a digitally signed message part

Re: [clutter] clutter cairo patch

2009-06-05 Thread Karl Lattimer
On Fri, 2009-06-05 at 12:35 +0100, Karl Lattimer wrote: > Hi all, > > Had some trouble building the latest git of clutter-cairo, attached is a > patch to remove the old clutter_clone_texture_new and replace it with > clutter_clone_new in the bubbles example. Sorry, just realis

[clutter] clutter cairo patch

2009-06-05 Thread Karl Lattimer
Hi all, Had some trouble building the latest git of clutter-cairo, attached is a patch to remove the old clutter_clone_texture_new and replace it with clutter_clone_new in the bubbles example. BR, K diff --git a/examples/bubbles.c b/examples/bubbles.c index e6adcd6..34c711f 100644 --- a/exampl