Re: [Bf-committers] Rigify addon causes error, error, error,....

2013-02-18 Thread Chad Fraleigh
This question probably has already be discussed, but are there any plans to implement an addon deployment like mozilla applications (firefox/thunderbird/seamonkey 2.x) uses where the client (blender) can just browse a central http://addons.blender.org/ site (or something) and with a click or two,

Re: [Bf-committers] Alembic integration

2013-02-18 Thread Thomas Volkmann
Hi Jeroen, thumbs up! When you dive into it be sure to check this out: http://www.exocortex.com/alembic That is what lots (most?) of Softimage/Max/Maya is using for Alembic workflow. These are really nice guys, and they probably can provide you some information to get you started (Helge's mail is

Re: [Bf-committers] Rigify addon causes error, error, error,....

2013-02-18 Thread Campbell Barton
On Mon, Feb 18, 2013 at 5:47 PM, Nathan Vegdahl ces...@cessen.com wrote: Fair enough. Rigify is a bit unique among the addons, though, in that it is designed to be extensible via additional rig types. And this is coming up here, where the version of Rigify in the official repo and the

Re: [Bf-committers] Alembic integration

2013-02-18 Thread Ton Roosendaal
Hi, I'm a bit worried about HDF5... their downloads are in the 20-25 Mb range. http://www.hdfgroup.org/HDF5/release/obtain5.html#bin Feasibility study #1 should be what the impact of Alembic is on our binary size. And the common distros already hate us for including so many nonstandard libs :)

Re: [Bf-committers] Python API change breaks Rigify

2013-02-18 Thread Matt Ebb
On Mon, Feb 18, 2013 at 6:24 PM, Nathan Vegdahl ces...@cessen.com wrote: I just also wanted to make the point that additional API support will likely be necessary because of the restriction. Supporting non-empty-by-default collections is a good example. ^ That would be very handy for addon

[Bf-committers] make install with only the relevant files?

2013-02-18 Thread gonderici
Hi When I compile and install(via make install) after some changes, it seems like make is copying everything from scratch to the install location. Does anyone know a way to make it copy/update only the newly changes files in a way? It does not take a long time, but it would be nice if I

Re: [Bf-committers] make install with only the relevant files?

2013-02-18 Thread Brecht Van Lommel
Hi, On Tue, Feb 19, 2013 at 12:44 AM, gonder...@plecxus.com wrote: When I compile and install(via make install) after some changes, it seems like make is copying everything from scratch to the install location. Does anyone know a way to make it copy/update only the newly changes files in a

[Bf-committers] YAML insecurity run a muck

2013-02-18 Thread Chad Fraleigh
So with all the discussions about the YAML security hole (that tends to read more like chicken little in most blogs), and that it could affect other languages (like python) under certain conditions.. has anyone looked at any potential [security] impact for blender? Also since the OpenColorIO lib

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54651] trunk/blender/source/blender/ editors/transform/transform_generics.c: Bugfix [#34283] armature bones losing their roll set

2013-02-18 Thread Campbell Barton
This fix isnt working here (roll still flips) added comment to the original report. Committed a fix r54653, since it doesn't conflict with yours. Now I'm not sure if ztrans_hack is needed anymore, I tried removing it and wasn't able to redo [#33974]. On Tue, Feb 19, 2013 at 2:26 PM, Joshua Leung

Re: [Bf-committers] make install with only the relevant files?

2013-02-18 Thread Kursad Karatas
@Brecht, @Campell Thank you for the tips, I appreciate your speedy and informative replies. This is going to be much better than my default build setup. k ___ Bf-committers mailing list Bf-committers@blender.org

Re: [Bf-committers] Rigify addon causes error, error, error,....

2013-02-18 Thread Campbell Barton
On Mon, Feb 18, 2013 at 7:38 PM, Chad Fraleigh ch...@triularity.org wrote: This question probably has already be discussed, but are there any plans to implement an addon deployment like mozilla applications (firefox/thunderbird/seamonkey 2.x) uses where the client (blender) can just browse a