Blender Git Commits

Blender Git "fracture_modifier-master" branch commits.

Page: 64 / 129

April 5, 2016, 08:36 (GMT)
Fix T48000: Eyedropper sample-merged ignored at first
April 5, 2016, 08:36 (GMT)
Fix T47987: Blender Cycles standalone does not properly read UV coordinates from XML
April 5, 2016, 08:36 (GMT)
Fix T47969: Select Random always uses same seed

Increment the seed on each use,
otherwise calling again selects the same order, unless you manually adjust the seed.
April 5, 2016, 08:36 (GMT)
Fix T47986: OBJ Import fails w/ imagepath encoding
April 5, 2016, 08:36 (GMT)
Fix T47958: Crash in Walk or Fly Navigation in Camera mode when invoking from non-3DView region
April 5, 2016, 08:36 (GMT)
Fix T47931: Missed world shader update when having object dependency
April 5, 2016, 08:36 (GMT)
Fix T47972: Blender crash showing particle system.

Do same as with faces - if no orcodata is available, fill orco with current location...
April 5, 2016, 08:36 (GMT)
Fix T47973: Render stamp ignores font alpha
April 5, 2016, 08:36 (GMT)
Fix T47697: Smoke simulation doesn't work in viewport

Seems to be a division by zero error.

Should be safe for an upcoming 'a' release.
April 5, 2016, 08:36 (GMT)
BLF: alpha support for drawing to buffer
April 5, 2016, 08:36 (GMT)
Fix T47758: rigidbody bug with constraint breaking and disable collisions.

This is a regression in Bullet, reverted the problematic change for now with
a custom patch.
April 5, 2016, 08:36 (GMT)
Fix T47951: UserId problem on reload.

readfile.c would increment object usercount in three places, where it should not.
Remember kids: Objects are **only** refcounted by Scene's bases, and Object->proxy!
April 5, 2016, 08:36 (GMT)
Revert "Fix T47263: numpad4/6 rotates around worl Z axis and not view Y axis."

This reverts commit fe0ca82b232dcab29030c4a20b8bd1b033d1d346.

This is a design issue, needs more thinking, for now just revert back to old behavior.
April 5, 2016, 08:36 (GMT)
Fix T47928: Crashing save corruption with dynamic paint drip effector groups.

Dynapaint's `foreachIDLink` was mnot handling effector_weights->group pointer...
April 5, 2016, 08:36 (GMT)
Fix T47935: Hair particles; The display percentage parameter breaks after a render is done.

Follow same logic in `psys_render_restore` as in `psys_render_set` - if hair and
display percentage is not 100%, we have to recompute particles...

With regular 'emitter' particles just hiding some is fine (though using random here
will not give a precise proportion...).
April 5, 2016, 08:36 (GMT)
Fix Cycles debug panel, being shown in BI as well.
April 5, 2016, 08:36 (GMT)
Fix T47962: It's possible to set a Sound strip as a modifier Mask.
April 5, 2016, 08:36 (GMT)
Fix T47668: Cycles OpenCL glass not rendering correctly on AMD.

Work around what appears to be a compiler bug.
April 5, 2016, 08:36 (GMT)
Fix T47910: Knife project fails

Regression in fix for T43896, using screen-space precision here is very problematic,
using lower precision here works for both reports.
April 5, 2016, 08:36 (GMT)
Fix T47900: VSE adjustment crashes on blank frame
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021