Blender Git Commit Log

All Blender Git commits.

Page: 484 / 8462

July 5, 2021, 06:02 (GMT)
Merge branch 'master' into D10912-change-group-socket-types
July 5, 2021, 05:54 (GMT)
Cleanup: spelling in comments
July 5, 2021, 05:54 (GMT)
Cleanup: remove unused defines
July 5, 2021, 05:54 (GMT)
Cleanup: remove temporary header
July 5, 2021, 05:54 (GMT)
Cleanup: update comment formatting

- Replace '[mce]' with "Mike Erwin".
- Remove references to turn-table author as it isn't useful information,
the author was credited in the commit message.
July 5, 2021, 05:54 (GMT)
Cleanup: minor improvements to BMesh dissolve faces

- Only create arrays with groups of two or more faces.
- Remove raising exception for zero length arrays.
- Remove redundant exception check (assert there is no exception).
- Use a struct for face array & it's length instead of a NULL
terminated array (removes the need to count faces in a loop).
July 5, 2021, 05:42 (GMT)
Merge branch 'master' into node-scrolling-improvements
July 5, 2021, 02:08 (GMT)
Some progress
July 5, 2021, 02:02 (GMT)
USD export: normalize skel joint weights.

Added logic to USDSkinnedMeshWriter to normalize joint weights.
July 4, 2021, 23:33 (GMT)
USD skel export WIP.

Fixed armature export logic for writing pose channel
transform samples. Updated skinned mesh writer to
set the joint indices and joint weight attribute
element size to the maximum total weight value
of the deform verts.
July 4, 2021, 19:51 (GMT)
Merge branch 'master' into soc-2021-geometry-nodes-regression-test
July 4, 2021, 17:28 (GMT)
Replace uint8* with char* in Ghost API when variable is a string.
July 4, 2021, 17:28 (GMT)
Replace integer with bool in Ghost API when only used as boolean.
July 4, 2021, 17:28 (GMT)
Replace Ghost integral types with standard fixed width integers.
July 4, 2021, 17:21 (GMT)
UV: Increment snapping based on new UV grid types

Since the default UV editor grid has been replaced with a new
subdividing grid and dynamic grid (T78389) has also been implemented,
increment snapping value needs to change according to the grid
configuration in use.

This commit ensures that the increment snapping value is changed
according to the grid dimensions currently in use.
Example - For a NxN grid the increment value is set as 1/N
July 4, 2021, 15:34 (GMT)
Added function for consistent socket type label.
July 4, 2021, 14:49 (GMT)
Cleanup: Refactor reusable code into functions

New functions for :
* Calculating current zoom factor used for determining the grid
resolution in UV/Image editor
* Calculating grid steps for determining the grid spacings in UV/Image
editor
July 4, 2021, 13:24 (GMT)
Also register the type label for node sockets.
July 4, 2021, 13:21 (GMT)
Align the socket type UI with the property split.
July 4, 2021, 13:15 (GMT)
Check context pointer to avoid crashes.

Context can be NULL, e.g. when building docs or
when searching the bpy API.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021