Blender Git Commits

Blender Git "blender-v2.77-release" branch commits.

Page: 6 / 8

March 18, 2016, 10:44 (GMT)
Fix T47773: Particle System with Boids Crash.

Problem was, during initialization of boids particles in `dynamics_step()`,
psys of target objects was not obtained with generic `psys_get_target_system()`
as later in code, which could lead to some uninitialized `psys->tree` usage...

Think it's safe enough for 2.77, though not a regression.
March 18, 2016, 10:44 (GMT)
Fix bad UI range of convergence distance which was above the hard limit

That was rather confusing to slide the value.

Perhaps makesrna can check cases like this?
March 18, 2016, 10:44 (GMT)
Fix crash adding EditNormals modifier to NURBS object (or other types but mesh).

Kinda stupid, but that eModifierTypeFlag_AcceptsCVs could really use a comment alongside
its definition!

Safe to be backported to 2.77.
March 18, 2016, 10:44 (GMT)
Cycles: Do no limit viewport samples to USHRT_MAX when value is at 0.

We don't limit manually setting higher values, this was probably overlooked here.

Found by @Blendify in IRC.
March 18, 2016, 10:44 (GMT)
Fix T47753: World equirectangular regression

D1729 fixed 'View' projection but broke 'Equirectangular'.

This commit also changes equirectangular projection to match Cycles and the viewport.
March 18, 2016, 10:44 (GMT)
Fix T47749: Crash subdividing wire edge w/ mdisps
March 18, 2016, 10:44 (GMT)
Fix T47688: Regression in gl_load

Error caused by 771f73b6
March 18, 2016, 10:44 (GMT)
Skip scopes update for render result during rendering
March 18, 2016, 10:44 (GMT)
Fix T47681: Bump node doesn't work with SSS shader when using OSL
March 18, 2016, 10:44 (GMT)
Fix T47706: 'CTRL ALT Left Mouse' clicking on the dope sheet summary line crashes Blender

Simple NULL-check seems fine here, working as it should now. Most likely caused by rBc4dc14b079d81.
March 18, 2016, 10:44 (GMT)
CMake: remove OSX version lookup table

This assumed the OSX SDK version matched the OSX version, which isn't always true.

Also problematic for maintenance and would make building older Blender versions on OSX fail.

Passing in pre-defined OSX_SYSTEM is also supported,
if you have multiple and want to select one.
March 18, 2016, 10:44 (GMT)
BMesh: avoid assert dissolving degenerate faces

For dissolving 2-sided faces, theres no need to check they are valid before removal.
March 4, 2016, 17:08 (GMT)
Blender 2.77: We are now RC2
March 4, 2016, 17:03 (GMT)
Blender 2.77: Point translations submodule to updated branch
March 4, 2016, 16:47 (GMT)
Fix typo in 'Vietnamese' language label (must have sneaked in while adding Basque one, grr).
March 4, 2016, 16:12 (GMT)
Fix uninitialized memory use lattice-boundbox

Many other places weren't clearing boundbox dirty flag after calculation.
March 4, 2016, 16:12 (GMT)
Fix T47683: broken BBox logic when drawing duplis.

Once a dupli had a valid bbox, that bbox would be used for all following objects
without bbox, instead of skipping clipping check.

Issue unveiled by rB3fa0a1a5bc0ff2, but not related at all (in fact, bug was present before that commit).
March 4, 2016, 16:11 (GMT)
Edit Mesh: Edge tag toggle when no active path is found

User request, this matches 2.6x behavior more closely.
March 4, 2016, 16:11 (GMT)
Fix T47674: "Change Data/Files" setting incorrect filter

Image filter was not set, but only if invoked from toolbar (image strip needs to be selected to see the button).
Caused by rB7fa72b8970, Wasn't aware there's another button for this for image strips.
March 4, 2016, 16:11 (GMT)
Fix RNA property clamp assigning in Python

On first assignment the value was clamped, but successive assignments weren't.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021