Blender Git Commit Log

All Blender Git commits.

Page: 2761 / 8462

January 10, 2019, 23:02 (GMT)
Add test/gtest ignore BLI headers that fail badly to format
January 10, 2019, 22:33 (GMT)
MSVC: remove compiler __func__ define

No longer needed and exposes a bug in clang-format see: D4185
January 10, 2019, 22:32 (GMT)
Merge branch 'master' into temp-clang-format
January 10, 2019, 22:22 (GMT)
MSVC: remove compiler __func__ define

No longer needed and exposes a bug in clang-format see: D4185
January 10, 2019, 20:56 (GMT)
fix attempt for previous rotation fix with bound objects
January 10, 2019, 19:24 (GMT)
fix D4187: Collada Importer: Material assignment broken after importing Mesh with multiple materials
January 10, 2019, 19:10 (GMT)
Fix T60266: missing viewport updates after changing scene world datablock.
January 10, 2019, 19:03 (GMT)
Fix use of uninitialized GPU context memory in release builds.

Reported by valgrind, not sure it caused any real bugs.
January 10, 2019, 18:27 (GMT)
fix for bound object lagging behind one frame
January 10, 2019, 16:59 (GMT)
GP: Fill: Test code for overspill (not working)
January 10, 2019, 16:09 (GMT)
Subdiv: Fix memory leak

Was visible when mesh had n-gons.
January 10, 2019, 16:09 (GMT)
Fix T60393: Subdiv gives wrong vertex colors
January 10, 2019, 15:47 (GMT)
Fix T59631: Crash in Surface Deform modifier Bind when Dynamic Paint is included.

We should *never* prevent copying basic mesh CDLayers (vertices etc.),
that does not make sense.

I guess issue was not in old DM because geometry was duplicated anyway,
and in 'normal' modifier stack eval, probably because bare mesh was
awlays requested? But we should not have to be explicit here about it.
January 10, 2019, 15:26 (GMT)
Merge branch 'master' into greasepencil-object
January 10, 2019, 15:26 (GMT)
GP: Fix render glitch when have collision with mesh
January 10, 2019, 15:22 (GMT)
Use proper ID to create FModifier RNA pointer

Allows to do simple DEG tag, without extra checks for ID type.

Will solve possible missing updates when modifying f-curve
modifier of a shared action.
January 10, 2019, 15:07 (GMT)
Support proportional edit scaling on dopesheet keyframes

Fixes T60361

Reviewers: brecht

Maniphest Tasks: T60361

Differential Revision: https://developer.blender.org/D4188
January 10, 2019, 15:05 (GMT)
Fix T60340: Removing f-curve modifier doesn't update animation
January 10, 2019, 15:05 (GMT)
Keep track of owner of f-curve

This is a part of another which, which needs to tag owner
of f-curve for an update. But since this is too many lines
changed committing separately.

Basically, for f-curve AnimElement we are now storing ID
whih owns the f-curve.
January 10, 2019, 14:55 (GMT)
UI: make pie menus stick only when tapping key.

When holding down the key for a while, the pie menu will disappear when
releasing the key. This is under the assumption that in this case the user
decided to cancel the action.

Differential Revision: https://developer.blender.org/D4180
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021