[Bf-committers] MSVC + CMake is broken after r29054

2010-05-29 Thread Mitchell Stokes
Using CMake to generate msvc projectfiles broke after revision 29054 (this fixed up MinGW support). The biggest problem that surfaces is that WIN32 is no longer defined for some reason. I fixed this by adding an ADD_DEFINITION for the MSVC part of the CMakeLists.txt. However, I don't know why this

Re: [Bf-committers] MSVC + CMake is broken after r29054

2010-05-29 Thread Campbell Barton
On Sat, May 29, 2010 at 9:09 AM, Mitchell Stokes moguri...@gmail.com wrote: Using CMake to generate msvc projectfiles broke after revision 29054 (this fixed up MinGW support). The biggest problem that surfaces is that WIN32 is no longer defined for some reason. I fixed this by adding an

Re: [Bf-committers] MSVC + CMake is broken after r29054

2010-05-29 Thread Mitchell Stokes
How would I go about resolving the merging problem? ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] New Developer/Documenter Luca Bonavita (mindrones)

2010-05-29 Thread mindrones
Hi! On 05/29/2010 04:00 PM, Campbell Barton wrote: Luca (mindrones) has been granted svn access to help out with documentation, Mainly the sphinx docs which he has already worked with Alex in an external svn but other areas of documentation he can help with too. must say, this was unexpected.

[Bf-committers] lessons from Sculptris

2010-05-29 Thread Tom M
I'm sure many of you have play with the sculptris release, there are some really useful ideas we should adopt concerning ease of learning and ease of use 1) When you open the program it has a help overlay quickstart guide explaining the most important functions and shortcuts. The text is

[Bf-committers] [patch] [#22451] fix for subtractive clay brush

2010-05-29 Thread Fredrik hansson
made a small patch to the clay sculpting brush fixing some noise issues http://projects.blender.org/tracker/index.php?func=detailaid=22451group_id=9atid=127 ___ Bf-committers mailing list Bf-committers@blender.org

Re: [Bf-committers] [patch] [#22451] fix for subtractive clay brush

2010-05-29 Thread Tom M
Hi Fredrik, thanks for the patch, but the sculpting issues are already fixed in the sculpt branch, https://svn.blender.org/svnroot/bf-blender/branches/soc-2010-jwilkins/ Feel free to give some feedback on it in our sculpting feedback thread

Re: [Bf-committers] New Developer/Documenter Luca Bonavita (mindrones)

2010-05-29 Thread Dalai Felinto
Welcome Luca ! I (specially as an user) really appreciate the work all the wiki/documentation team is doing :) Regards, Dalai 2010/5/29 mindrones mindro...@gmail.com: Hi! On 05/29/2010 04:00 PM, Campbell Barton wrote: Luca (mindrones) has been granted svn access to help out with

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29059] trunk/blender/source/blender: Esc as input for Key Buttons (e.g Logic Brick Keyboard Sensor)

2010-05-29 Thread blendenzo
Thanks you so much Dalai, Brecht and Matt! I can't express how glad I am that we will be able to use ESC for menus/pause screens again. On 05/28/2010 09:42 PM, Dalai Felinto wrote: Revision: 29059

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29073] branches/soc-2010-moguri: I rolled back the merge and merged correctly this time.

2010-05-29 Thread Dalai Felinto
Hi Mitchell, for your own sake I recommend always put in the commit log the revisions you are merging. e.g. svn merge 8839: (use the number here instead of HEAD) Otherwise it may become hard to trace down merge problems later :) Cheers, Dalai 2010/5/29 Mitchell Stokes moguri...@gmail.com: