I agree with Justin. Personally, I would slightly change this to (which is
PEP8 compliant):

self.uiSetupNormalSmooth = cmds.radioButton(
    label='Geometry normal',
    align='right',
    onCommand=lambda*args: self.setupCallback(
        "uiSetupNormalCol",
        True,
    ),)

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPaTLMQ%3DHq8nJJ3J49natAdzQaNVzJqrQ%3DROgpq-mCtQ8%3D4o3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to