On 22 Maj, 02:04, Justin Israel <
justinisr...@gmail.com> wrote:
> I don't see any straightforward way that they expect you to be able to
> receive the callbacks for the table if you create them with that plugin via
> the API. I could be missing something since I have never used that approach
> to make interfaces before. Your best bet, if you are trying to avoid the
> dependency of Qt/PyQt, is to just use a scriptTable:
http://download.autodesk.com/global/docs/maya2012/en_us/CommandsPytho...
> That apparently wraps around the API-based table, but also gives you a
> cellChangedCmd callback so you can handle edits.
>
Thanks Justin,
I did some testing with scriptTable, and it seems only last column is
editable, or am I doing smth. really wrong ?
Anyway, maya is highlighting entire row, and enters data only in last
cell :/