Colin Basnett cmbasnett
  • Vancouver, Canada
  • Joined on 2017-05-15
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-09-27 07:30:23 +02:00
766e3211ad Fix memory leak from loading files with legacy grease pencil palettes
91721255d7 Cleanup: quiet ASAN warning with invalid value for eButGradientType
72775559c3 Fix memory leak for builds without fluid simulation enabled
d36d071ac2 Fix memory leak when the explode modifier is used with vertex groups
31a15060a8 Fix crashes drawing in the sequencer
Compare 161 commits »
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-09-23 06:35:57 +02:00
4dcaf8e3a9 Merge branch 'main' into bdk
652aab0b31 Fix: Swapped icons in node tool header popover
2cb34f7c0d UI: Improve geometry nodes tool popover layout
7c636c1702 Fix #112736: Don't do Subpixel AA if not Antialised
e44932473a Fix: Improve button alignment of single value node group operator inputs
Compare 173 commits »
Colin Basnett created pull request blender/blender#112762 2023-09-23 03:41:51 +02:00
Python: Add full_path attribute to AssetRepresentation
Colin Basnett pushed to asset_representation_full_path at cmbasnett/bdk-blender 2023-09-23 03:40:53 +02:00
1e1f5e67ce Updated documentation
Colin Basnett pushed to asset_representation_full_path at cmbasnett/bdk-blender 2023-09-23 03:27:19 +02:00
7d247774ab Assets: Added full_path attribute on AssetRepresentation
652aab0b31 Fix: Swapped icons in node tool header popover
2cb34f7c0d UI: Improve geometry nodes tool popover layout
7c636c1702 Fix #112736: Don't do Subpixel AA if not Antialised
e44932473a Fix: Improve button alignment of single value node group operator inputs
Compare 10 commits »
Colin Basnett created branch asset_representation_full_path in cmbasnett/bdk-blender 2023-09-23 03:27:19 +02:00
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-09-23 03:26:05 +02:00
030f88dd6f Added BDK logo icon
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-09-22 10:24:46 +02:00
bbcf50983f Geometry Nodes: use lazy evaluation in repeat zone
63dc93cb68 Cleanup: Make format
feaa31ce83 BLI_string_cursor_utf8: assert the cursor isn't negative
19706b79c0 Fix word selection in the console failing past line end
8872c78882 Fix word selection at the beginning & end of the string
Compare 138 commits »
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-09-19 02:43:49 +02:00
4549fe0b85 Merge branch 'main' into bdk
05c053cd25 Cycles: make transmission color in Pricipled BSDF match the base color
742f3b233f Nodes: Rename ui_items property to items_tree
e59944dba4 Anim: armature edit mode 'select by bone color' operator
d5329eeea2 Anim: armature edit mode 'select by bone collection' operator
Compare 147 commits »
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-09-15 03:25:12 +02:00
072d4ee2e3 Merge branch 'main' into bdk
4fa4f5432d UI: Viewport: Split object/mode overlays into own popover
64bd2091cf Realtime Compositor tests: enable keying tests.
4086ef986c Fix #112374: loading reference/background images filters out movies
2ec2e52a90 UI: Theme: Allow transparency when editing text in widgets
Compare 300 commits »
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-09-14 21:43:08 +02:00
3fe3ad3f3c Started editing the packaging file for CPack
Colin Basnett created pull request blender/blender#112109 2023-09-07 23:38:58 +02:00
Fix: NodeTreeInterface move functions argument descriptions are incorrect
c9541f5c42 Fix: NodeTreeInterface move functions argument descriptions are incorrect
a8bbddc10b Fix #111811: Corrective smooth modifier crash with zero vertices
9903c4419e Fix #112077: Crash Highlighting Popover menu
b4dc16f32d Geometry Nodes: Improved defaults when creating new tool
281fbf72f0 Cycles: support building with Windows ROCm 5.5 SDK
Compare 10 commits »
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-09-07 23:32:03 +02:00
b3762745ac Fixed a crash that would happen in BDK Terrain Sample if the target geometry was valid but had no vertices
a736a2813d Merge branch 'main' into bdk
b1526dd2c6 Fix #107726: Viewport animation render ignores start frame
1f285a5ec8 Cleanup: early return to reduce right shift
8caec75f2c Correct own error in 0424d57d76
Compare 389 commits »
Colin Basnett commented on pull request blender/blender#111670 2023-09-04 19:20:58 +02:00
Fix: Crash when trying to poll the status of non-existent icons

I have large files that have this occur when switching between them. I think it had something to do with asset icons but I'm sorry to say I dont have time to investigate it right now.

Colin Basnett created pull request blender/blender#111670 2023-08-29 21:14:23 +02:00
Fix: Crash when trying to poll the status of non-existent icons
Colin Basnett pushed to fix-crash-icon-polling at cmbasnett/bdk-blender 2023-08-29 21:10:19 +02:00
a97e18cc67 Fix: Crash when trying to poll the status of non-existent icons
ddbe073a6d Cleanup: Typo in prior commit.
468584f5e7 UI: Handle lack of active area in NewGeometryNodeGroupTool poll
6d2c7c509c Fix: failing keymap test for ARMATURE_OT_assign_to_collection
7563b96945 Geometry Nodes: Avoid attribute copy in simple case of points to curves
Compare 10 commits »
Colin Basnett created branch fix-crash-icon-polling in cmbasnett/bdk-blender 2023-08-29 21:10:19 +02:00
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-08-29 00:16:25 +02:00
8c803d3873 Fixed issue with BDK Terrain Sample node, it now works!