Blender Git Loki

Kaikki Blender Git kommitit.

Page: 797 / 8462

Revision 9f19d01 by Hans Goudey (master)
March 23, 2021, 15:02 (GMT)
Geometry Nodes: Move mesh primitives to their own category

It makes more sense to avoid mixing the primitives with other mesh
operations. We considered adding a "Mesh" prefix to the names too,
but decided to prioritize improvements to the node search menu instead,
and only consider that if there is an overlapping prefix name for
another data type.
March 23, 2021, 15:01 (GMT)
Fix compiler warning

March 23, 2021, 14:59 (GMT)
Fix T86567: Cycles crashes when playing back animated volumes

The crash is caused by an out of bound access in the kernel due to
missing data update when a Volume's voxel data changes. Although the
previous bounding mesh is cleared, the Volume Node was not tagged as
modified, and therefore never rebuilt.

To fix this, tag the Geometries (not just Volumes, to be more robust) as
modified in Geometry.clear().

Regression caused by rBbbe6d44928235cd4a5cfbeaf1a1de78ed861bb92.
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:33 (GMT)
Fix T86073 : Ctrl clicking 3 times without selecting any of the verts in NurbsPath leads crash.

Crash occurs at `assert(builder->index_len < builder->max_index_len)`.

Non-bezier nurbs were being created with abnormal values causing the
causing edge count in the draw manager to be incorrect.

This commit also deduplicates and adds descriptions to the code.

Thanks @PratikPB2123 for pointing out where the error is.
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:59 (GMT)
Outliner: Do not crash when drawing unknown view type.

Instead default to Viewlayer view.
March 23, 2021, 13:59 (GMT)
LibOverride: Also consider RNA Collection in 'need resync' detection.

RNA collections can store lists of ID pointers, so they require a similar handling for RNA pointers.
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021