Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Thomas Dinges
Here is the 2.5 port: http://www.pasteall.org/24254/diff Some issues in CMP_basrelief.c still. Am 24.08.2011 11:35, schrieb Thomas Dinges: Working on it... :) Will get back to you. Am 24.08.2011 10:41, schrieb Vilem Novak: Hello, several years ago I developed a new compositing node - bas

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Thomas Dinges
Wrong link: Here is the correct one: http://www.pasteall.org/24255/diff Am 24.08.2011 11:35, schrieb Thomas Dinges: Working on it... :) Will get back to you. Am 24.08.2011 10:41, schrieb Vilem Novak: Hello, several years ago I developed a new compositing node - bas relief. I am frequently

Re: [Bf-committers] PyNodes

2011-08-24 Thread Julien Duroure
Hi, On Tue, Aug 23, 2011 at 12:27, Lukas Tönne lukas.toe...@googlemail.comwrote: Hi Julien, I've been doing some work on the node system in my branch(es), part of which is also related to pynodes [1]. There is at this time no feature comparable to 2.4x python script nodes, the changes are

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Peter K.H. Gragert
Hallo Thomas, Im pasteall link steht, das es noch nicht funktioniert ... (Fehler oder geht es schon?) Was die Artikel erzaehlen sieht sehr gut aus. Als (gewesener) Mathematiker sollte ich evtl. helfen koennen ... Probleme zu loesen? Was sollte man benutzen um das 'patch' ausfuehren zu lassen,

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Thomas Dinges
Hi Peter, yes the node file causes compile errors here on msvc. Just make right click on your working in the explorer Working Copy Apply Patch. Then patch all. Regards, Thomas Am 24.08.2011 14:44, schrieb Peter K.H. Gragert: Hallo Thomas, Im pasteall link steht, das es noch nicht

Re: [Bf-committers] Deprecated Bullet usage in BGE

2011-08-24 Thread Denis Washington
Am 23.08.2011 15:11, schrieb Erwin Coumans: There is no deprecation or need for porting. CcdPhysicsEnvironment and CcdPhysicsController use the latest Bullet classes. Thanks, Erwin This is good to hear, but is there a reason to keep them if they are just wrappers to the newer classes then?

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Peter K.H. Gragert
Hi Thomas, I am using mingw and cmake ... so there may be a difference Because patching I have done was 'by hand' so your advice is half clear to me: Steps: I have the following situation: c:\blendersvn\blender (contains my SVN trunk) I have your patch from graphisall starting with line: Index:

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Peter K.H. Gragert
Thomas, one problem .. CMP_basrelief.c is not under controll of SVN. How to solve this (small problem) and maybe a cmake file has to be 'patched' too? Without this the compilation went without error message .. Peter 2011/8/24 Peter K.H. Gragert pkhgrag...@gmail.com Hi Thomas, I am

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Thomas Dinges
Hi, I made the basic 2.5x porting (RNA+UI), any further work has to be done by someone else. :) Regards, Thomas Am 24.08.2011 15:26, schrieb Peter K.H. Gragert: Thomas, one problem .. CMP_basrelief.c is not under controll of SVN. How to solve this (small problem) and maybe a cmake file has

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Campbell Barton
patch is missing the addition of CMP_basrelief.c in ./source/blender/nodes/CMakeLists.txt On Wed, Aug 24, 2011 at 11:29 PM, Thomas Dinges blen...@dingto.org wrote: Hi, I made the basic 2.5x porting (RNA+UI), any further work has to be done by someone else. :) Regards, Thomas Am 24.08.2011

[Bf-committers] bmesh: updating subsurf data

2011-08-24 Thread Howard Trickey
Bmesh devs: I'm investigating the crash on deleting an edge from http://www.pasteall.org/blend/8389 I believe the problem is that the CCGSubSurf data in the derived mesh for the modifier is not being properly updated after a geometry change to the base mesh in edit mode. By the way, this is

[Bf-committers] Two new patches

2011-08-24 Thread Tom Edwards
I've submitted a couple of patches recently: Better Environment Map scripting: http://projects.blender.org/tracker/index.php?func=detailaid=28355group_id=9atid=127 Portable Floatmap format support: http://projects.blender.org/tracker/index.php?func=detailaid=28360group_id=9atid=127 Any

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Peter K.H. Gragert
just added ;-) 2011/8/24 Campbell Barton ideasma...@gmail.com patch is missing the addition of CMP_basrelief.c in ./source/blender/nodes/CMakeLists.txt On Wed, Aug 24, 2011 at 11:29 PM, Thomas Dinges blen...@dingto.org wrote: Hi, I made the basic 2.5x porting (RNA+UI), any further work

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Peter K.H. Gragert
a lot of errors ;-( comiling CMP_basrelief ... will see which I understand is the order of source files in CMakeLIst.txt important? Peter 2011/8/24 Peter K.H. Gragert pkhgrag...@gmail.com just added ;-) 2011/8/24 Campbell Barton ideasma...@gmail.com patch is missing the addition of

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Campbell Barton
@Peter, order of the C file in the list doesn't matter. working patch here: http://codereview.appspot.com/4924046 On Thu, Aug 25, 2011 at 1:46 AM, Peter K.H. Gragert pkhgrag...@gmail.com wrote: a lot of errors ;-(  comiling CMP_basrelief  ... will see which I understand is the order of source

Re: [Bf-committers] Asking for help with patch conversion (bas-relief)

2011-08-24 Thread Peter K.H. Gragert
Cambell, forgot to say thanks for the order of files in CMakeList.txt do not matter, sorry. Peter 2011/8/24 Peter K.H. Gragert pkhgrag...@gmail.com Hi can some confirm that the bas_relief worked in 2.49, meaning that the advanced algorithm C-code does (in 2.49) good computations? Is there a

Re: [Bf-committers] Fedora openCOLLADA cmake fix

2011-08-24 Thread Campbell Barton
On Mon, Aug 15, 2011 at 2:21 AM, Richard Shaw hobbes1...@gmail.com wrote: On Sun, Aug 14, 2011 at 7:48 AM, Dan Eicher d...@trollwerks.org wrote: On Sun, Aug 14, 2011 at 5:14 AM, Richard Shaw hobbes1...@gmail.com wrote: I'm not a cmake expert but for the Fedora build we decided to put the

Re: [Bf-committers] Fedora openCOLLADA cmake fix

2011-08-24 Thread Richard Shaw
On Wed, Aug 24, 2011 at 1:41 PM, Campbell Barton ideasma...@gmail.com wrote: @Richard Just committed and an update to CMake / Collada so collada can be found on ubuntu which uses paths, interested to know if this works now on fedora. eg ubuntu paths... /usr/

Re: [Bf-committers] 2.60 feature(s)

2011-08-24 Thread j.bak...@atmind.nl
Hi pete! We need to look into the stalling. I understand that the current implementations can potentially stall the execution of the new system. We need to verify if these nodes will only used near input nodes. If this is the case it should be possible to stall the execution. The user won't see

Re: [Bf-committers] 2.60 feature(s)

2011-08-24 Thread pete larabell
I also have nodes with constant output, perhaps an idea to use it for the coverage node. (I want to experiment this with the LogLum algorithm) Indeed, the Distance node and the Coverage node are constant output nodes. I discuss this with Lukas a while ago and thought maybe it is better to