Yuck, code blocks do indeed seem to be borked. Only way I got it to work: * Toggle HTML view * Paste your code * Disable HTML view * Select code * Format > Code That's certainly not optimal. I'll dig further. float $CBVal = `getAttr ($operation[1] + ".fraction")`;
floatSliderGrp -label "Corner Bevel " -field true…
Spelling error? Scope error? If neither: Have you confirmed that you actually get a float value returned from getAttr? Either way you should put the code for resetting the UI control (floatSliderGrp) in a separate function and then call that function (cc flag) instead of having everything in the same place. Try and do as…