comment some unintuitive behaviour of horizontal bars...
This commit is contained in:
Родитель
d5a1b9a04a
Коммит
407114e5b3
|
@ -360,6 +360,7 @@ class MayaAPI(object):
|
|||
|
||||
@staticmethod
|
||||
def table(*args, **kwargs):
|
||||
#note in order to have a horizontal scroll bar displayable on resize, the table must contain at least 2 columns
|
||||
try:
|
||||
return cmds.scriptTable(*args, **kwargs)
|
||||
except Exception as exp:
|
||||
|
|
Загрузка…
Ссылка в новой задаче