Blender Git Commits

Blender Git "master" branch commits.

Page: 3333 / 5574

January 10, 2013, 16:11 (GMT)
Fix #33822: Compositor gets stuck if a sequencer window is also visible

Issue was caused by a fix for rendered sequencer preview mode, which
will likely conflict with compositor job. Made it so compositor job
will be killed when sequencer uses rendered preview.
January 10, 2013, 15:22 (GMT)
pyapi internal api code: check for == -1 rather then < 0, for known error returns.
January 10, 2013, 14:38 (GMT)
simple speedup for view3d numeric panel - dont loop on verts or edges if none are selected.
Revision 127b542 by Lukas Toenne
January 10, 2013, 14:36 (GMT)
Another fix for bpy.props getters/setters: PyC_AsArray does a refcount decrement internally on errors, need to skip Py_DECREF in that case to avoid negative refcounts.
January 10, 2013, 14:28 (GMT)
fix for own mistake in recent changes to scanfill, bmo_triangle_fill_exec() (alt+f), was missing BLI_SCANFILL_CALC_HOLES argument.
reported as [#33819]
January 10, 2013, 13:59 (GMT)
adding vertex color layer in mesh editmode would overwrite UV's, strange nobody reported this since its been there since 2.63.
January 10, 2013, 12:35 (GMT)
Fix too bright result in background multiple importance after recent changes.
Revision 273cf51 by Lukas Toenne
January 10, 2013, 12:32 (GMT)
Fix for bpy.props getter/setter callbacks. These were missing a valid GIL state when being called outside the UI context.
January 10, 2013, 12:07 (GMT)
editmesh texface drawing, reuse customdata offset rather then looking up each UV and vertex color, gives overall ~9.5% drawing speedup in my tests.
was also doing NULL checks on UV's which are never NULL in this case.
January 10, 2013, 11:08 (GMT)
Bug fix 33732

Modal operators with hardcoded (in C) event handling now don't get
double clicks anymore. For modal keymaps things work OK.

This fixes number input typing for CTRL+B bevel, for example.

January 10, 2013, 10:10 (GMT)
Fix #33816: property not found: World.use_textures

Issue was caused bu svn rev53355 and now logic seems to mimic
behavior before that change.
January 10, 2013, 09:21 (GMT)
Stripping and packaging shall happen inside of chroot as well
January 10, 2013, 08:55 (GMT)
Further tweaks to buildbot

- BF_BITNESS should be passed as a command line argument
- Made it so CUDA binaries and OSL compiled scripts would
be installed regardless WITH_BF_PYTHON (which seems to
be quite obvious)
- Disable overwrite install, so CUDA kernels installed by
it's build target will be preserved when building blender
itself.
January 10, 2013, 08:16 (GMT)
bmesh todo: uv stretch area draw mode wasn't calculating ngon area - added area_poly_v2().
January 10, 2013, 08:01 (GMT)
Switch linux buildbot to compile all cuda kernels in 64bit environment

Solves memory limit issues when building sm_13 for 32bit platform.

Some further refinement of patch could be needed.
January 10, 2013, 08:01 (GMT)
Added new scons target: cudakernels

It's intended to perform compilation of CUDA kernels only,
without doing anything with other sources/resources and
main purpose of this target is to be able to compile cuda
kernels in completely different environment than the rest
of blender was compiled.

This is needed for linux build environment, where sm_13
compilation fails dramatically in 32bit chroot but could
be compiled in 64bit environment.
January 10, 2013, 05:50 (GMT)
don't call BKE_mesh_tessface_ensure() from DM_to_mesh(), caller must do this instead.
January 10, 2013, 05:35 (GMT)
transforming verts was getting the bevel weight for each vertex even if bevel-weight wasnt being transformed.
January 10, 2013, 04:46 (GMT)
fix for editmesh calculating normals twice when using the number-buttons.
January 10, 2013, 04:43 (GMT)
don't store bevel weights or edge crease customdata layers in editmode unless they are needed.

configurable in 'Geometry Data' panel, will be added when running crease edges transform for example.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021