Colin Basnett cmbasnett
  • Vancouver, Canada
  • Joined on 2017-05-15
Colin Basnett pushed to main at blender/blender 2023-06-26 11:40:20 +02:00
7797fcc3c9 Nodes: Don't allow animation for node mute property
Colin Basnett pushed to node-mute-remove-animatable-flag at cmbasnett/bdk-blender 2023-06-26 11:39:20 +02:00
44673201e0 Merge branch 'main' into node-mute-remove-animatable-flag
fa5a8b3769 Fix documentation building since recent changes in GPv3
c5a8a74f9e Refactor: Convert several animation editor files to C++
32be07845f Curves: Mask function for end points
4a80d0b6d5 Refactor: UTF-8 Character Defines
Compare 734 commits »
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-06-26 11:36:50 +02:00
ea58bebd06 Conglomeration of BDK work thus far (rebased on main)
b0caddc32b Merge branch 'blender-v3.6-release'
e516f25e8f Fix #109060: Crash with mask modifier smooth option
3a32a44002 Merge branch 'blender-v3.6-release'
a474fdece5 Fix every call to Mesh.shade_flat(..) adding a new layer
Compare 529 commits »
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-06-19 04:39:42 +02:00
a7c4230047 Minor performance improvements for deco layer calculations
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-06-12 08:37:52 +02:00
0dd4ac3bf4 Fixed a bug where deco meshes could be positioned incorrectly
Colin Basnett commented on pull request blender/blender#108634 2023-06-11 04:12:38 +02:00
UI: Add Mute property to node panel

@brecht blender/blender#108849 removes the animatable flag from the mute property.

Colin Basnett created pull request blender/blender#108849 2023-06-11 04:11:55 +02:00
Nodes: The mute property on nodes is not longer animatable
Colin Basnett pushed to node-mute-remove-animatable-flag at cmbasnett/bdk-blender 2023-06-11 04:10:09 +02:00
873cfeb398 The mute property is not longer animatable
Colin Basnett created branch node-mute-remove-animatable-flag in cmbasnett/bdk-blender 2023-06-11 04:10:09 +02:00
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-06-10 02:02:07 +02:00
dbbd0e1a87 Finally fixed rotation on deco layers
Colin Basnett commented on issue blender/blender#107918 2023-06-09 23:05:50 +02:00
Weight Gradient tool paints over locked vertex groups

As far as I understand, simple if() condition of DG_LOCK_WEIGHT in paint_weight_gradient_exec will fix the problem. @cmbasnett, want me to submit PR for it?

Yes that would be good,…

Colin Basnett commented on pull request blender/blender#108634 2023-06-06 23:04:46 +02:00
UI: Add Mute property to node panel

It's also unclear why an add-on would need drivers for this, as it could just run code to mute/unmute the nodes?

I was doing it more out of convenience, in that I can set & forget the driver…

Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-06-06 10:56:09 +02:00
780edbdb55 Merge branch 'main' into bdk
05b8242e45 Cleanup: use \n for line endings (run dos2unix)
0824ef7e91 Cleanup: remove TODO's from console_ops.c
bdd189f593 Cleanup: replace BLI_strncpy with memcpy
db03beea24 Cleanup: early return, reduce right-shift
Compare 732 commits »
Colin Basnett pushed to bdk at cmbasnett/bdk-blender 2023-06-06 10:33:59 +02:00
1e8ed18c1f Fix for build error
Colin Basnett commented on pull request blender/blender#108634 2023-06-06 09:41:30 +02:00
UI: Add Mute property to node panel

I am developing an add-on that provides the user a way to create a complex geometry node setup through a simpler interface.

The hide buttons here are controlling the mute property of certain…

Colin Basnett commented on pull request blender/blender#108634 2023-06-06 03:49:00 +02:00
UI: Add Mute property to node panel

@HooglyBoogly I've added the mute_supported as a read-only property for the Node type and have hidden the mute option when muting is not allowed, as per the previous diff.

Colin Basnett pushed to add-mute-to-node-panel at cmbasnett/bdk-blender 2023-06-06 03:47:42 +02:00
fbd1de59df Now hiding the mute option for nodes that are not mutable (using new mute_supported read-only property).
Colin Basnett commented on pull request blender/blender#108634 2023-06-05 22:23:53 +02:00
UI: Add Mute property to node panel

Yes, my specific use case was that I wanted to inspect the driver on the mute property (i.e., right click, edit driver). Without this property being exposed, I had to go and manually find it in…

Colin Basnett created pull request blender/blender#108634 2023-06-05 21:04:19 +02:00
UI: Add Mute property to node panel
Colin Basnett created branch add-mute-to-node-panel in cmbasnett/bdk-blender 2023-06-05 20:55:56 +02:00