super function doesn't work inside a maya python module

前端 未结 4 1386
一个人的身影
一个人的身影 2021-01-14 01:51

Somehow, this works fine in the Maya/Python script editor, but fails when it\'s inside of my module code. Anyone have any ideas?

class ControlShape(object):
         


        
4条回答
  •  天涯浪人
    2021-01-14 02:27

    Turns out it had something to do with my imports at the top of the module. I forget which one it was, though. I should have posted this the moment I discovered what it was.

提交回复
热议问题