[Bf-committers] No destruction function for nodesystem?

2010-01-28 Thread Ruan Beihong
Hi all, I've recently trying to add a new composite node into blender. The work is still on early stage. And I need to use MEM_Cache_LimiterC to manage CompBuf of my node. I find I can initiate it in init_func for node struct, but I can't find any place that I can free it. In free_nodesystem() in

Re: [Bf-committers] No destruction function for nodesystem?

2010-01-28 Thread Ruan Beihong
itself - check for: /* freestoragefunc*/ > down the bottom of a node's C file. > > Matt > > > On Fri, Jan 29, 2010 at 1:31 AM, Ruan Beihong > wrote: > > Hi all, > > I've recently trying to add a new composite node into blender. The work > is > >

[Bf-committers] Patch review needed: [#20882] add scale_bilinear_compbuf to node/intern/{CMP_util.c, CMP_util.h}

2010-01-29 Thread Ruan Beihong
As the title says. https://projects.blender.org/tracker/index.php?func=detail&aid=20882&group_id=9&atid=127 It would also be possible if someone change the "scale node" to apply this method. -- James Ruan ___ Bf-committers mailing list Bf-committers@ble

Re: [Bf-committers] Meeting minutes, 31st january 2010

2010-01-31 Thread Ruan Beihong
Anything about moving to a new tracker or fix the search problem to be decided? 2010/2/1 Ton Roosendaal > Hi all, > > 1) Current projects > > - Joerg (Nexyon) has Ogg Vorbis and Theora sound worknow. Wav and flac > coming. > - Shaul reports that Lux Render project moved to 2.5 integration. > > -

[Bf-committers] Fwd: I Can't Create Chinese Character Objects in 2.5

2009-12-01 Thread Ruan Beihong
Forwarded the post following joe's advice since bf-taskforce25 is defunct. -- Forwarded message -- From: Ruan Beihong Date: 2009/11/29 Subject: I Can't Create Chinese Character Objects in 2.5 To: bf-taskforc...@blender.org Hi, I and most chinese users would be very g

[Bf-committers] Proposal: Using optical flow to smooth Speed Control for VSE

2010-01-08 Thread Ruan Beihong
Hi there, Is there any way of doing it? I've heard that the optical flow do wonders when interpolating frames between known frames. The current way of smooth gaps of frames is averaging the first and the second frames which is a method used in Cross effect. If I'm going to implement it (which I do

Re: [Bf-committers] Proposal: Using optical flow to smooth Speed Control for VSE

2010-01-09 Thread Ruan Beihong
your trying to do with optical flow but Jahka had a > patch a while back. http://users.utu.fi/jhkarh/code.html > On Sat, 2010-01-09 at 14:32 +0800, Ruan Beihong wrote: > > Hi there, > > Is there any way of doing it? I've heard that the optical flow do > > wonders when in

Re: [Bf-committers] Proposal: Using optical flow to smooth Speed Control for VSE

2010-01-10 Thread Ruan Beihong
I > wouldn't mind doing some work on it. If you find a good resource for an > algorithm and need some help, let me know. I'd have to brush up on my vector > calculus but I'm ready for a challenge. > > Regards, > > James > > On 10 Jan 2010, at 03:41, Ruan Beih