Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38972] trunk/blender/source/blender/ editors: fix [#28135] Edge slide changes UV

2011-08-03 Thread Daniel Salazar - 3Developer.com
ah its optional now, great cheers Daniel Salazar 3Developer.com On Wed, Aug 3, 2011 at 6:20 PM, Campbell Barton wrote: > in 2.4x it was optional, but the option was removed in 2.5 so it ran always. > This adds it back, it works by having the operator initialize from the > tool settings, on ed

Re: [Bf-committers] RPATH issue with blender binary

2011-08-03 Thread Campbell Barton
>From looking into this RPM is checking for RPATH's with readelf. I tried this on fedora and arch linux blender builds. readelf -d ./blender.bin | grep "RPATH" And only got this on arch (nothing on fedora with both scons and cmake) /dsk/data/src/blender/blender> readelf -d ./blender.bin | grep

[Bf-committers] RPATH issue with blender binary

2011-08-03 Thread Richard Shaw
I ran across this before but have now forgotten how I fixed/worked around it. ERROR 0002: file '/usr/bin/blender' contains an invalid rpath '/usr/include/lib' in [/usr/include/lib:/home/build/rpmbuild/blender/BUILD/blender-2.58/Build/lib] ERROR 0002: file '/usr/bin/blender' contains an invalid

[Bf-committers] Update function behavior

2011-08-03 Thread Paolo Basso
I posted herea thread about a problem with the update function. Is this behavior expected or a bug? P ___ Bf-committers mailing list Bf-committers@blender.org http://lists.b

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38972] trunk/blender/source/blender/ editors: fix [#28135] Edge slide changes UV

2011-08-03 Thread Campbell Barton
in 2.4x it was optional, but the option was removed in 2.5 so it ran always. This adds it back, it works by having the operator initialize from the tool settings, on editing it writes changes back to the tool setting. (UV unwrap does this too), however IMHO this is weak, we need a better place to a

Re: [Bf-committers] blender-ocio

2011-08-03 Thread Xavier Thomas
2011/8/3 Brecht Van Lommel > Hi, > > On Mon, Aug 1, 2011 at 5:36 PM, Ton Roosendaal wrote: > > Matt wrote a very nice summary of what he intended to work sofar: > > http://lists.blender.org/pipermail/bf-vfx/2011-July/000124.html > > I agree 100% with what was written here, and think it's the way

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38972] trunk/blender/source/blender/ editors: fix [#28135] Edge slide changes UV

2011-08-03 Thread Daniel Salazar - 3Developer.com
can you elaborate about this fix? edge slide in UVs is a feature Daniel Salazar 3Developer.com On Wed, Aug 3, 2011 at 2:02 AM, Campbell Barton wrote: > Revision: 38972 >           > http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38972 > Author:   campbellbarton >

Re: [Bf-committers] Blenderplayer build issue

2011-08-03 Thread Dalai Felinto
Richard, disable blenderplayer in your build. Cycles brings no changes to blenderplayer, and trunk is building Cycles well. At some point everything should build, but I doubt this is a priority. -- Dalai 2011/8/3 Richard Shaw > I've gotten OpenImageIO accepted into Fedora now so I was working

[Bf-committers] Blenderplayer build issue

2011-08-03 Thread Richard Shaw
I've gotten OpenImageIO accepted into Fedora now so I was working on getting the blender-cycles branch to build and ran into the following issue: Linking C executable ../../bin/blender cd /home/build/rpmbuild/blender/BUILD/blender-2.58/Build/source/creator && /usr/bin/cmake -E cmake_link_script CM

Re: [Bf-committers] Burster, .blend player on the web

2011-08-03 Thread Sebastian Korczak
Hello, I am the Burster Team member and also main Burster programmer for Windows platform :) We prepare now big Burster update: - 2.58a and 2.49 files support, - anti-aliasing support, - compressed files support, - autostart option, - show console for debugging. Above is done for Windows, but n

Re: [Bf-committers] blender-ocio

2011-08-03 Thread Brecht Van Lommel
Hi, On Mon, Aug 1, 2011 at 5:36 PM, Ton Roosendaal wrote: > Matt wrote a very nice summary of what he intended to work sofar: > http://lists.blender.org/pipermail/bf-vfx/2011-July/000124.html I agree 100% with what was written here, and think it's the way to go. Adding options in the image datab

Re: [Bf-committers] Syntax Highlighting & Alternate Languages

2011-08-03 Thread Jonathan Smith
That seems to make more sense. Thanks for clarifying that. Cheers, Jonathan On Wed, Aug 3, 2011 at 5:40 AM, Dalai Felinto wrote: > from what I recall ... > > >Out of curiosity, Is it legal to sell a python add-on to Blender, > > since it links to the blender python api? > If it's only a python

Re: [Bf-committers] Proposal: Canvas compositing

2011-08-03 Thread François T .
> 2. Does a user want a viewport to define the output. It could also be > controlled by the distort nodes > What do you mean ? > IMO the Image space is not the ideal place as it does not have the concept > of the canvas. Is it too difficult to introduce this concept into it ? Another space fo

Re: [Bf-committers] splitting userpref patch

2011-08-03 Thread Ton Roosendaal
Hi Ingo, Thanks for the patch. As you noted yourself, a more optimal solution would be to allow user configuration of such features; to enable or add options for such 'action zone handles'. We should be very careful with user preference options in general. It shouldn't be used to solve desi

Re: [Bf-committers] Proposal: to remove the TexFace options

2011-08-03 Thread Dalai Felinto
Hello again, it's poke time :) Benoit started reviewing the code and so far things seem stable. So I just want to announce new builds here, where back-compatibility is completely handled. http://graphicall.org/dfelinto (this time OSX, Win32 and Lin64) For feedback from users I just created a new

Re: [Bf-committers] NDOF missing files for OSX? (build error - CMake)

2011-08-03 Thread Dalai Felinto
Hi Mike, >> I disabled NDOF for cmake and builds work fine. >I'm surprised you were able to turn this off in the build script and >have it work... that is incomplete and untested. it would be really disappointing if I couldn't ;) honestly I don't even think this should be ON by default if this re

Re: [Bf-committers] Proposal: Canvas compositing

2011-08-03 Thread j.bak...@atmind.nl
Hi Matt Thanks for your response. If I recap what I have and haven't heard so far: 1. use Image space for the backdrop handles, not the backdrop 2. Does a user want a viewport to define the output. It could also be controlled by the distort nodes 3. Use matrix for distortion. IMO the Image space