Skip to content

Instantly share code, notes, and snippets.

@triangle-soup
triangle-soup / gist:7aab67595ab84188c91bef67f425ca95
Created December 4, 2018 11:13
Tool using Preset Browser
//
// How do we link the preset browser and a tool plugin?
//
// We need to trigger a call to tmod_Evaluate when a profile is selected or changed
// in a similar way to what happens when a dynamic attribute value is changed.
//
// Should work like poly.bevel; e.g. when profile selection is changed we see,
// 'tool.setAttr content.preset path /home/neil/...'
//
// What I have so far...