[Maya-Python] I encountered a technical problem,about use Alembic in 3DMax.

2012-10-16 Thread Eri
know how I should do it?Please help me!Thank you! ---Eri -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe

[Maya-Python] Re: [ANN] PyQt4 UI Development for Maya

2012-10-16 Thread Eri
It is a great tutorial, I have started to learn it, thank you very much Justin. 在 2012年10月14日星期日UTC+8上午1时17分25秒,Justin Israel写道: *(Hopefully this isn't a duplicate. I'm not sure if the previous attempt was sent)* * * Hi All! I just released my 3rd python-based training video on

[Maya-Python] I create the Shelf,Maya prompts an error # Error: unexpected character after line continuation character # ????

2017-06-18 Thread Eri
Hi: I ran using a script to create the Shelf, I wrote multiple lines of commands using the escape character. After creation, the escape character is found to be written directly to the command.

Re: [Maya-Python] I have questions about the QListView interaction

2018-11-25 Thread Eri
100 items, each of which item about 10-20 fields. 15 custom wigets in item 在 2018年11月26日星期一 UTC+8上午10:42:32,Justin Israel写道: > > > > On Mon, Nov 26, 2018 at 2:57 PM Eri > > wrote: > >> >> >> Hey all, >> >> Here I got some questions about

[Maya-Python] I have questions about the QListView interaction

2018-11-25 Thread Eri
Hey all, Here I got some questions about PyQT need consult with you.We are doing some UI development but met difficulties. 1. In the last version we were using QListView+QStyledItemDelegate+QAbstractListModel as the code to load the items and these items include lots of custom widgets and

Re: [Maya-Python] I have questions about the QListView interaction

2018-11-25 Thread Eri
OK,I tried QGraphicsScene. Thanks! 在 2018年11月26日星期一 UTC+8下午12:05:06,Justin Israel写道: > > > > On Mon, Nov 26, 2018 at 4:57 PM Eri > > wrote: > >> What you mean is that the performance of using custom QGraphicsScene is >> even higher?How to customize QGra

Re: [Maya-Python] I have questions about the QListView interaction

2018-11-25 Thread Eri
What you mean is that the performance of using custom QGraphicsScene is even higher?How to customize QGraphicsScene? 在 2018年11月26日星期一 UTC+8上午11:49:23,Justin Israel写道: > > > > On Mon, Nov 26, 2018 at 4:00 PM Eri > > wrote: > >> 100 items, each of which item about 10-

Re: [Maya-Python] I have questions about the QListView interaction

2018-11-25 Thread Eri
+8下午12:05:06,Justin Israel写道: > > > > On Mon, Nov 26, 2018 at 4:57 PM Eri > > wrote: > >> What you mean is that the performance of using custom QGraphicsScene is >> even higher?How to customize QGraphicsScene? >> > > QGraphicsScene is a more ef

[Maya-Python] How to activate a node by name and refresh Node Properties UI in Mari 5.0 using Python script?

2023-05-11 Thread Eri
Hello everyone, I am trying to create a Python script in Mari 5.0 to activate a node in the Node Graph window by its name and refresh the Node Properties UI for that node. I've attempted to do this by simulating a double-click event on the node, but I have been struggling to find the correct