099.20310 - Stoner handles vanish

This has actually been happening since the dawn of time but occasionally and particularly when you turn cooking off and on again the stoner handles disappear.

This is because theres a texture3d that doesn’t prefill properly:
ui/controls/uiTextures/key

I guess thats a bug with the texture3d top? I’m not sure how the prefill works. If not it’s still an issue in the stoner and can be fixed with…

in the stoners extension ext1Stoner - in the init function:

op(‘ui/controls/uiTextures/key’).par.prefillpulse.pulse()

Hi Richard,

exactly as you say - the Texture3D TOP is not reliably pre filling after toggling the cooking flag.

Cheers
Markus