core icon indicating copy to clipboard operation
core copied to clipboard

Use some global xyz.Scene variable to enable xyzcore button values to work correctly

Open kkoreilly opened this issue 7 months ago • 0 comments

Describe the feature

Button values in xyzcore do not have enough context to get the xyz.Scene in which they reside, which is necessary for creating appropriate value selection capabilities. Since there is only ever really one xyz.Scene at a time, we can resolve this by storing a global scene and then just using that for context.

Relevant code

No response

kkoreilly avatar Jul 19 '24 19:07 kkoreilly