Colin Basnett cmbasnett
  • Vancouver, Canada
  • Joined on 2017-05-15
Colin Basnett commented on pull request blender/blender#109846 2023-08-26 22:32:08 +02:00
Geometry Nodes: Add Random Rotation node

@HooglyBoogly I've updated this to make the Random Rotation a separate node. It is still done in native code, as I really think that Random Rotation is equally as foundational and in the same…

8930c7db64 Made a separate Random Rotation node and removed Rotation logic from Random Value node
b88012e6d8 Merge branch 'main' into geometry-nodes-random-value-quaternion
e57726594d Fix missing context attribute access in asset shelf polls
3220912760 Fix 109320: Crash when showing tooltip in menu search (Intel MacOS)
b6df32f740 Fix #111273: multiple vertex weight sliders show the same value
cf9fcbf24e Cleanup: Use C++ threading API in sculpt/paint code
Compare 1418 commits »
Colin Basnett commented on pull request blender/blender#111482 2023-08-26 21:22:02 +02:00
Geometry Nodes: Convert four nodes to use rotation socket

I think we can only do this once we have the ability to create random rotations in one node[...]

There is an open PR that does just this, but it's rolled into the existing Random Value node.…

Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-08-24 23:43:29 +02:00
55c1bb9dbe Merge branch 'main' into bdk
584d5dbb20 UI: Rename Realtime GPU in compositor to GPU
f5b7813f3c Cleanup: Remove unnecessary mesh C API function
119fbba47d Cleanup: Simplify PBVH update of mesh pointers
7e7edc4d8e Readfile: Fix existing memleak in case an Armature Object loses its armature ObData.
Compare 930 commits »
Colin Basnett commented on pull request blender/blender#110776 2023-08-11 08:18:25 +02:00
Fix: UI: File execute operator button text is not localized

Ah, nice catch. However I believe the translation should happen in WM_operatortype_name.

The call to RNA_struct_ui_name there already does contextual translation, but the call to…

Colin Basnett created pull request blender/blender#111029 2023-08-11 03:29:16 +02:00
WIP: Mesh: Add select element by index operator
Colin Basnett pushed to mesh-select-element-by-index at cmbasnett/bdk-blender 2023-08-11 03:19:18 +02:00
c667ceb842 Soft-min is now 0 for index
Colin Basnett pushed to mesh-select-element-by-index at cmbasnett/bdk-blender 2023-08-11 03:13:34 +02:00
31814a0e8f Mesh: Add select element by index operator
72d3e43a3b Vulkan: Enable Draw Manager Test Cases
048fa6480f Cleanup: quiet unused parameter warning
7c0e2646f9 Nodes: move more rna code to node files
c4fb34a3f7 Fix #110085: Ignore Scroller Zone when on a Screen Edge
Compare 10 commits »
Colin Basnett created branch mesh-select-element-by-index in cmbasnett/bdk-blender 2023-08-11 03:13:34 +02:00
Colin Basnett pushed to python-ui-tree-view at cmbasnett/bdk-blender 2023-08-09 06:05:33 +02:00
82a02a1a1a Initial commit (broken atm)
5cdec2f12a Fix #110931: Knife Tool does not work with extreme clip distances
ddf7f9a5ad Cleanup: compiler warning
ca87897ecd Cleanup: use nullptr instead of NULL
6e6716c180 Cleanup: compiler warnings
Compare 10 commits »
Colin Basnett created branch python-ui-tree-view in cmbasnett/bdk-blender 2023-08-09 06:05:33 +02:00
Colin Basnett pushed to anim-bake-custom-props at cmbasnett/bdk-blender 2023-08-07 23:36:49 +02:00
7254527054 Animation: Add the ability to bake custom properties to an action
Colin Basnett created branch anim-bake-custom-props in cmbasnett/bdk-blender 2023-08-07 23:36:49 +02:00
Colin Basnett created pull request blender/blender#110903 2023-08-07 21:10:08 +02:00
Animation: Add channel type options to the Bake Action operator
Colin Basnett created branch anim-bake-components in cmbasnett/bdk-blender 2023-08-07 21:08:55 +02:00
Colin Basnett pushed to anim-bake-components at cmbasnett/bdk-blender 2023-08-07 21:08:55 +02:00
c8dc0c6a6d Animation: Add channel type options to the Bake Action operator
04a07d5e08 Fix #110821: Tracker resizing with S+S also resizes search area
9e7e0a01b2 LibOverride: Fix persistent override property in some RNA pointer cases.
d9ec3985a3 LibOverride: Remove an override property when it has no operations.
2f907a0b53 Cleanup: Compositor: Remove outdated TODO
Compare 10 commits »
Colin Basnett created pull request blender/blender#110776 2023-08-04 01:30:44 +02:00
UI: Fix bug where the file execute operator button text is not being localized
Colin Basnett created branch localize-file-execute-button in cmbasnett/bdk-blender 2023-08-02 05:30:19 +02:00
Colin Basnett pushed to localize-file-execute-button at cmbasnett/bdk-blender 2023-08-02 05:30:19 +02:00
82267dab7a Fix bug where the button title for the file execute operator is not being localized
c3685fe068 Cleanup: Sculpt: Use consistent operator function names
29a338811c Fix #110411: Mesh loop cut preview uses final instead of cage positions
e4e23bdd73 Cleanup: Sculpt: Remove unnecessary visibility flushing
12258d4931 Cleanup: Sculpt: Remove unused function to set vert visibility
Compare 10 commits »