Re: [Maya-Python] Re: userSetup.py not running on startup

2018-01-30 Thread Justin Israel
On Wed, Jan 31, 2018, 7:32 AM wrote: > Hi! Aren, help me, trying to get into Maya fail UserSetap, but nothing > happens. You can tell what to do, or throw off your file. Thank you > What do you currently have in your userSetup.py and where have you placed it? For Aren it was an issue with parti

Re: [Maya-Python] Re: userSetup.py not running on startup

2018-01-30 Thread nemcov270994
Hi! Aren, help me, trying to get into Maya fail UserSetap, but nothing happens. You can tell what to do, or throw off your file. Thank you -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group an

Re: [Maya-Python] metadata in houdini

2018-01-30 Thread Jesse Kretschmer
Howdy Juan, This is not quite the right mailing list, but I've played with houdini, so maybe I can help. I think you want to use the houdini session . import houhou.session.example_var = "Some Value" The session is saved with the .hip file,

Re: [Maya-Python] Qt.py QWebView

2018-01-30 Thread Jesse Kretschmer
I had good success with a custom QtSiteConfig.py . It required the latest 1.1.0, but I've now started porting my tools. After the QtSiteConfig changes, the QWebEngineView was easily loaded (even if it was really a QWebView in some envi

Re: [Maya-Python] Qt.py QWebView

2018-01-30 Thread Jesse Kretschmer
Certainly not directly between versions, but is that not why Qt.py exists? QWebEngineView is the new QWebView. It would be really convenient for me to a single place to access a WebView widget across all my platforms. From what Fredrik posted in my pull-request, I should be able to handle some of

Re: [Maya-Python] Qt.py QWebView

2018-01-30 Thread Marcus Ottosson
Well, QWebEngineView is also not portable. :) It's only available in Qt 5.​ -- 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

Re: [Maya-Python] Qt.py QWebView

2018-01-30 Thread Jesse Kretschmer
I found QWebEngineView does what I need. It looks like spyder-ide/qtpy is using the QWebEngineView. I've made a pull request. ␄ On Mon, Jan 29, 2018 at 5:31 PM, Marcus Ottosson wrote: > Unfortunately QWebView isn't port

[Maya-Python] metadata in houdini

2018-01-30 Thread Juan Cristóbal Quesada
Hi guys, i know this a maya mail group but i was wondering if someone has done something similar in Houdini. In Maya i have embedded successfully some scene metadata in nodes and now i need to do the same in Houdini, but its the first time i deal with it. Doing a simple google search ive found how