Blender Git Commit Log

All Blender Git commits.

Page: 2123 / 8462

October 17, 2019, 12:47 (GMT)
GPencil: Cleanup: remove unused variable
October 17, 2019, 12:41 (GMT)
GPencil: Cleanup gpencil_add_guide_points function
October 17, 2019, 12:20 (GMT)
GPencil: Guides: Use angle sampling for Circular guide

Use angle sampling for missing points, this fixes fast stroke issues finally.
October 17, 2019, 12:19 (GMT)
initial multi function network builder
October 17, 2019, 11:17 (GMT)
Merge branch 'blender-v2.81-release'
October 17, 2019, 11:17 (GMT)
Cleanup depsgraph access in particle_edit.c

'PE_set_data' / 'PE_set_view3d_data' would give us a depsgraph already,
so use it.

Also fix access to PEData->depsgraph without calling 'PE_set_data' prior.

Addresses concern raised in rBcf2c09002fae.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D6067
October 17, 2019, 11:00 (GMT)
GPencil: Guides: Improve fake point sampling for Circular guides

This provides better spacing and improves fast strokes
October 17, 2019, 10:19 (GMT)
Volumetric: Debug Voxel Size and Location

When displaying the voxel size for an adaptive domain the resolution of the adaptive domain was used to calculate the world size of the voxel.
This patch changes this to use the initial size of the domain.

When using adaptive domain the overlay was not rendered in the right
place.

Thanks to sebbas for part of the patch!

Reviewed By: sebbas, fclem

Differential Revision: https://developer.blender.org/D6076
October 17, 2019, 10:16 (GMT)
Volumetric: Debug Voxel Size and Location

When displaying the voxel size for an adaptive domain the resolution of the adaptive domain was used to calculate the world size of the voxel.
This patch changes this to use the initial size of the domain.

When using adaptive domain the overlay was not rendered in the right
place.

Thanks to sebbas for part of the patch!

Reviewed By: sebbas, fclem

Differential Revision: https://developer.blender.org/D6076
October 17, 2019, 10:03 (GMT)
Merge remote-tracking branch 'origin/master' into temp-npr-gpencil-modifiers
October 17, 2019, 10:01 (GMT)
Merge branch 'blender-v2.81-release'
October 17, 2019, 09:59 (GMT)
Fix T70740: Clicking on proxy bone makes original one jump to initial location

Caused by what appears to be a missing flush from evaluated bone back to
original, which then makes it so copy-on-write operation happening after
click (to synchronize selection flags) pushes original bone to its initial
position.

Differential Revision: https://developer.blender.org/D6051
October 17, 2019, 09:59 (GMT)
Merge branch 'blender-v2.81-release'
October 17, 2019, 09:51 (GMT)
Cleanup: Fix naming of a function
October 17, 2019, 09:47 (GMT)
Merge branch 'master' into temp-graph-select-changes
October 17, 2019, 09:47 (GMT)
GPencil: Guides: Fixed issue with start of very fast strokes

The interpolation now runs from the very first point.
October 17, 2019, 09:43 (GMT)
Merge branch 'blender-v2.81-release'
October 17, 2019, 09:43 (GMT)
Node shader wrapper: use 'Non-Color' profile for BW textures inputs.

All the single-value texture inputs of Principled BSDF node should use
non-color colorspace profile, not sRGB one (issue raised in
https://blender.stackexchange.com/questions/155617, thanks).

That also revealed another issue - since those color space settings are
stored at the image level itself, not the node one, we need to
duplicate those image data-blocks when we use same picture for e.g. base
color (sRGB) and specular (non-color) inputs...

For now using a basic mechanism for that, might generate several extra,
uneeded copies of the image ID, but that?s better than breaking custom
settings and such.

Note that while this will modify the behavior of the impporters using
that node wrapper, no change should be needed in IO add-ons themselves.
October 17, 2019, 09:31 (GMT)
Merge branch 'greasepencil-object' of git.blender.org:blender into greasepencil-object
October 17, 2019, 09:29 (GMT)
GPencil: Fix guides after recent refactor

There is still an issue with the start of very fast strokes that needs solving.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021