Blender Git Commits

Blender Git commits from all branches.

Page: 463 / 2888

March 23, 2021, 15:20 (GMT)
add executor class
March 23, 2021, 15:18 (GMT)
initial mf procedure data structure
March 23, 2021, 15:01 (GMT)
Fix compiler warning

March 23, 2021, 14:51 (GMT)
Merge branch 'master' into greasepencil-object
March 23, 2021, 14:51 (GMT)
Merge branch 'master' into eevee-gpencil
March 23, 2021, 14:43 (GMT)
Enable the `pose_library` add-on by default

This new pose library is based on the asset browser, and will eventually
replace the built-in pose library. Because of this, it is enabled by
default.
March 23, 2021, 14:16 (GMT)
Merge branch 'master' into temp-gpencil-io
March 23, 2021, 14:15 (GMT)
Rename function to clarify use

March 23, 2021, 14:15 (GMT)
LineArt: Remove chaining settings.
March 23, 2021, 14:09 (GMT)
LineArt: Properly working threaded geometry loading.
March 23, 2021, 13:57 (GMT)
USD Import: UMM handle bool properties.

Added logic to send MDL enable_ bool inputs in UMM queries.
March 23, 2021, 13:57 (GMT)
Switch addons submodule to `asset-browser-poselib` branch

Switch addons submodule to `asset-browser-poselib` branch in the
`.gitmodules` file. This should affect any subsequent calls to `git
submodule update`.

Care should be taken when merging this branch back to master, because
this change should *not* be included.
March 23, 2021, 13:55 (GMT)
Pose library: when blending, allow shift key for smaller increments of 1%
March 23, 2021, 13:54 (GMT)
Animation: add `PBONE_SELECTED` macro to determine selection state of bones
March 23, 2021, 13:17 (GMT)
Cycles: Silence unused kg arguments in CPU kernels

The kernel globals might not be used by some of the kernels.
This change makes it so such kernels do not generate a strict compiler
warning.

The motivation is to still be able to see unused arguments (which
could be left-over of refactor and are to be removed) without causing
"polluting" of the compile log with warnings mentioned above.

Using C++17 attribute, since this feels to be the most portable across
compilers solution.
March 23, 2021, 12:40 (GMT)
Deduplicate code for filepath

March 23, 2021, 12:33 (GMT)
Addons: use `asset-browser-poselib` branch

This commit sets the `release/scripts/addons` to its
`asset-browser-poselib` branch, with the aim that animators checking out
this branch on the main Blender repo also get the corresponding branch
in the addons repo.
March 23, 2021, 12:11 (GMT)
Remove unused header files

March 23, 2021, 11:58 (GMT)
More cleanup and rename of functions

March 23, 2021, 10:53 (GMT)
GPencil: Remove unused variable

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021