July 5, 2021, 07:40 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
July 5, 2021, 06:02 (GMT) |
Merge branch 'master' into D10912-change-group-socket-types |
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 |
Revision cfec49c by Nicholas Rishel July 4, 2021, 17:28 (GMT) |
Replace uint8* with char* in Ghost API when variable is a string. |
Revision 64dadc5 by Nicholas Rishel July 4, 2021, 17:28 (GMT) |
Replace integer with bool in Ghost API when only used as boolean. |
Revision 9f56e98 by Nicholas Rishel 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. |
July 4, 2021, 13:15 (GMT) |
Optional labels for nicer socket type names in UI. |
July 4, 2021, 12:16 (GMT) |
adaptive_cloth: MeshDiff: initial |
July 4, 2021, 09:59 (GMT) |
Cleanup: Use struct pointer Replace struct variables to use pointers instead |
July 4, 2021, 09:32 (GMT) |
LineArt: Thread isec |
|