Blender Git Loki

Blender Git "fracture_modifier-master" branch commits.

Page: 67 / 129

March 18, 2016, 10:44 (GMT)
Fix T47763: 2.77 RC2 (Fluid) Particle Baking slower compared to 2.67b.

Static schedule was responsible here...

Also, made a minor optimization in case adaptative (auto) subframes are enabled,
gives a few percent of speedup here.
March 18, 2016, 10:44 (GMT)
Fix missing 'anim_data' in RNA API of Freestyle's linestyle.

Reported by Manuel Rais on ML, thanks.
March 18, 2016, 10:44 (GMT)
Fix T47760: Toggling GPencil's "Selection Mask" via Python does not update UI

Add rna updates to greasepencil sculpt properties

D1849 by @lichtwerk, reviewed by @aligorith
March 18, 2016, 10:44 (GMT)
Fix T47818: GPencil Sculpt Brush settings update when adjusted using scrollwheel while sculpting
March 18, 2016, 10:44 (GMT)
Fix T47772: Randomize stroke has direction bias
March 18, 2016, 10:44 (GMT)
Fix T47759: Mesh 'Select less', leaves isolated verts

Select less in mesh edit-mode would leave selected vertices/edges
in edge/face mode which don't support selecting these elements.
March 18, 2016, 10:44 (GMT)
Fix T47784: BMesh.from_object broken keyword args
March 18, 2016, 10:44 (GMT)
Fix T47788: Symmetrize flips multi-res data

Symmetrize was unusable with multi-res data,
add an option for the bmesh operator not to flip the multi-res depth.
March 18, 2016, 10:44 (GMT)
Fix/workaround T47685: Drag keymap slider fails

This is a special case where the UI update function re-creases the keymap we're currently editing.
Making it so dragging values fails.
March 18, 2016, 10:44 (GMT)
Correct UI active state w/ bevel-factor

D1838 by @JacquesLucke
March 18, 2016, 10:44 (GMT)
Fix crash loading some library blend files

Blend files with screen but no scene would crash.
March 18, 2016, 10:44 (GMT)
Fix T47787: When performing operation 'Make single user' -> 'obj&data', object could be removed from group.

Similar cause as in T47482, we used to have poor handling of 'user_one' cases of ID usage,
leading to inconsistent behavior depending on order of operations e.g.

Here, was object used by a group but not linked in any scene - once linked in scene,
their usercount would be 2, leading to 'making single copy', when it's actually not needed.
We now have better control here, so let's use it!

Note that other ID 'make single user' code will likely need similar fix (Images, etc.).

Safe to be backported to 2.77.
March 18, 2016, 10:44 (GMT)
Fix T47785: Rendering Crash, Node Connector Crash, Changing Editors Crash

Regressions after 2.76, to be backported to 2.77.
March 18, 2016, 10:44 (GMT)
Fix T47827: Single Channel Preview Error

Fix by @sergey with own fix for big endian.
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
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021