Blender Git Commit Log

All Blender Git commits.

Page: 2354 / 8462

July 15, 2019, 20:33 (GMT)
Revert "Fix T64827 (part two): "Batch-Generate Previews" fails with certain files"

This reverts commit 8a5a8282ce48704e60e70cb02d747aede71e70b8.
July 15, 2019, 20:22 (GMT)
Fix T66986: fix dylib plugins on macOS not working in code signed release

Add more entitlements for code signing.
July 15, 2019, 20:22 (GMT)
Fix T67016: crash drawing image editor without image
July 15, 2019, 20:19 (GMT)
[Fast import/export] UI for OBJ import
July 15, 2019, 19:34 (GMT)
Merge branch 'master' into soc-2019-outliner
July 15, 2019, 19:29 (GMT)
Collections: Update active collection after visibility restriction

When changing viewport visiblity or restriction change the active
collection. This replicates the behavior of excluding the active
collection, which sets the first non-excluded parent as active.

This required a function to recursively check parents for the
visiblility restrictions.
July 15, 2019, 18:57 (GMT)
Add Volume Info node.

This node doesn't expose any new information, it just presents the volume info in a more friendly way, as opposed to using the Attribute node.
July 15, 2019, 18:43 (GMT)
Cloth: initial steps for adaptive sewing
July 15, 2019, 17:55 (GMT)
Fix T66983 Wireframe Display in edit mode edges missing when overlays are disabled
July 15, 2019, 17:27 (GMT)
Fix T66707 Modifying bone's 'Custom Object' reference shape causes blender to crash

This was caused by an instancing batch not being initialized correctly.
July 15, 2019, 17:12 (GMT)
Fix PBVH sculpt vertex color drawing
July 15, 2019, 17:11 (GMT)
Sculpt vertex colors: Support for Unified paint settings and secondary
color
July 15, 2019, 16:27 (GMT)
Fix blueprint tool matrix calculation

This should fix some plane scaling problems
July 15, 2019, 16:24 (GMT)
Merge branch 'master' into sculpt-mode-features
July 15, 2019, 16:10 (GMT)
Fix T66955: Cannot delete data from file in outliner.

That switch on ID types had not been updated since quiet some time it?d
seem... Using the ID_Type enum type now, so this should not happen again
(compiler will yell at you if you forget to add here any new ID type ;) ).

Also had to change a bit the code layout then, to deal with fake NLA ID
type...

Note that for now, Screen IDs remain excluded from the ID menu usage,
due to T67004.
July 15, 2019, 16:09 (GMT)
get rid of static block size
July 15, 2019, 15:56 (GMT)
initial custom function emitter
July 15, 2019, 15:38 (GMT)
Fix T66712: A model shows artifacts in the sculpt mode

Was a mistake in normals calculation: need to consider all grids for correct
average in the center of the face.

Reviewers: brecht

Reviewed By: brecht

Maniphest Tasks: T66712

Differential Revision: https://developer.blender.org/D5254
July 15, 2019, 15:36 (GMT)
Fix compositor ignoring mask parenting

There are two aspects to the problem:

- Dependency graph update for compositor preview was missing
updates flush.

Apparently, update for new frame style of update will take
care of flushing, but not the update tagged style of update.

This goes to a legacy dependency graph and is to be changed
at some point, but not so close to the release.

- Movie clips were missing from the compositor dependency graph.

This fixes part of T66519.

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5256
July 15, 2019, 15:32 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-fast-io
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021