Blender Git Commits

Blender Git "master" branch commits.

Page: 4213 / 5574

October 19, 2010, 04:25 (GMT)
fix for implicit declaration, not sure why this happens but OpenSuse 11.1 wouldn't build.
October 19, 2010, 02:50 (GMT)
Disable LCMS by default for scons.
October 19, 2010, 02:41 (GMT)
bugfix [#24314] Motion path (ghosting/onioning) numbers are displayed with offset
October 19, 2010, 01:57 (GMT)
== Sculpt ==

Fixed bug #24111, "Mirror clipping not working while sculpting a mirrored mesh"

* Mirror modifiers can handle multiple-axis mirroring, updated sculpt to work with that
* Marked the "axis" field of MirrorModifierData deprecated, since it looks like bitflags are supposed to be used now

October 19, 2010, 01:48 (GMT)
bugfix [#24289] bpy.ops.object.select_name() is broken
October 19, 2010, 01:24 (GMT)
patch by Elia Sarti, adding selectable_objects and selectable_bases to the screen context, allowing some operators to run from the console which previously only worked in the 3D view.
October 19, 2010, 01:21 (GMT)
use unsigned int for all layers.
October 18, 2010, 22:37 (GMT)
Add Toggle System Console entry to Help menu on Windows systems.
Revision fc95d8a by Joseph Eagar
October 18, 2010, 21:38 (GMT)
commit of wip working copy; much bugs remain
October 18, 2010, 20:41 (GMT)
Add operator for toggling cmd box on Windows.

Use through search menu (Toggle System Console) or
call bpy.ops.wm.toggle_console().

This is based on patch [#6927] Optional Console for Windows
by Fahrezal Effendi, submitted on July 10th, 2007 (!)

This paves the way for adding a command-line option to Blender to
toggle this cmd console, and for having a user preference option
for this. Command-line option I haven't added yet, as there seemed
to be problems with Python interpreter initialization (read: crashes).

This works by redirecting stdout and stderr to blenderlog.txt in user
temp directory (most likely %TEMP%blenderlog.txt). When python problem
is fixed we can use this to always redirect stdout and stderr to this
logfile, making it also easier for us to ask users for this file in
bugreports.
October 18, 2010, 20:40 (GMT)
Merged changes in the trunk up to revision 32565.
October 18, 2010, 20:33 (GMT)
whitespace commit, AKA commit count bump.
October 18, 2010, 20:32 (GMT)
Mangle unused parameter names also on non-GCC platforms. This should help in situations where a coder starts using the previously
unused tagged parameter after all, reminding the coder to remove the tag and check further.
October 18, 2010, 17:55 (GMT)
quick commit for forgotten file in the G.sce -> G.main->name refactoring.

Patch by Jens Verwiebe, many thanks.
October 18, 2010, 13:22 (GMT)
remove annoying warnings for blenderplayers stub.c
October 18, 2010, 13:16 (GMT)
recent fix for relative imports broke autocomp.
October 18, 2010, 12:56 (GMT)
cflags, cxxflags & linkflags in buildinfo.
October 18, 2010, 12:35 (GMT)
define NDEBUG for release builds so assert() is disabled.
October 18, 2010, 11:37 (GMT)
bugfix [#24306] Python : relative import error
October 18, 2010, 11:21 (GMT)
enable DEBUG define in CMake and scons, also change booleans debug option to BOP_DEBUG, which was used inconsistently, and had to add a define for superlu.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021