Blender Git Commits

Blender Git "master" branch commits.

Page: 2728 / 5574

December 19, 2014, 11:27 (GMT)
Fix T42543 projection painting fails when faces are perpendicular to screen.

This is UV barycentric interpolation failing for triangles where vertices are
colinear in screen space. To fix this, we detect this early on so we do the
interpolation on edges instead of triangles.

Such triangles will never be painted on unless we have occlusion and culling
off (since, arguably they are self occluded and almost back-facing).

The code still does not fill the whole area but this can be checked separately.
December 19, 2014, 09:15 (GMT)
Fix reversed args in function call (float, bool vs. bool, float).

Note 'same' values are kept for now, even though it was probably meant the
other way around, it's safer to keep current behavior for now.
December 19, 2014, 09:09 (GMT)
Fix T42945: rv3d->gridview was not set correctly in view3d_draw_objects.

This fixes both transform snapping in persp views, and 'snap cursor to grid' feature.

Was only really visible with Imperial units.
December 19, 2014, 08:43 (GMT)
Code cleanup: include directory for scons

This directory does not exist even.
December 18, 2014, 15:43 (GMT)
Fix mathutils docstring typos.
December 18, 2014, 15:28 (GMT)
Flood fill in projection painting does not do bounds checking anymore.

It should now fill the whole mesh with color even if parts of it are
outside the screen - still need to be in fron of the camera though.

Thanks @Campbell for the trick :)
December 18, 2014, 13:31 (GMT)
Fix T42943: Crash with multiple calls to rna_info.BuildRNAInfo()

Thanks to @nesse for the fix
December 18, 2014, 12:52 (GMT)
PyAPI: disallow assigning members to 'bpy.ops'
December 18, 2014, 12:47 (GMT)
Sequener: Move waveform-draw option into view menu

also simplify preview/sequencer checks
December 18, 2014, 12:12 (GMT)
cleanup: use const for smallhash & minor edits
December 18, 2014, 11:49 (GMT)
Fix/workaround T42944: Crash adding a shortcut in properties space
December 18, 2014, 09:43 (GMT)
Correction to previous render border commit

Was using wrong bitfield check.
December 18, 2014, 09:40 (GMT)
Cycles: Do some logging when motion is detected in the scene
December 18, 2014, 08:24 (GMT)
Correction to set border from render image view

It did not fully support cases when setting border from a cropped render result
and it's not totally clear how it should behave. So for now just do nothing and
inform users about this.
December 18, 2014, 01:15 (GMT)
Quiet warning (harmless)
December 18, 2014, 01:14 (GMT)
Fix for GPU_materials_free accessing NULL pointer
December 18, 2014, 01:06 (GMT)
correct recent cleanup for id-property types
December 17, 2014, 22:11 (GMT)
Sequencer: Select sideof failed for strips touching the playhead
December 17, 2014, 21:28 (GMT)
Cycles: Add missing entries in the Integrator constructor and some updates
to the XML API.

(Changes from the standalone repo)
Revision cd4d5dc by Lukas Toenne
December 17, 2014, 12:50 (GMT)
Fix T42932: Drag&Drop of groups from the outliner was using undefined
event->mval.

Calculating from event->x/y like object drag/drop does works. Also fixed
a missing notifier of the object instancing operator.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021