[Bf-blender-cvs] [721bd5e6cf2] master: Fix invalid swapBuffer calls & outdated window decorations on Wayland

2023-01-19 Thread Campbell Barton
Commit: 721bd5e6cf2328230ae9f7104e5380f21b5e9e7f Author: Campbell Barton Date: Fri Jan 20 17:58:02 2023 +1100 Branches: master https://developer.blender.org/rB721bd5e6cf2328230ae9f7104e5380f21b5e9e7f Fix invalid swapBuffer calls & outdated window decorations on Wayland Swap-buffers was being

[Bf-blender-cvs] [bbc35fef25b] master: Cleanup: Remove remaining subdiv/subsurf files to C++

2023-01-19 Thread Hans Goudey
Commit: bbc35fef25b369e4008e233da979879d0b3f0dbb Author: Hans Goudey Date: Thu Jan 19 21:40:50 2023 -0600 Branches: master https://developer.blender.org/rBbbc35fef25b369e4008e233da979879d0b3f0dbb Cleanup: Remove remaining subdiv/subsurf files to C++ For continued refactoring of the Mesh data

[Bf-blender-cvs] [844cca99843] master: Cleanup: spelling in comments

2023-01-19 Thread Campbell Barton
Commit: 844cca998435b5e37b2d9c607c24efc21929d8e0 Author: Campbell Barton Date: Fri Jan 20 15:19:32 2023 +1100 Branches: master https://developer.blender.org/rB844cca998435b5e37b2d9c607c24efc21929d8e0 Cleanup: spelling in comments

[Bf-blender-cvs] [1e8cc72f85f] master: Cleanup: corrections, clarification to do comments

2023-01-19 Thread Campbell Barton
Commit: 1e8cc72f85f0c759696176011ce13f0e7475d0a4 Author: Campbell Barton Date: Fri Jan 20 15:20:02 2023 +1100 Branches: master https://developer.blender.org/rB1e8cc72f85f0c759696176011ce13f0e7475d0a4 Cleanup: corrections, clarification to do comments

[Bf-blender-cvs] [06c836c9114] master: WM: rename safe areas preset add operator

2023-01-19 Thread Campbell Barton
Commit: 06c836c9114ed2a19de750aeedfc3623f14a961d Author: Campbell Barton Date: Fri Jan 20 14:42:51 2023 +1100 Branches: master https://developer.blender.org/rB06c836c9114ed2a19de750aeedfc3623f14a961d WM: rename safe areas preset add operator The name SAFE_AREAS_OT_preset_add lead to "Safe

[Bf-blender-cvs] [6672b5373f1] master: Fix T103971: uv packing wasn't ignoring uv islands on hidden faces

2023-01-19 Thread Chris Blackbourn
Commit: 6672b5373f172e32351ee4d233c8a434ff95417a Author: Chris Blackbourn Date: Fri Jan 20 13:18:38 2023 +1300 Branches: master https://developer.blender.org/rB6672b5373f172e32351ee4d233c8a434ff95417a Fix T103971: uv packing wasn't ignoring uv islands on hidden faces Fixes the packing

[Bf-blender-cvs] [b73814c65cb] master: Cleanup: use function style casts for C++

2023-01-19 Thread Campbell Barton
Commit: b73814c65cbe8fef6ef5f8ae16d4d1fd4ecbcf20 Author: Campbell Barton Date: Fri Jan 20 13:22:00 2023 +1100 Branches: master https://developer.blender.org/rBb73814c65cbe8fef6ef5f8ae16d4d1fd4ecbcf20 Cleanup: use function style casts for C++

[Bf-blender-cvs] [d0010d48c7f] master: Cleanup: add ED_uvedit_get_aspect_y utility function

2023-01-19 Thread Campbell Barton
Commit: d0010d48c7f4edff2fdc0591d71c832c9d546964 Author: Campbell Barton Date: Fri Jan 20 13:12:28 2023 +1100 Branches: master https://developer.blender.org/rBd0010d48c7f4edff2fdc0591d71c832c9d546964 Cleanup: add ED_uvedit_get_aspect_y utility function This avoids having to perform the aspect

[Bf-blender-cvs] [a0706d6cf00] master: Fix T102680: UV Pick shortest Path wrong for multi-object editing

2023-01-19 Thread Campbell Barton
Commit: a0706d6cf813568c05ebae1dfabf9c721002 Author: Campbell Barton Date: Fri Jan 20 12:51:50 2023 +1100 Branches: master https://developer.blender.org/rBa0706d6cf813568c05ebae1dfabf9c721002 Fix T102680: UV Pick shortest Path wrong for multi-object editing Path selection support from

[Bf-blender-cvs] [92734d868b1] master: PyDoc: resolve bpy.types & bpy.ops expanding sub-modules inline

2023-01-19 Thread Campbell Barton
Commit: 92734d868b1b046298bbcbdca4ab2039ec922e63 Author: Campbell Barton Date: Fri Jan 20 13:50:15 2023 +1100 Branches: master https://developer.blender.org/rB92734d868b1b046298bbcbdca4ab2039ec922e63 PyDoc: resolve bpy.types & bpy.ops expanding sub-modules inline The bpy.types page was

[Bf-blender-cvs] [ebb519652ce] master: Object: add functionality to access the object as an index for operators

2023-01-19 Thread Campbell Barton
Commit: ebb519652cecad93867f13c4c21bd8ef58f15909 Author: Campbell Barton Date: Fri Jan 20 12:46:06 2023 +1100 Branches: master https://developer.blender.org/rBebb519652cecad93867f13c4c21bd8ef58f15909 Object: add functionality to access the object as an index for operators Add: -

[Bf-blender-cvs] [1184501d5ce] master: Sculpt: Fix T103948: Automasking stroke id not being updated

2023-01-19 Thread Joseph Eagar
Commit: 1184501d5ce147024faa93dca1e79b64140f8723 Author: Joseph Eagar Date: Thu Jan 19 18:32:40 2023 -0800 Branches: master https://developer.blender.org/rB1184501d5ce147024faa93dca1e79b64140f8723 Sculpt: Fix T103948: Automasking stroke id not being updated

[Bf-blender-cvs] [fcb0425f64c] master: Sculpt: Remove old connected component API in favor of new island API

2023-01-19 Thread Joseph Eagar
Commit: fcb0425f64c4b3652e513420fd7b1a59951e39a3 Author: Joseph Eagar Date: Thu Jan 19 18:22:59 2023 -0800 Branches: master https://developer.blender.org/rBfcb0425f64c4b3652e513420fd7b1a59951e39a3 Sculpt: Remove old connected component API in favor of new island API

[Bf-blender-cvs] [da21e035d33] master: Sculpt: Fix T103923: Expand face sets now taking visibility into account

2023-01-19 Thread Joseph Eagar
Commit: da21e035d33535ce8740f8b563deb73f9e52245e Author: Joseph Eagar Date: Thu Jan 19 18:04:34 2023 -0800 Branches: master https://developer.blender.org/rBda21e035d33535ce8740f8b563deb73f9e52245e Sculpt: Fix T103923: Expand face sets now taking visibility into account The code was never

[Bf-blender-cvs] [4fa6ce09734] master: Sculpt: Expand NORMALS and TOPOLOGY_DIAGNAL falloff now check islands

2023-01-19 Thread Joseph Eagar
Commit: 4fa6ce09734d113b4fe0d2745b07a0cd9331f6d2 Author: Joseph Eagar Date: Thu Jan 19 17:55:25 2023 -0800 Branches: master https://developer.blender.org/rB4fa6ce09734d113b4fe0d2745b07a0cd9331f6d2 Sculpt: Expand NORMALS and TOPOLOGY_DIAGNAL falloff now check islands Prevents disconnect parts

[Bf-blender-cvs] [0e35d5c0957] master: Sculpt: Expand now waits for click before invoking when called from menu

2023-01-19 Thread Joseph Eagar
Commit: 0e35d5c0957e962792beb103bb3f59ceacdf0f0b Author: Joseph Eagar Date: Thu Jan 19 17:49:53 2023 -0800 Branches: master https://developer.blender.org/rB0e35d5c0957e962792beb103bb3f59ceacdf0f0b Sculpt: Expand now waits for click before invoking when called from menu

[Bf-blender-cvs] [8a6c6a5dc51] master: Cleanup: Remove unused functions in sculpt automasking code

2023-01-19 Thread Joseph Eagar
Commit: 8a6c6a5dc5189e41348943749eef5aa30434d046 Author: Joseph Eagar Date: Thu Jan 19 17:30:17 2023 -0800 Branches: master https://developer.blender.org/rB8a6c6a5dc5189e41348943749eef5aa30434d046 Cleanup: Remove unused functions in sculpt automasking code

[Bf-blender-cvs] [8b5c2d9ef10] master: Sculpt: Restrict expand to active mesh islands for geodesic and topology

2023-01-19 Thread Joseph Eagar
Commit: 8b5c2d9ef109014ef64d8c170fd3e0554e8fef79 Author: Joseph Eagar Date: Thu Jan 19 17:27:40 2023 -0800 Branches: master https://developer.blender.org/rB8b5c2d9ef109014ef64d8c170fd3e0554e8fef79 Sculpt: Restrict expand to active mesh islands for geodesic and topology Fixes bug where other

[Bf-blender-cvs] [9889918fd4d] master: Sculpt: New API for keeping track of topology islands

2023-01-19 Thread Joseph Eagar
Commit: 9889918fd4de7a8db9702628de787c840673d85b Author: Joseph Eagar Date: Thu Jan 19 16:53:43 2023 -0800 Branches: master https://developer.blender.org/rB9889918fd4de7a8db9702628de787c840673d85b Sculpt: New API for keeping track of topology islands Mesh islands (shells) are now calculated on

[Bf-blender-cvs] [05bdef7ce64] master: Fix T103094: Cycles ignores small suns in Nishita sky

2023-01-19 Thread Jeffrey Liu
Commit: 05bdef7ce64fe3125b95d72d80f1f4f60c2b1274 Author: Jeffrey Liu Date: Thu Jan 19 18:22:47 2023 -0600 Branches: master https://developer.blender.org/rB05bdef7ce64fe3125b95d72d80f1f4f60c2b1274 Fix T103094: Cycles ignores small suns in Nishita sky The background evaluation samples the sky

[Bf-blender-cvs] [241d87e9f41] master: Curves: Add RNA access to evaluated normals per control point

2023-01-19 Thread Hans Goudey
Commit: 241d87e9f41983daf757cbd126e35f0910c3a094 Author: Hans Goudey Date: Thu Jan 19 17:43:55 2023 -0600 Branches: master https://developer.blender.org/rB241d87e9f41983daf757cbd126e35f0910c3a094 Curves: Add RNA access to evaluated normals per control point Add an RNA API function that gives

[Bf-blender-cvs] [203ab983ceb] master: Geometry Nodes: Rename node and socket for "Group ID" convention

2023-01-19 Thread Hans Goudey
Commit: 203ab983ceb7d791eae6d702f614f596314026d7 Author: Hans Goudey Date: Thu Jan 19 16:55:37 2023 -0600 Branches: master https://developer.blender.org/rB203ab983ceb7d791eae6d702f614f596314026d7 Geometry Nodes: Rename node and socket for "Group ID" convention Based on discussion about

[Bf-blender-cvs] [bbeb37696d2] master: Cleanup: format

2023-01-19 Thread Chris Blackbourn
Commit: bbeb37696d21e6c3461d7ae75dd4db932ce2dc6d Author: Chris Blackbourn Date: Fri Jan 20 11:43:28 2023 +1300 Branches: master https://developer.blender.org/rBbbeb37696d21e6c3461d7ae75dd4db932ce2dc6d Cleanup: format === M

[Bf-blender-cvs] [22f2bf804c9] refactor-mesh-corners-generic: Cleanup: Use C++ accessor functions in C++ code

2023-01-19 Thread Hans Goudey
Commit: 22f2bf804c95809637ee8c0cdbfe28c4edf438df Author: Hans Goudey Date: Thu Jan 19 16:30:28 2023 -0600 Branches: refactor-mesh-corners-generic https://developer.blender.org/rB22f2bf804c95809637ee8c0cdbfe28c4edf438df Cleanup: Use C++ accessor functions in C++ code

[Bf-blender-cvs] [932a211f6c0] refactor-mesh-corners-generic: Merge branch 'master' into refactor-mesh-corners-generic

2023-01-19 Thread Hans Goudey
Commit: 932a211f6c00100190f402036252e4f238e72f40 Author: Hans Goudey Date: Thu Jan 19 16:15:09 2023 -0600 Branches: refactor-mesh-corners-generic https://developer.blender.org/rB932a211f6c00100190f402036252e4f238e72f40 Merge branch 'master' into refactor-mesh-corners-generic

[Bf-blender-cvs] [79053a6ff74] master: Cleanup: Move several modifiers files to C++

2023-01-19 Thread Hans Goudey
Commit: 79053a6ff74a10ef7f51f4b7c5b0e5e5a542eb5a Author: Hans Goudey Date: Thu Jan 19 15:54:47 2023 -0600 Branches: master https://developer.blender.org/rB79053a6ff74a10ef7f51f4b7c5b0e5e5a542eb5a Cleanup: Move several modifiers files to C++ For continued refactoring of the Mesh data structure.

[Bf-blender-cvs] [2ab72f6db83] master: Fix T103964: Assert on mouse hover of empty node editor

2023-01-19 Thread Hans Goudey
Commit: 2ab72f6db8319b564dc6e3e6c0a6c26d253fda30 Author: Hans Goudey Date: Thu Jan 19 15:49:49 2023 -0600 Branches: master https://developer.blender.org/rB2ab72f6db8319b564dc6e3e6c0a6c26d253fda30 Fix T103964: Assert on mouse hover of empty node editor The reverse iteration added in

[Bf-blender-cvs] [670b3c5013d] master: Cleanup: compiler warnings

2023-01-19 Thread Brecht Van Lommel
Commit: 670b3c5013d107bde5504f2ef5930fb604888ffc Author: Brecht Van Lommel Date: Thu Jan 19 22:36:07 2023 +0100 Branches: master https://developer.blender.org/rB670b3c5013d107bde5504f2ef5930fb604888ffc Cleanup: compiler warnings

[Bf-blender-cvs] [fe552bf236f] master: Cleanup: make format

2023-01-19 Thread Brecht Van Lommel
Commit: fe552bf236fcbff92f54299e575c5eda74cfb57f Author: Brecht Van Lommel Date: Thu Jan 19 22:30:10 2023 +0100 Branches: master https://developer.blender.org/rBfe552bf236fcbff92f54299e575c5eda74cfb57f Cleanup: make format === M

[Bf-blender-cvs] [190d66b51e4] master: Cleanup: Remove unused attribute API function

2023-01-19 Thread Hans Goudey
Commit: 190d66b51e4db98d7e9dc69e01c972b7da498e40 Author: Hans Goudey Date: Thu Jan 19 15:37:36 2023 -0600 Branches: master https://developer.blender.org/rB190d66b51e4db98d7e9dc69e01c972b7da498e40 Cleanup: Remove unused attribute API function While we do need higher level utilities for copying

[Bf-blender-cvs] [9233b609eb9] master: Cleanup: Use utility function for copying curve domain data

2023-01-19 Thread Hans Goudey
Commit: 9233b609eb94785739689227c45fbed1ee10a7cc Author: Hans Goudey Date: Thu Jan 19 15:08:58 2023 -0600 Branches: master https://developer.blender.org/rB9233b609eb94785739689227c45fbed1ee10a7cc Cleanup: Use utility function for copying curve domain data Standardizing the process of creating

[Bf-blender-cvs] [7db00d4ef73] master: Cleanup: Rename curves utility function

2023-01-19 Thread Hans Goudey
Commit: 7db00d4ef7381830852edc471c9fbd9b39d44fa0 Author: Hans Goudey Date: Thu Jan 19 15:31:16 2023 -0600 Branches: master https://developer.blender.org/rB7db00d4ef7381830852edc471c9fbd9b39d44fa0 Cleanup: Rename curves utility function "Fill" usually refers to setting a single value. This

[Bf-blender-cvs] [8d63293c46e] master: Curves: Avoid building evaluated point offsets for poly curves

2023-01-19 Thread Hans Goudey
Commit: 8d63293c46e9bd68f5fbeddae12a0d433461e2f1 Author: Hans Goudey Date: Thu Jan 19 15:22:54 2023 -0600 Branches: master https://developer.blender.org/rB8d63293c46e9bd68f5fbeddae12a0d433461e2f1 Curves: Avoid building evaluated point offsets for poly curves When all the curves are poly

[Bf-blender-cvs] [baf69b064b9] master: Geometry Nodes: Avoid creating cyclic attribute when redundant

2023-01-19 Thread Hans Goudey
Commit: baf69b064b91e8300830ab4e7d9a86060d80f7d6 Author: Hans Goudey Date: Thu Jan 19 15:35:58 2023 -0600 Branches: master https://developer.blender.org/rBbaf69b064b91e8300830ab4e7d9a86060d80f7d6 Geometry Nodes: Avoid creating cyclic attribute when redundant The default when there is no cyclic

[Bf-blender-cvs] [e12498e44e2] master: Cleanup: Avoid reallocations when evaluating curve in trim node

2023-01-19 Thread Hans Goudey
Commit: e12498e44e22b723c8772ef1ff0055a91cce6bef Author: Hans Goudey Date: Thu Jan 19 14:16:31 2023 -0600 Branches: master https://developer.blender.org/rBe12498e44e22b723c8772ef1ff0055a91cce6bef Cleanup: Avoid reallocations when evaluating curve in trim node Use the same method as the

[Bf-blender-cvs] [dfd63bf1e47] master: Curves: Avoid reallocations when evaluating NURBS curves

2023-01-19 Thread Hans Goudey
Commit: dfd63bf1e47ee4558ac0eb84c2ae3e8a31d8401d Author: Hans Goudey Date: Thu Jan 19 14:29:14 2023 -0600 Branches: master https://developer.blender.org/rBdfd63bf1e47ee4558ac0eb84c2ae3e8a31d8401d Curves: Avoid reallocations when evaluating NURBS curves I didn't detect a noticeable performance

[Bf-blender-cvs] [4cfa4f7551e] master: Geometry Nodes: Parallelize flip faces node

2023-01-19 Thread Hans Goudey
Commit: 4cfa4f7551ee537bdefd99c0b3d93243fdcb729b Author: Hans Goudey Date: Thu Jan 19 14:14:12 2023 -0600 Branches: master https://developer.blender.org/rB4cfa4f7551ee537bdefd99c0b3d93243fdcb729b Geometry Nodes: Parallelize flip faces node I observed a 2x performance improvement for a large

[Bf-blender-cvs] [38a45e46bc9] master: Cleanup: Use OffsetIndices class in more cases

2023-01-19 Thread Hans Goudey
Commit: 38a45e46bc910c68ae3aa349c1ef3c72a34b6fc8 Author: Hans Goudey Date: Thu Jan 19 13:48:20 2023 -0600 Branches: master https://developer.blender.org/rB38a45e46bc910c68ae3aa349c1ef3c72a34b6fc8 Cleanup: Use OffsetIndices class in more cases The same logic from D17025 is used in other places

[Bf-blender-cvs] [76673e5fcfc] master: Cleanup: Use OffsetIndices abstraction in duplicate elements node

2023-01-19 Thread Hans Goudey
Commit: 76673e5fcfc814a8aca2ecd1f5d9cdf37a6a96d5 Author: Hans Goudey Date: Thu Jan 19 13:48:54 2023 -0600 Branches: master https://developer.blender.org/rB76673e5fcfc814a8aca2ecd1f5d9cdf37a6a96d5 Cleanup: Use OffsetIndices abstraction in duplicate elements node

[Bf-blender-cvs] [d3ea9316475] master: Fix: Compile error from designated initializers in C++

2023-01-19 Thread Hans Goudey
Commit: d3ea9316475a605f250d28482a132fce40ce46d4 Author: Hans Goudey Date: Thu Jan 19 13:35:37 2023 -0600 Branches: master https://developer.blender.org/rBd3ea9316475a605f250d28482a132fce40ce46d4 Fix: Compile error from designated initializers in C++

[Bf-blender-cvs] [f71bfe46553] master: Fix anisotropic Beckmann regression test failing on Metal

2023-01-19 Thread Weizhen Huang
Commit: f71bfe465538e6add595804f14fa2731fc8f7b64 Author: Weizhen Huang Date: Thu Jan 19 20:02:35 2023 +0100 Branches: master https://developer.blender.org/rBf71bfe465538e6add595804f14fa2731fc8f7b64 Fix anisotropic Beckmann regression test failing on Metal The lookup table method on CPU and the

[Bf-blender-cvs] [fa67b84c348] master: NLA: Udating Blend-in and Blend-out values to clamp on NLA strip Transform

2023-01-19 Thread Nate Rupsis
Commit: fa67b84c348b36fdc25da11c428738e9f1f8a860 Author: Nate Rupsis Date: Thu Jan 19 13:42:23 2023 -0500 Branches: master https://developer.blender.org/rBfa67b84c348b36fdc25da11c428738e9f1f8a860 NLA: Udating Blend-in and Blend-out values to clamp on NLA strip Transform Previously,

[Bf-blender-cvs] [9066f2e0437] master: Cycles: Add support for OSL texture intrinsic on the GPU

2023-01-19 Thread Patrick Mours
Commit: 9066f2e0437a45d66f3b6a4bb0de7acf5ec40030 Author: Patrick Mours Date: Wed Jan 18 17:28:03 2023 +0100 Branches: master https://developer.blender.org/rB9066f2e0437a45d66f3b6a4bb0de7acf5ec40030 Cycles: Add support for OSL texture intrinsic on the GPU This makes it possible to use `texture`

[Bf-blender-cvs] [e270a198a54] master: Cycles: Markup to disable specialisation of kernel data fields (Metal)

2023-01-19 Thread Michael Jones
Commit: e270a198a548fcacc9dfecbda29c55fe7a05b5c9 Author: Michael Jones Date: Thu Jan 19 17:57:26 2023 + Branches: master https://developer.blender.org/rBe270a198a548fcacc9dfecbda29c55fe7a05b5c9 Cycles: Markup to disable specialisation of kernel data fields (Metal) This patch adds markup to

[Bf-blender-cvs] [08b3426df9e] master: Cycles: Occupancy tuning for new higher end M2 machines

2023-01-19 Thread Michael Jones
Commit: 08b3426df9e5b5dd3c7cc042197bea3ea2398e75 Author: Michael Jones Date: Thu Jan 19 17:55:53 2023 + Branches: master https://developer.blender.org/rB08b3426df9e5b5dd3c7cc042197bea3ea2398e75 Cycles: Occupancy tuning for new higher end M2 machines This patch adds occupancy tuning for the

[Bf-blender-cvs] [e7af2503c5f] master: Cleanup: Fix unused variable warning in merge by distance

2023-01-19 Thread Hans Goudey
Commit: e7af2503c5f325fdf24ade8a53f31d8409f6e580 Author: Hans Goudey Date: Thu Jan 19 11:53:32 2023 -0600 Branches: master https://developer.blender.org/rBe7af2503c5f325fdf24ade8a53f31d8409f6e580 Cleanup: Fix unused variable warning in merge by distance

[Bf-blender-cvs] [2a41e0822ad] master: Fix T103911: Custom property edit gets wrong existing default

2023-01-19 Thread Hans Goudey
Commit: 2a41e0822ad8af7aa68ab112cec8557a5b1f64fe Author: Hans Goudey Date: Thu Jan 19 11:14:56 2023 -0600 Branches: master https://developer.blender.org/rB2a41e0822ad8af7aa68ab112cec8557a5b1f64fe Fix T103911: Custom property edit gets wrong existing default The array length was wrong for all

[Bf-blender-cvs] [12a3de96bbc] master: Fix T103972: crash with cloth simulation rest shape key and subdivision surface

2023-01-19 Thread Brecht Van Lommel
Commit: 12a3de96bbc9085748af53f61ac7a9fc6405844f Author: Brecht Van Lommel Date: Thu Jan 19 17:32:09 2023 +0100 Branches: master https://developer.blender.org/rB12a3de96bbc9085748af53f61ac7a9fc6405844f Fix T103972: crash with cloth simulation rest shape key and subdivision surface

[Bf-blender-cvs] [25ce7056171] master: Merge by Distance: split code into more specialized functions

2023-01-19 Thread Germano Cavalcante
Commit: 25ce7056171f849b724ada0787b35504c3e16dca Author: Germano Cavalcante Date: Thu Jan 19 12:31:40 2023 -0300 Branches: master https://developer.blender.org/rB25ce7056171f849b724ada0787b35504c3e16dca Merge by Distance: split code into more specialized functions Split the algorithms that

[Bf-blender-cvs] [90c6674f281] master: Fix T102615: crash on USD export for scenes with point clouds or hair

2023-01-19 Thread Michael Kowalski
Commit: 90c6674f281bdf064b2c9607d3b0f81f41ef Author: Michael Kowalski Date: Thu Jan 19 10:57:22 2023 -0500 Branches: master https://developer.blender.org/rB90c6674f281bdf064b2c9607d3b0f81f41ef Fix T102615: crash on USD export for scenes with point clouds or hair Code authored by

[Bf-blender-cvs] [9b7c2cca3df] master: Refactor: replace `bool beckmann` with `enum MicrofacetType` for readability

2023-01-19 Thread Weizhen Huang
Commit: 9b7c2cca3df808eb0948e0e7e24fb18b11cb7476 Author: Weizhen Huang Date: Thu Jan 19 12:48:29 2023 +0100 Branches: master https://developer.blender.org/rB9b7c2cca3df808eb0948e0e7e24fb18b11cb7476 Refactor: replace `bool beckmann` with `enum MicrofacetType` for readability Differential

[Bf-blender-cvs] [8a5d6a21b2d] asset-lite-greasepencil: Merge branch 'master' into asset-lite-greasepencil

2023-01-19 Thread Antonio Vazquez
Commit: 8a5d6a21b2d68b4f3d9913d506066f7b5d09a36f Author: Antonio Vazquez Date: Thu Jan 19 16:21:13 2023 +0100 Branches: asset-lite-greasepencil https://developer.blender.org/rB8a5d6a21b2d68b4f3d9913d506066f7b5d09a36f Merge branch 'master' into asset-lite-greasepencil

[Bf-blender-cvs] [7f81d18ffec] master: Metal: Fix crash when using `batch_for_shader`.

2023-01-19 Thread Jeroen Bakker
Commit: 7f81d18ffecabffc7dc000117230631e6f433eae Author: Jeroen Bakker Date: Thu Jan 19 15:10:49 2023 +0100 Branches: master https://developer.blender.org/rB7f81d18ffecabffc7dc000117230631e6f433eae Metal: Fix crash when using `batch_for_shader`. `batch_for_shader` is an utility function that

[Bf-blender-cvs] [203bacbe4ac] master: Fix T103809: Using Preview Range Breaks Normalized FCurve Display

2023-01-19 Thread Christoph Lendenfeld
Commit: 203bacbe4acc26060fa0a6703dcef2ab87e8b7d9 Author: Christoph Lendenfeld Date: Thu Jan 19 14:38:49 2023 +0100 Branches: master https://developer.blender.org/rB203bacbe4acc26060fa0a6703dcef2ab87e8b7d9 Fix T103809: Using Preview Range Breaks Normalized FCurve Display When using the

[Bf-blender-cvs] [cb021025b92] temp-T101739-fix-seam-bleeding-non-manifold: Removed some debugging code.

2023-01-19 Thread Jeroen Bakker
Commit: cb021025b922606c50137d4ab0258c5167ddba26 Author: Jeroen Bakker Date: Thu Jan 19 13:56:09 2023 +0100 Branches: temp-T101739-fix-seam-bleeding-non-manifold https://developer.blender.org/rBcb021025b922606c50137d4ab0258c5167ddba26 Removed some debugging code.

[Bf-blender-cvs] [7db0f4ae34d] temp-T101739-fix-seam-bleeding-non-manifold: Improved performance.

2023-01-19 Thread Jeroen Bakker
Commit: 7db0f4ae34da659c39c2cf1fe437d7e5616e6863 Author: Jeroen Bakker Date: Thu Jan 19 13:54:07 2023 +0100 Branches: temp-T101739-fix-seam-bleeding-non-manifold https://developer.blender.org/rB7db0f4ae34da659c39c2cf1fe437d7e5616e6863 Improved performance.

[Bf-blender-cvs] [3ee353420ad] temp-T101739-fix-seam-bleeding-non-manifold: Added static + tweaks in memory access.

2023-01-19 Thread Jeroen Bakker
Commit: 3ee353420adf282fc287cd5ed227b38d6244fdc4 Author: Jeroen Bakker Date: Thu Jan 19 12:20:26 2023 +0100 Branches: temp-T101739-fix-seam-bleeding-non-manifold https://developer.blender.org/rB3ee353420adf282fc287cd5ed227b38d6244fdc4 Added static + tweaks in memory access.

[Bf-blender-cvs] [320757bc611] master: Refactor microfacet BSDF to reduce repetition

2023-01-19 Thread Weizhen Huang
Commit: 320757bc6111bf7c652068368b92312c994838f8 Author: Weizhen Huang Date: Thu Jan 19 12:06:14 2023 +0100 Branches: master https://developer.blender.org/rB320757bc6111bf7c652068368b92312c994838f8 Refactor microfacet BSDF to reduce repetition

[Bf-blender-cvs] [af51d41c783] temp-T101739-fix-seam-bleeding-non-manifold: Some minor tweaks in performance.

2023-01-19 Thread Jeroen Bakker
Commit: af51d41c78322659c6cb36277b8a9ff89ad541e9 Author: Jeroen Bakker Date: Thu Jan 19 12:01:43 2023 +0100 Branches: temp-T101739-fix-seam-bleeding-non-manifold https://developer.blender.org/rBaf51d41c78322659c6cb36277b8a9ff89ad541e9 Some minor tweaks in performance.

[Bf-blender-cvs] [4fa69fbda88] asset-shelf: Popup to select which catalogs are displayed in the asset shelf footer

2023-01-19 Thread Julian Eisel
Commit: 4fa69fbda8871753fcd2d1ae09d62d8dac880a47 Author: Julian Eisel Date: Thu Jan 19 11:50:45 2023 +0100 Branches: asset-shelf https://developer.blender.org/rB4fa69fbda8871753fcd2d1ae09d62d8dac880a47 Popup to select which catalogs are displayed in the asset shelf footer The selected catalogs

[Bf-blender-cvs] [57cee583c4f] temp-T101739-fix-seam-bleeding-non-manifold: Improved performance by allocating a single array and use RowViews.

2023-01-19 Thread Jeroen Bakker
Commit: 57cee583c4f61eae5a94a84fa4032392c365c5e8 Author: Jeroen Bakker Date: Thu Jan 19 11:36:31 2023 +0100 Branches: temp-T101739-fix-seam-bleeding-non-manifold https://developer.blender.org/rB57cee583c4f61eae5a94a84fa4032392c365c5e8 Improved performance by allocating a single array and use

[Bf-blender-cvs] [a3c38667f0f] master: Fix T103881: Unlink operation crash in Blender File view

2023-01-19 Thread Pratik Borhade
Commit: a3c38667f0f8195ed560b32db5630ccaceb42d54 Author: Pratik Borhade Date: Thu Jan 19 16:04:15 2023 +0530 Branches: master https://developer.blender.org/rBa3c38667f0f8195ed560b32db5630ccaceb42d54 Fix T103881: Unlink operation crash in Blender File view Similar to rBe97443478e32 and

[Bf-blender-cvs] [eb657633ed8] master: Fix anisotropic Beckmann using isotropic sampling

2023-01-19 Thread Weizhen Huang
Commit: eb657633ed85ba6eca16617ac579baf21a6824d5 Author: Weizhen Huang Date: Thu Jan 19 11:22:16 2023 +0100 Branches: master https://developer.blender.org/rBeb657633ed85ba6eca16617ac579baf21a6824d5 Fix anisotropic Beckmann using isotropic sampling

[Bf-blender-cvs] [2907227db2c] master: Fix T103880: Crash with Line Art Grease-Pencil modifier

2023-01-19 Thread Campbell Barton
Commit: 2907227db2c91a55d9b55f5d06e82f0547200bb9 Author: Campbell Barton Date: Thu Jan 19 20:33:44 2023 +1100 Branches: master https://developer.blender.org/rB2907227db2c91a55d9b55f5d06e82f0547200bb9 Fix T103880: Crash with Line Art Grease-Pencil modifier The line art modifier added a

[Bf-blender-cvs] [efe4eddc182] temp-T101739-fix-seam-bleeding-non-manifold: Merge branch 'master' into temp-T101739-fix-seam-bleeding-non-manifold

2023-01-19 Thread Jeroen Bakker
Commit: efe4eddc182a8358eb1e21bff23cd2a5b1190a44 Author: Jeroen Bakker Date: Thu Jan 19 10:16:36 2023 +0100 Branches: temp-T101739-fix-seam-bleeding-non-manifold https://developer.blender.org/rBefe4eddc182a8358eb1e21bff23cd2a5b1190a44 Merge branch 'master' into

[Bf-blender-cvs] [71b5799852c] master: Code-style: Remove double semicolons at end of statement.

2023-01-19 Thread Jeroen Bakker
Commit: 71b5799852c0f57ce4c52052d469fc6c7b58ddcf Author: Jeroen Bakker Date: Thu Jan 19 09:46:45 2023 +0100 Branches: master https://developer.blender.org/rB71b5799852c0f57ce4c52052d469fc6c7b58ddcf Code-style: Remove double semicolons at end of statement.

[Bf-blender-cvs] [93d84e87b26] master: Fix T103400: Transfer Mesh Data Layout broken for color attributes

2023-01-19 Thread Philipp Oeser
Commit: 93d84e87b26c85f814f4a2537e73387628491b68 Author: Philipp Oeser Date: Thu Jan 5 16:05:51 2023 +0100 Branches: master https://developer.blender.org/rB93d84e87b26c85f814f4a2537e73387628491b68 Fix T103400: Transfer Mesh Data Layout broken for color attributes This was the case when using