--- Log opened Tue Feb 20 00:00:21 2007 00:39 -!- StateS [n=chatzill@48-33.dial.nortenet.pt] has quit [Read error: 60 (Operation timed out)] 01:07 -!- pabs3 [n=pabs@dsl-58-7-186-69.wa.westnet.com.au] has joined #synfig 01:08 < pabs3> dooglus: https://svn.voria.com/code 01:09 < dooglus> I just replied to your email 01:10 < pabs3> hmm 01:12 < pabs3> what happens if you re-checkout say, ETL trunk and commit there? 01:14 -!- igli [n=igli@82.152.194.229] has joined #synfig 01:18 < dooglus> I just re-checkedout synfig/src and tried my commit there 01:18 < dooglus> same problem 01:18 < pabs3> hmm 01:18 < dooglus> should I be able to ssh in to the box using my login and password? 01:19 < dooglus> ie. ssh dooglus@svn.voria.com 01:19 < dooglus> (because I can't) 01:20 < pabs3> I don't think so 01:21 < pabs3> hmm, my commit worked 01:21 < pabs3> darco prob gave you the wrong pw or something 01:21 < dooglus> I guess I've got the wrong pw, yes. 01:21 < dooglus> it's long and ugly 01:22 < dooglus> (> 20 characters) 01:26 < dooglus> Zzz... good night :) 01:26 < pabs3> nite :) 01:26 * pabs3 will prod darco if he comes online 02:10 -!- pabs3 changed the topic of #synfig to: http://www.synfig.com | StateS: sf.net/projects/synfig, click on support | shirokoff: import works for me | status update: http://www.synfig.com/2007/02/13/synfig-status/ 02:27 -!- proppy [n=proppy@free.mekensleep.com] has joined #synfig 02:27 < proppy> hi 03:27 < pabs3> hi proppy 03:36 < proppy> pabs3: does syfig use opengl for rendering ? 03:37 < pabs3> nope, it uses it's own rendering system 03:37 < pabs3> afaik, opengl doesn't support high dynamic range, which synfig uses throughout 03:38 < proppy> is synfig render an embeddable thing ? 03:38 < proppy> thanks for your answer though 03:38 < pabs3> it is a C++ library, so yeah, you could embed it in something else 03:39 < proppy> so it supports render on any surface i guess 03:39 < proppy> ? 03:39 < pabs3> just need to write a plugin to output data to a window in your app 03:39 < proppy> thanks :) 03:39 < pabs3> one sec, checking the plugins 03:40 < pabs3> all the current plugins are focussed on outputting to files 03:40 < proppy> ok 03:40 < proppy> i will take a look at it 03:41 < pabs3> but the code in synfigstudio should show you how to output to the screen 03:41 < proppy> the render could be realtime ? 03:42 < pabs3> ah, at the moment it is very slow 03:42 < pabs3> did you have some plan for using the synfig code? 03:42 < proppy> yep 03:42 < proppy> i'm looking for a 2d vector engine 03:42 < proppy> to draw in game hud 03:42 < proppy> i was evaluating gnash (flash thing), i just found synfig 03:43 < pabs3> ah, synfig probably is overkill for a hud 03:43 < proppy> but it seems to be offline oriented 03:43 < pabs3> most game engines would have hud-stuff wouldn't they? 03:43 < pabs3> yeah 03:43 < proppy> and i can't really test synfigstudio since the ubuntu package is buggy 03:43 < proppy> that's why i'm asking here :) 03:43 < pabs3> oh? 03:44 < pabs3> what are the bugs? 03:44 < proppy> pabs3: there is no opengl based vector hud library that i know about 03:44 < pabs3> hmm 03:45 < proppy> (i'm looking at gnash atm) 03:45 < proppy> (i've taking a look at amanith before) 03:45 < proppy> (cairo is also capable to render in opengl via glitz) 03:46 < pabs3> yeah, I was gonna say cairo 03:46 < proppy> pabs3: (compiling cairo and glitz on windows doesn't seems very easy) 03:47 < pabs3> ah 03:47 < proppy> pabs3: about the bug i see no button on icon 03:47 < pabs3> mind if I ask what the game is? 03:47 < proppy> oups no icon on button 03:47 < proppy> www.pok3d.com 03:47 < pabs3> ah, sounds like they compiled the icons with a buggy version of gcc 03:48 < proppy> currently we are using an overkill solution for in game 2d interface (gtk rendered in opengl via an xwnc server that send texture update) 03:49 < pabs3> looks like a cool game 03:49 < pabs3> you ever tried to get it into debian? 03:49 < proppy> we are into debian 03:49 < proppy> and into ubuntu 03:49 < proppy> the 2d version 03:50 < proppy> we are hosting the 3d data on a separate repository 03:50 < proppy> since there are i.p issue 03:50 < pabs3> hmm, apt-cache search doesn't find it 03:51 < proppy> sarge/testing or unstable ? 03:51 < proppy> http://www.pok3d.com/download.php?ver=gnu 03:51 < proppy> take a look at the download page 03:51 < pabs3> sid 03:52 < pabs3> ah, I meant in debian proper, hosted on the debian servers 03:52 < proppy> i was taking a look at synfig and wonderer if the editor can serv hud layout purpose 03:52 < proppy> python-poker-network (which feature the 2d client) is hosted on the debian 03:52 < pabs3> ah, ok 03:52 < proppy> we can't host the 3d data cause there are intellectual property issue for now 03:52 < proppy> once blender data will be finished 03:53 < proppy> we will push the 3d version into debian 03:53 < pabs3> awesome :) 03:55 < pabs3> yeah, frankly I don't think synfig suits it, no opengl output and it is pretty slow atm 03:56 < proppy> ok 03:56 < proppy> will take a look later, to see if thing improve :) 03:57 < proppy> but i understand it is not really 'the goal' of synfig, i guess i'm kinda desespered :) 03:59 < pabs3> :) 03:59 < pabs3> I'm thinking cairo-gl is your best bet 04:41 < proppy> pabs3: qt4 can apparently render svg on opengl surface 04:41 < pabs3> nice 05:08 -!- proppy [n=proppy@free.mekensleep.com] has quit [Remote closed the connection] 07:19 -!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: @ChanServ, dyloxin, tonsofpcs, omry 07:19 -!- Netsplit over, joins: @ChanServ, omry, dyloxin, tonsofpcs 07:51 -!- igli [n=igli@82.152.194.229] has quit [Remote closed the connection] 11:04 < pabs3> hmm, wiki, irc logs seem down 11:04 < pabs3> dyloxin's jabber component too 11:57 -!- igli [n=igli@82.152.194.229] has joined #synfig 11:58 -!- crazy_bus [n=philip@139.168.141.183] has joined #synfig 12:16 -!- derek[] [n=derek@59.162.136.182] has joined #synfig 12:20 -!- crazy_bus [n=philip@139.168.141.183] has quit [Read error: 104 (Connection reset by peer)] 12:24 -!- derek[] [n=derek@59.162.136.182] has quit ["derekz departure"] 15:43 -!- pabs3 [n=pabs@dsl-58-7-186-69.wa.westnet.com.au] has quit ["Don't rest until all the world is paved in poems."] 16:42 -!- zipola_ [n=zipola@zip.kortex.jyu.fi] has joined #synfig 16:57 -!- zipola [n=zipola@zip.kortex.jyu.fi] has quit [Read error: 110 (Connection timed out)] 16:58 -!- zipola_ [n=zipola@zip.kortex.jyu.fi] has quit [Connection timed out] 17:07 -!- zipola_ [n=zipola@zip.kortex.jyu.fi] has joined #synfig 21:37 -!- omry [n=omry@l85-130-138-23.broadband.actcom.net.il] has quit [Read error: 104 (Connection reset by peer)] 22:02 -!- omry [n=omry@l85-130-138-23.broadband.actcom.net.il] has joined #synfig 22:17 -!- StateS [n=chatzill@48-131.dial.nortenet.pt] has joined #synfig 22:21 < StateS> I have just uploaded the screenshot to the support tracker 22:22 < StateS> Request ID Summary Open Date Priority Assigned To Submitted By 22:22 < StateS> 1664670 Strange Error 2007-02-20 13:20 5 nobody nobody 22:32 -!- StateS [n=chatzill@48-131.dial.nortenet.pt] has quit ["Chatzilla 0.9.77 [Firefox 2.0.0.1/2006120418]"] 23:13 -!- omry [n=omry@l85-130-138-23.broadband.actcom.net.il] has quit [Remote closed the connection] 23:13 -!- omry [n=omry@l85-130-138-23.broadband.actcom.net.il] has joined #synfig --- Log closed Wed Feb 21 00:00:21 2007