Blender Git Commits

Blender Git "master" branch commits.

Page: 2157 / 5574

April 7, 2017, 15:00 (GMT)
CMake: Fix detection of idiff program
April 7, 2017, 14:43 (GMT)
OpenGL / Outliner: QUADS are not supported in core
April 7, 2017, 14:06 (GMT)
Tests: Fix compilation error with static OpenMP
Revision 204e067 by Julian Eisel
April 7, 2017, 14:04 (GMT)
Fix drawing of planar transfrom manipulators, update matrix code
April 7, 2017, 14:03 (GMT)
Alembic import: prevent crash when cancelling import.

It's possible that cancellation occured between the creation of the reader
and the creation of the Blender object, in which case reader->object()
returns a NULL pointer.
April 7, 2017, 14:03 (GMT)
Alembic import: prevent double user decrement when cancelling import.

BKE_libblock_free_us() was called on the object data, which decrements
its user count, after which the same function was called on the object,
which decrements the user count of the object data again. This double
decrement was too much.
April 7, 2017, 13:08 (GMT)
Cycles: Fix access of NULL pointer as array

Was confusing guarded allocator for some reason.
April 7, 2017, 13:01 (GMT)
3D Manipulator: add back protected flags check

This used to be a separate pass
April 7, 2017, 11:41 (GMT)
Alembic: synced gather_objects_paths with visit_objects

This was necessary, but was only mentioned at gather_object_paths (which
I didn't see earlier). That's now also fixed.
April 7, 2017, 11:23 (GMT)
3D View: manipulator from custom-manipulators branch

Original code from @Severin with changes from @dfelinto & @hypersomniac.

This doesn't cause many functional changes
besides using new transform manipulators.

Submitted as D2604
April 7, 2017, 11:03 (GMT)
Replace CGSubSurf direct includes to GL/glew.h
April 7, 2017, 10:55 (GMT)
Cleanup: Unused function
April 7, 2017, 10:49 (GMT)
Cycles: Fix corrupted mesh render when topology differs at the next frame
Revision 91b9db0 by Mai Lavelle
April 7, 2017, 10:06 (GMT)
Cycles: Change work pool and global size of split CPU for easier debugging
Revision 8f85ee2 by Mai Lavelle
April 7, 2017, 10:06 (GMT)
Cycles: Fix indentation
Revision 5b45fff by Mai Lavelle
April 7, 2017, 10:06 (GMT)
Cycles: Add missing flush
Revision d66ffae by Mai Lavelle
April 7, 2017, 10:06 (GMT)
Cycles: Check ray state properly to avoid endless loop

The state mask wasnt applied before comparison giving false results. It
shouldnt really happen that a ray state contains any flags that need to
be masked away, but if it does happen its better to not get stuck.
April 7, 2017, 09:06 (GMT)
Alembic: documented use of CacheReader struct
April 7, 2017, 09:03 (GMT)
Alembic: just pass NULL when we know mcmd->reader is NULL.

More explicit, easier to read & understand.
April 7, 2017, 08:44 (GMT)
Fix building alembic gtest with buildinfo...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021