Blender Git Loki

Kaikki Blender Git kommitit.

Page: 341 / 8462

August 10, 2021, 13:52 (GMT)
Refactor: Custom data comparison in meshes

Added the comparison of non-generic attributes with generic
attributes in the same loop to avoid issues with different
order in layer->types of the two meshes.

Reviewed By: JacquesLucke

Differential Revision: https://developer.blender.org/D12149
August 10, 2021, 13:44 (GMT)
Fix T90564: Crash when linking 2 node inputs

Caused by {rB37570a73170e}.

Above commit wasnt taking into account that at this point the link could
still be NULL.

Maniphest Tasks: T90564

Differential Revision: https://developer.blender.org/D12180
August 10, 2021, 13:42 (GMT)
remove dead code
August 10, 2021, 13:33 (GMT)
new Position node
August 10, 2021, 13:11 (GMT)
Merge branch 'master' into temp-geometry-nodes-fields-prototype
August 10, 2021, 13:11 (GMT)
Fixed crash due to unexpected attribute
August 10, 2021, 12:11 (GMT)
Knife: Custom Knife BVH for multiple BMesh

Adds a custom Knife BVH which works with multiple BMesh's to replace the old BMBVH.
Currently, the new BVH is used in a functionally equivalent way to the old BMBVH but avoids re-allocating BVH's in multi-object edit mode.

This makes the current code slightly more complex, but will be incredibly useful when converting the knife tool code from object to world space, something that will need to be done to implement a better multi-object edit mode and further improvements to the tool.
August 10, 2021, 11:04 (GMT)
File/Asset Browser: Select/Activate File on Right Click for Context Menu

Right clicking would spawn the context menu under the cursor, but some
operators would actually act on the active asset/file which wasn't
the one clicked on.

When multiple files are selected and one of them is right-clicked on,
selection is not changed to allow operations on multiple files. E.g.
deletion.

This makes the File/Asset Browser match the Outliner (in behavior, not
implementation).

For the right-click selection keymap:
* The context menu still only spawns on W.
* Bonus: Right click now does something, it actually selects files!
I could have done additional changes here to avoid this, but it seems
like a good addition.

This is also a better alternative to rB5edfde58fe60, which didn't work
properly either. Using rename from the context menu would only work if
the clicked on file was also active...

Differential Revision: https://developer.blender.org/D12065

Reviewed by: Campbell Barton
August 10, 2021, 10:49 (GMT)
Fixed bug with wrong limit radius at endpoint
August 10, 2021, 10:07 (GMT)
Cleanup: use give_object_under_cursor when dragging materials.

It used to invoke give_base_under_cursor, but only accessed the `object` from the base.
August 10, 2021, 10:03 (GMT)
Fix crash: mouse is over file space during startup.

When blender starts and the mouse is over a file/asset browser it
crashes. This is because blender wants to highlight a file, but the
layout isn't initialized yet.
August 10, 2021, 09:53 (GMT)
Fix T89253: template_list allows arbitrary data changes

Blender forbids property changes in .draw() methods. But they weren't
caught after a call to .template_list() with a custom list type.

Support nested calls that disallow writes.
August 10, 2021, 09:37 (GMT)
Fix T89284: Greasepencil top bar draw tool settings missing

Caused by {rBe3faef686d38}.

Error was getting the preview [which wasnt there yet]
These only appeared once the material tab in the Properties Editor was
used (since this ensured a valid preview icon).

Above commit changed behavior for RNA icon getter (this does not create
data anymore), so ensure the preview by hand here.

Maniphest Tasks: T89284

Differential Revision: https://developer.blender.org/D12178
August 10, 2021, 09:03 (GMT)
Blender 2.83.17-release
August 10, 2021, 08:57 (GMT)
Merge branch 'master' into cycles-x
August 10, 2021, 08:49 (GMT)
Update curve fillet code based on patch review
August 10, 2021, 08:46 (GMT)
Merge branch 'master' into temp-vse-transform-overwrite
August 10, 2021, 08:45 (GMT)
Merge remote-tracking branch 'origin/temp-geometry-nodes-fields-prototype' into temp-geometry-nodes-fields-prototype
August 10, 2021, 08:45 (GMT)
Fix: Extrude and Move Edge out selection
August 10, 2021, 08:39 (GMT)
properly interpolate selection between some domains
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021