Blender Git Commits

Blender Git "master" branch commits.

Page: 2504 / 5574

September 25, 2015, 15:37 (GMT)
Fix T46260: Shadeless option ignores Object-Color
Revision 0419d3b by Julian Eisel
September 25, 2015, 15:08 (GMT)
Fix node auto-offset to left broken

Own, really stupid mistake in rBc653077bf56 :| Kids, don't commit at night!
September 25, 2015, 13:53 (GMT)
Fix T46249: Boid goal object that has a force field set to 'Every Point' shape causes crash.

This is a mere bandage, that whole area is known broken anyway, but at least it should prevent the crash.

Note that that kind of stuff (the efd->index being a pointer) is really bad practice imho...

Should be backported to final 2.76.
September 25, 2015, 08:54 (GMT)
Fix T46239: Cross effect strip input fields can't be changed (in its properties panel).

Those shall not be editable in UI...
September 25, 2015, 07:03 (GMT)
Fix T46263: bpy api - assigning to object.matrix_basis with AXIS_ANGLE rotation mode does not work correctly.

Drot in axis angle does not make that much sense anyway (it's even disabled in UI), but let's apply
it correctly at least!
September 25, 2015, 06:38 (GMT)
Fix T46247: Side-reported, bbox for zero-verts object with OSD subsurf and GPU compute would be -INF.

Trivial fix, to be backported to final 2.76 if possible.
September 24, 2015, 15:01 (GMT)
Cleanup: And one more commit... (BVH Cache).
September 24, 2015, 14:49 (GMT)
Cleanup: Remove some more BVH cache code, for reading/writing the cache.
September 24, 2015, 13:47 (GMT)
Cleanup: Remove some underlying code for the BVH disk cache.

Notes:
- There is still some bvh cache code, but that is from the engines initial commit, we might clean this up further or keep it.
- Changes in util_cache.h/.c are kept, this might be re-used in the future.
September 24, 2015, 13:34 (GMT)
Cleanup: Typo fixes in OpenCL log messages.
September 24, 2015, 13:30 (GMT)
Cycles: Remove the BVH cache feature

This removes the BVH cache feature from the UI, underlying code will be removed in a separate commit.

The BVH cache was added before we had a multi-threaded BVH build, and a lot of other optimizations were done since then, which makes this not useful anymore.

Fix T46162.
September 24, 2015, 12:15 (GMT)
Multiview: fix Image Editor not showing Views menu when rendering
non-stereo Multi-View camera rigs (unreported)
September 24, 2015, 10:52 (GMT)
Add test scripts to ctest & rename
September 24, 2015, 10:14 (GMT)
Fix T46226: Bake normals multi-res crash
September 24, 2015, 08:53 (GMT)
Fix T45865: NLA: Auto Blend is not recalculated when adjusting repeat.
September 24, 2015, 08:13 (GMT)
Fix T46227: ShapeKeys Lattice by the driver, problem updates in new depsgraph

The issue was caused by driver referencing path outside of the key datablock.
September 24, 2015, 06:07 (GMT)
Fix T46232: Boids crash w/ random rule selection
September 24, 2015, 05:17 (GMT)
Quiet warning
September 24, 2015, 03:34 (GMT)
Knife: Improve clamping extents in ortho view

- measure extents from mesh center instead of origin.
- use clamping method, guaranteed not to flip the input vectors direction.
- use cage coords when available (since knife operates on the cage).
September 23, 2015, 17:00 (GMT)
Fix T46219: Knife cuts fail away from center
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021