Blender Git Commit Log

All Blender Git commits.

Page: 429 / 8462

July 22, 2021, 11:54 (GMT)
adaptive_cloth: Mesh: Edge: get_checked_verts()
July 22, 2021, 11:53 (GMT)
adaptive_cloth: Mesh: make get_edge_indices_of_face() as protected
July 22, 2021, 10:52 (GMT)
Fix T89733: Py API: bpy.data.orphans_purge argument parsing

On Windows, using `bpy.data.orphans_purge` with some arguments (eg: `do_recursive=True`) does not produce the expected results. This is due to arguments not being parsed correctly on this platform with the current code.

The proposed fix is based on how other functions with boolean attributes are exposed to the Python API.

Reviewed By: #python_api, mont29

Maniphest Tasks: T89733

Differential Revision: https://developer.blender.org/D11963
July 22, 2021, 09:37 (GMT)
Merge branch 'master' into asset-greasepencil
July 22, 2021, 09:15 (GMT)
GPencil: Fix empty preview image

As the render preview uses a new scene, the active frame is set to 1, but grease pencil needs to have the current frame in the right place to display the strokes. Now the current frame number in the original frame is passes to scene creation function to set the same frame in the preview temporal scene.
July 22, 2021, 09:12 (GMT)
GPencil: Fix error in layers order

Before was inverted because a bug
July 22, 2021, 08:38 (GMT)
GPencil: Fix infinite loop when importing to new object
July 22, 2021, 08:37 (GMT)
GPencil: Avoid segment fault when material is NULL
July 22, 2021, 08:36 (GMT)
Merge branch 'master' into xr-controller-support
July 22, 2021, 08:35 (GMT)
Fix build errors/warnings on some platforms
July 22, 2021, 08:11 (GMT)
Make polls for removing mesh data layers consistent

This was reported in T90026 for attributes, but was also true for:
- UVMaps
- Vertex Colors
- Sculpt Vertex Colors
- Face Maps

For Vertex groups and Shapekeys this was already done (in that their
remove poll would check if there is a vertex group or shapekey to begin
with), now make this consistent across all mentioned types.

Thx @vvv for the initial patch (where this was done for attributes only)

ref T90026

Reviewed By: HooglyBoogly

Maniphest Tasks: T90026

Differential Revision: https://developer.blender.org/D11990
July 22, 2021, 07:51 (GMT)
Bump subversion to avoid infinite enabling pose_library add-on

Bump Blender's sub-version to make sure the pose_library add-on isn't
auto-enabled on every run of Blender.
July 22, 2021, 07:17 (GMT)
MCE: Only draw annotation placement panel with Clip

The annotation placement panel only makes sense when the Data Source is
CLIP, when TRACK is use the anntation placement options don't apply.
July 22, 2021, 06:36 (GMT)
Merge branch 'master' into xr-controller-support
July 22, 2021, 06:31 (GMT)
XR: Add basic controller model drawing

Uses the OpenXR XR_MSFT_controller_model extension to load a glTF
model provided by the XR runtime. The model's vertex data is then
used to create a GPUBatch in the XR session state. Finally, this
batch is drawn via an XR surface draw callback.

Currently does not use the model's texture data, but this can be
supported in the future.
July 22, 2021, 06:09 (GMT)
adaptive_cloth: Mesh: is_edge_loose_or_on_seam_or_boundary()
July 22, 2021, 06:08 (GMT)
adaptive_cloth: Mesh: is_edge_on_seam()
July 22, 2021, 06:08 (GMT)
adaptive_cloth: Mesh: is_edge_loose()
July 22, 2021, 04:12 (GMT)
Cleanup: Comment formatting fix
July 22, 2021, 04:09 (GMT)
Curve fillet support for non-vector handles
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021