Blender Git Commits

Blender Git commits from all branches.

Page: 238 / 2888

July 18, 2021, 19:04 (GMT)
USD import option description typo.

Fixed typo in Import USD Preview option description.
July 18, 2021, 18:43 (GMT)
USDImportParams designated initialization.

Now using designated initializers when constructing the import
params struct, to help future-proof the code if struct members
are changed or reordered. (Per suggestion by Campbell in his
review of the patch.)
July 18, 2021, 16:09 (GMT)
adaptive_cloth: AdaptiveMesh: set_edge_sizes()

Based on the `Sizing` stored in the `Vert`s of the `Edge`s, store the
"size" of the `Edge` in it's extra data.
July 18, 2021, 16:04 (GMT)
adaptive_cloth: Mesh: change visibility of many utility functions

Make them protected instead of private.

Functions that get some element from the `Mesh` (maybe through other
elements) can be used by derived classes. It might make sense to make
these functions public directly instead of protected but will take
that decision later.
July 18, 2021, 16:02 (GMT)
adaptive_cloth: Vert: get_uv() and get_uv_mut()
July 18, 2021, 15:59 (GMT)
adaptive_cloth: Mesh: get extra data from elements

Simple functions to get extra data from elements.
It is possible make `extra_data` public but this reduces readability
of the code. By having these functions, intent is obvious.
July 18, 2021, 15:27 (GMT)
GPencil: Use Shift key to keep pivot in Center for scale
July 18, 2021, 15:17 (GMT)
GPencil: Create missing materials

Still need more work to avoid duplications
July 18, 2021, 14:30 (GMT)
GPencil: More work on asset import

Remove strokes if cancel.
Cleanup code
July 18, 2021, 12:55 (GMT)
Merge branch 'master' into soc-2021-knife-tools
July 18, 2021, 12:53 (GMT)
Knife: Fixed undo when cut is on edge

Fixed undo with cut segments along mesh edges and cut segments not over a mesh.
Cut segments along a mesh edge also no longer show as they are redundant.
July 18, 2021, 11:30 (GMT)
Fix conditions to start Thumbnail Job

Jobs started when view changes or images not loading. Multiple strips now
work without error but slow. In the order of strips thumbs are loaded.
July 18, 2021, 11:30 (GMT)
Merge branch 'master' into soc-2021-vse-strip-thumbnails
July 18, 2021, 11:14 (GMT)
Use multithreading to set face varying data.
July 18, 2021, 11:14 (GMT)
Merge branch 'master' into geometry-nodes-unnamed-attributes
July 18, 2021, 10:06 (GMT)
Knife: Moved midpoint snapping to SHIFT and ignore snapping to CTRL

Midpoint snapping was originally CTRL but when undo was added as CTRL-Z this caused some strange behaviour.
Therefore midpoint snapping was moved to ALT but this broke when alt-tabbing.
By moving midpoint snapping to SHIFT and ignore snapping to CTRL there are no more problems.
July 18, 2021, 07:51 (GMT)
Use the new dissolve function for all operators.
July 17, 2021, 21:52 (GMT)
GPencil: New pivot for Scale and cage with rotation icon
July 17, 2021, 21:20 (GMT)
GPencil: Fix cage scale (pending pivot point)
July 17, 2021, 17:39 (GMT)
Improved link dissolve method that supports multiple nodes.

The new functions keep links between the selected nodes intact when
disconnecting them from their surroundings.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021