Blender Git Commits

Blender Git commits from all branches.

Page: 661 / 2888

October 27, 2020, 19:01 (GMT)
Merge branch 'master' into geometry-nodes
October 27, 2020, 17:59 (GMT)
Geometry Nodes: Support pointcloud in transform node

This is likely not the final implementation of the transform node, but
it's a good trivial case for supporting multiple geometry data types.
October 27, 2020, 16:40 (GMT)
Merge branch 'master' into greasepencil-object
October 27, 2020, 16:40 (GMT)
Merge branch 'master' into greasepencil-edit-curve
October 27, 2020, 16:05 (GMT)
Merge branch 'master' into xr-actions-D9124
October 27, 2020, 16:04 (GMT)
XR: Add XR identifiers to key config I/O

Allows XR action properties to be shared with others.
October 27, 2020, 16:01 (GMT)
Fix group input is resetting in modifier
October 27, 2020, 14:53 (GMT)
Fix missing null check in recent commit
October 27, 2020, 14:43 (GMT)
Cleanup: Use proper C++ types
October 27, 2020, 13:59 (GMT)
Geometry Nodes: initial support for bool group inputs

Still need to work on the uilayout inside the modifier.
October 27, 2020, 13:54 (GMT)
Geometry Nodes: support vector inputs to geometry group
October 27, 2020, 12:44 (GMT)
Geometry Nodes: initial support for displaying group inputs in modifier

This uses the previously added id properties on the nodes modifier
to store values that are passed into the geometry node group.
October 27, 2020, 12:24 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp

# Conflicts:
# release/scripts/startup/bl_ui/properties_material_gpencil.py
October 27, 2020, 12:12 (GMT)
LineArt: Cancel running calculation when unchecked auto update.
October 27, 2020, 11:09 (GMT)
Geometry Nodes: enable nodes modifier in edit mode
October 27, 2020, 11:03 (GMT)
Negate Shear in Copy Rotation

This patch negates the effects of shear in the Copy Rotation constraint, which causes incorrect results and even flipping on rare occasions.

Here is the bug report associated with the issue: T80970
This bug report has an example of the problem in a .blend file.

This patch will change existing .blend files if a copy rotation constraint is used with a target that has shearing -- instead of pointing in the "wrong" direction (due to the shear), the constrained object will copy the final rotation of the target, with the shearing applied.

Proposed Solution: Correct the matrix of the constraint target for shear.

Limitations of proposed solution:
- It's conceivable that someone has used the "incorrect behaviour" in a rig... although I doubt this. It may be necessary to create an "allow shear" checkbox that is disabled by default to maintain the legacy behaviour.

No UI changes are needed for this patch :)

Differential Revision: https://developer.blender.org/D8915
October 27, 2020, 08:38 (GMT)
Fixed bug with original coordinates/normals not being set when
dyntopo pbvh is first built
October 27, 2020, 07:20 (GMT)
* Fix bug in BKE_pbvh_node_color_buffer_get.
October 27, 2020, 04:15 (GMT)
Geometry Nodes: Fix memory leak
October 27, 2020, 04:12 (GMT)
Merge branch 'master' into geometry-nodes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021