[Bf-blender-cvs] [2522ca03d20] master: Asset Browser: Add slider UI to pose blending

2022-09-26 Thread Angus Stanton
Commit: 2522ca03d20648bbe0160e52b1eead2e212200b6 Author: Angus Stanton Date: Mon Sep 26 16:04:22 2022 +0200 Branches: master https://developer.blender.org/rB2522ca03d20648bbe0160e52b1eead2e212200b6 Asset Browser: Add slider UI to pose blending Add the Slider UI to pose blending. This adds

[Bf-blender-cvs] [ea70687dd5b] master: Image: Display GPU layout in `uiTemplateImageInfo`

2022-08-03 Thread Angus Stanton
Commit: ea70687dd5b9474ce183b7de12e42ec5201864e0 Author: Angus Stanton Date: Wed Aug 3 08:14:58 2022 +0200 Branches: master https://developer.blender.org/rBea70687dd5b9474ce183b7de12e42ec5201864e0 Image: Display GPU layout in `uiTemplateImageInfo` Add IMB_gpu_get_texture_format

[Bf-blender-cvs] [50976657ac1] master: Geometry Nodes: Show supported types in geo socket tooltip

2022-06-03 Thread Angus Stanton
Commit: 50976657ac1cf5bb110c4bf97186091e33bb02ae Author: Angus Stanton Date: Fri Jun 3 09:57:37 2022 +0200 Branches: master https://developer.blender.org/rB50976657ac1cf5bb110c4bf97186091e33bb02ae Geometry Nodes: Show supported types in geo socket tooltip Show the supported geometry types

[Bf-blender-cvs] [ccd2e89d37f] master: Fix T94559: Copying geometry node group does not copy animation data

2022-04-18 Thread Angus Stanton
Commit: ccd2e89d37fb4887045969c1a50a66ca024c8c11 Author: Angus Stanton Date: Mon Apr 18 10:15:30 2022 -0500 Branches: master https://developer.blender.org/rBccd2e89d37fb4887045969c1a50a66ca024c8c11 Fix T94559: Copying geometry node group does not copy animation data Reimplement copy geometry

[Bf-blender-cvs] [a45976957e0] master: Curves: correctly initialize new attributes

2022-04-09 Thread Angus Stanton
Commit: a45976957e00f8c5b4e4ef0299a3aeffa8c2f5d6 Author: Angus Stanton Date: Sat Apr 9 10:51:07 2022 +0200 Branches: master https://developer.blender.org/rBa45976957e00f8c5b4e4ef0299a3aeffa8c2f5d6 Curves: correctly initialize new attributes Previously, the new attributes were zero-initialized

[Bf-blender-cvs] [e7a800c52f0] master: Geometry Nodes: Curve Trim Node

2021-07-18 Thread Angus Stanton
Commit: e7a800c52f0766b372bd3a035432eade165e4cb3 Author: Angus Stanton Date: Sun Jul 18 14:05:57 2021 -0400 Branches: master https://developer.blender.org/rBe7a800c52f0766b372bd3a035432eade165e4cb3 Geometry Nodes: Curve Trim Node This node implements shortening each spline in the curve based

[Bf-blender-cvs] [9eafdb985d4] master: Fix: Incorrect logic in spline lookup function

2021-07-18 Thread Angus Stanton
Commit: 9eafdb985d4b45a441164ff86a212a4cc6b29a09 Author: Angus Stanton Date: Sun Jul 18 11:59:23 2021 -0400 Branches: master https://developer.blender.org/rB9eafdb985d4b45a441164ff86a212a4cc6b29a09 Fix: Incorrect logic in spline lookup function This section of code deals with evaluated points

[Bf-blender-cvs] [63a8b3b9720] master: Geometry Nodes: Curve Endpoints Node

2021-07-06 Thread Angus Stanton
Commit: 63a8b3b9720cf2660cb7a6cd431fdd3014534c4a Author: Angus Stanton Date: Tue Jul 6 22:24:04 2021 -0500 Branches: master https://developer.blender.org/rB63a8b3b9720cf2660cb7a6cd431fdd3014534c4a Geometry Nodes: Curve Endpoints Node This node is quite similar to the curve to points node

[Bf-blender-cvs] [c8b925cafb0] ui-asset-view-template: Fix T86208: copy node group button is inconsistent in geometry nodes

2021-03-21 Thread Angus Stanton
Commit: c8b925cafb079c06d22cbcda91f8184d1ece5f5c Author: Angus Stanton Date: Fri Mar 19 11:20:57 2021 +0100 Branches: ui-asset-view-template https://developer.blender.org/rBc8b925cafb079c06d22cbcda91f8184d1ece5f5c Fix T86208: copy node group button is inconsistent in geometry nodes

[Bf-blender-cvs] [ae650b016f7] master: Fix T86208: copy node group button is inconsistent in geometry nodes

2021-03-19 Thread Angus Stanton
Commit: ae650b016f760b103670b3d2f3a18d150cd05ce5 Author: Angus Stanton Date: Fri Mar 19 11:20:57 2021 +0100 Branches: master https://developer.blender.org/rBae650b016f760b103670b3d2f3a18d150cd05ce5 Fix T86208: copy node group button is inconsistent in geometry nodes Differential Revision