[Bf-committers] Should CMAKE_INSTALL_PREFIX work?

2011-04-18 Thread Paul Melis
Hi, I've been using an SVN checkout of the 2.5 branch and corresponding build directory for some time now, happily doing SVN update and make, make install to keep track of Blender progress. However, I just noticed make install no longer installs files in the correct location anymore.

[Bf-committers] Unit system proposal

2011-04-18 Thread Damir Prebeg
Beside selection of metric and imperial system, I would like to be able to select working unit. For metric that would be [mm, cm, m, km], for imperial [in, ft, yd, mi]. And when one unit is selected, that unit is default in all numeric fields for length. Example: If I select metric system with cm

Re: [Bf-committers] Should CMAKE_INSTALL_PREFIX work?

2011-04-18 Thread Campbell Barton
CMake has worked this way since early March. Added a note here: http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Linux/CMake#Building_Blender The default is a portable install because blender.org builds work this way and because its most useful for testing, development uploading

Re: [Bf-committers] Should CMAKE_INSTALL_PREFIX work?

2011-04-18 Thread Paul Melis
On 04/18/2011 12:19 PM, Paul Melis wrote: I've been using an SVN checkout of the 2.5 branch and corresponding build directory for some time now, happily doing SVN update and make, make install to keep track of Blender progress. However, I just noticed make install no longer installs files in

Re: [Bf-committers] Should CMAKE_INSTALL_PREFIX work?

2011-04-18 Thread Paul Melis
On 04/18/2011 01:12 PM, Campbell Barton wrote: CMake has worked this way since early March. Added a note here: http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Linux/CMake#Building_Blender The default is a portable install because blender.org builds work this way and because

[Bf-committers] Compile Error on BLEN_VER_RC_1

2011-04-18 Thread Steve Obbayi
Hi all, I am getting this error building Rev. 36213 with Ms VC 2010 ..\..\..\source\icons\winblender.rc(17): error RC2104: undefined keyword or key name: BLEN_VER_RC_1 I have not seen this before, does anyone know where that should be defined? Steve

Re: [Bf-committers] Should CMAKE_INSTALL_PREFIX work?

2011-04-18 Thread Dan Eicher
As a side note, this also breaks the CPack RPM builder. Haven't quite gotten around to working on a fix for it yet though -- just recently moved to an rpm based distro so... Dan On Mon, Apr 18, 2011 at 3:19 AM, Paul Melis paul.me...@sara.nl wrote: Hi, I've been using an SVN checkout of the

Re: [Bf-committers] Compile Error on BLEN_VER_RC_1

2011-04-18 Thread Tom Edwards
It should be generated by source\creator\CMakeLists.txt line 104 onward. It works fine in VC9 though but there's a comment about it not building with VC10...is 10 actually supported? On 18/04/2011 4:22, Steve Obbayi wrote: Hi all, I am getting this error building Rev. 36213 with Ms VC 2010

Re: [Bf-committers] Compile Error on BLEN_VER_RC_1

2011-04-18 Thread Steve Obbayi
Thanks guys Yeah I am using CMake 2.8.2 let me upgrade and see if that fixes the problem Steve - Alex K kuzsa...@gmail.com wrote: Hi, Are you using Cmake 2.8.3 or earlier? If so, you need to upgrade to Cmake 2.8.4. Cmake had a bug with vs2010 with resource definitions which they

Re: [Bf-committers] Unit system proposal

2011-04-18 Thread Lorenzo
That would be useful indeed. Il 18/04/2011 12.46, Damir Prebeg ha scritto: Beside selection of metric and imperial system, I would like to be able to select working unit. For metric that would be [mm, cm, m, km], for imperial [in, ft, yd, mi]. And when one unit is selected, that unit is

[Bf-committers] [PATCH] Improved Copy Attributes Menu

2011-04-18 Thread John Brooks
I have submitted a patch to the patch tracker that improves the Copy Attributes menu. This patch adds features, and enables the addon by default. More details can be found on the official tracker page below. The official tracker page is here:

[Bf-committers] [PATCH] Improved Copy Attributes Menu

2011-04-18 Thread John Brooks
Sorry I messed up the previous message. The formatting was broken. I have submitted a patch to the patch tracker that improves the Copy Attributes menu. This patch adds features, and enables the addon by default. More details can be found on the official tracker page below. The official tracker

[Bf-committers] Mouse events in Python scripts for Blender

2011-04-18 Thread Yuniel Castro González
I am programming a script for blender 2.5 and I need to know as capturing the events of the mouse, that is to say, I need that when giving click and to move the mouse for the scene it can capture the coordinates of the trajectory to go creating objects (cubes for example) for the whole traced

Re: [Bf-committers] [PATCH] Improved Copy Attributes Menu

2011-04-18 Thread Bassam Kurdali
I posted a reply on the tracker; the code in the addon py file itself looks fine to me, and merely implements missing functionality (that was already commented out in the menu ) I can't comment to the changes in 'c code', i.e. the change to startup.blend, which I presume makes the script active by

Re: [Bf-committers] Unit system proposal

2011-04-18 Thread Alex Fraser
- Original Message - Beside selection of metric and imperial system, I would like to be able to select working unit. For metric that would be [mm, cm, m, km], for imperial [in, ft, yd, mi]. Could we also specify units for time? Currently we have a frame rate which specifies the

Re: [Bf-committers] Mouse events in Python scripts for Blender

2011-04-18 Thread Xavier Thomas
Check the modal operator template in the Blender text editor. Good work. 2011/4/18 Yuniel Castro González ycast...@estudiantes.uci.cu: I am programming a script for blender 2.5 and I need to know as capturing the events of the mouse, that is to say, I need that when giving click and to move

[Bf-committers] How to create bpy_prop_collection for a particular type?

2011-04-18 Thread Anthony LAU
Hi! This was sent as a follow-up to this old mail I sent almost 2 weeks ago. http://web.archiveorange.com/archive/v/1bjALgeMrd68xjNLOS02 Roughly I could now be able to get over the polling problem for using bpy.ops.sculpt.brush_stroke() by implementing it in a simple modal operator class and run

[Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-18 Thread Campbell Barton
I hope there is some way around this but from what I can tell there is no way to compile a debug build of blender with free tools on windows right now. On my XP system running on VirtualBox I can't at least. This is a real shame because it basically means you cant develop blender on windows - at

Re: [Bf-committers] Compile Error on BLEN_VER_RC_1

2011-04-18 Thread Campbell Barton
On Mon, Apr 18, 2011 at 4:04 PM, Tom Edwards cont...@steamreview.org wrote: It should be generated by source\creator\CMakeLists.txt line 104 onward. It works fine in VC9 though but there's a comment about it not building with VC10...is 10 actually supported? MSVC 2010 Express works ok for

Re: [Bf-committers] Unit system proposal

2011-04-18 Thread Campbell Barton
On Mon, Apr 18, 2011 at 10:46 AM, Damir Prebeg blend.fact...@gmail.com wrote: Beside selection of metric and imperial system, I would like to be able to select working unit. For metric that would be [mm, cm, m, km], for imperial [in, ft, yd, mi]. And when one unit is selected, that unit is

Re: [Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-18 Thread Daniel Stokes
In order to build a debug build of blender with MSVC 2010, I need to have 2008 installed as well. I would think having the express editions of both would be enough, but I can't say for certain as I have the professional version of both. -- Daniel Stokes On Mon, Apr 18, 2011 at 6:33 PM, Campbell