Re: [Bf-committers] Numpy integration

2012-05-01 Thread Sanne
of site-packages. Maybe cmake only looks into site-packages? It seems so, lokking into CMakeLists.txt. I don't know for certain, just an idea for somebody more knowledgable. [1] http://packages.ubuntu.com/precise/i386/python3-numpy/filelist Sanne

[Bf-committers] Compile errors on Linux/cmake with rev 45609

2012-04-13 Thread Sanne
/blender/python/intern/CMakeFiles/bf_python.dir/bpy_interface.c.o] Error 1 Might be related to this commit? http://lists.blender.org/pipermail/bf-blender-cvs/2012-April/044792.html Thanks, Sanne ___ Bf-committers mailing list Bf-committers@blender.org

Re: [Bf-committers] Compile errors on Linux/cmake with rev 45609

2012-04-13 Thread Sanne
On Friday 13 April 2012, dlcs.frank wrote: On 4/13/2012 12:29 PM, Sanne wrote: Hi all, I'm getting compile errors on Linux/cmake with rev 45609: http://www.pasteall.org/30892 Indeed, thank you for the report! - Rev 45610 should build without issues. Yes, it does! All fine now, thank

Re: [Bf-committers] Improving Blender's keymap: a proposal

2012-04-06 Thread Sanne
, switching is done very often while modelling. I found that I'm switching more often to the setting that is most appropriate for the current modelling task, while with the default setting I tend to avoid switching because it's just a bit too fiddly. Sanne

Re: [Bf-committers] blender UI state

2012-01-20 Thread Sanne
into perspective: http://blenderartists.org/forum/showthread.php?217431-Mind-Blown-Babbling-Rant Regards, Sanne ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] UI changes from cycles branch

2011-10-24 Thread Sanne
narrower than the default, not so much as to feel cramped, but just right, and it reduces scrolling. Every little bit helps. I don't have an opinion on the font though, because I use my own custom font with aa off anyway. Thanks, Sanne ___ Bf

[Bf-committers] Bmesh compile with Scons broken

2011-09-17 Thread Sanne
no member named ‘getFaceArray’ I have disabled gameengine and player in my user-config.py. Isn't navmesh stuff supposed to be disabled then as well? Thanks, Sanne ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman

Re: [Bf-committers] GE still slow in rev 36978

2011-05-29 Thread Sanne
Hello Mitchell, Please add a new bug report. Done: http://projects.blender.org/tracker/index.php?func=detailaid=27517group_id=9atid=498 Thank you, Sanne ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman

Re: [Bf-committers] GE still slow in rev 36978

2011-05-29 Thread Sanne
Hello Juha! I attached a patch there which moves the letterbox drawing to happen only once per BGE render. The problem is fixed for me with your patch, I replied to the bug report. http://projects.blender.org/tracker/index.php?func=detailaid=27517group_id=9atid=498 Thank you! Sanne

[Bf-committers] GE still slow in rev 36978

2011-05-28 Thread Sanne
, but only in camera view. With the 3d viewport camera the speed is normal. Should I add to bug #27482 or open a new one? I'm on Linux 64 Bit. Thanks, Sanne ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman

Re: [Bf-committers] Copy Data Path and API doc organization

2011-05-20 Thread Sanne
for resolution_x, I would immediately get all info about that value: where is located (under bpy.context.scene.render) and that it's a member of RenderSettings class. Regards, Sanne ___ Bf-committers mailing list Bf-committers@blender.org http

Re: [Bf-committers] Moving to Python 3.2.x

2011-03-07 Thread sanne
installed Python 3.1 resp. now my custom installed Python 3.2 (I also installed to /usr/local with make altinstall). Sanne ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] Blender developer irc meeting minutes 6 feb 2011

2011-02-07 Thread sanne
: http://www.ashsid.sk/wp/?p=21lang=en-us Sanne ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

[Bf-committers] Patch #24608: Fix for typo and better indentation in command line help

2010-11-08 Thread sanne
Hi all, here's a small patch against revision 32944 for a typo and inconsistent indentation I noticed in Blender's command line help text. Patch number: 24608 https://projects.blender.org/tracker/index.php?func=detailaid=24608group_id=9atid=127 Regards, Sanne