Re: [Maya-Python] Renaming objects using custom name - maya python

2018-01-23 Thread Justin Israel
On Wed, Jan 24, 2018 at 6:28 AM wrote: > Hi, thankyou for inviting me to this group. I've got helped for several > problems. Thanks to my hero, Justin Israel who invited me. > > I got a camera named something like this (different for each shot) > Shot_Cam > > and i want

Re: [Maya-Python] compiling PyQt5 and Qt5

2018-01-23 Thread Marcus Ottosson
Here you go! http://pyqt.sourceforge.net/Docs/PyQt5/installation.html#building-and-installing-from-source Seriously though, that's all there is to it. No CMake, just Visual Studio 2015 and Python 3.6. On 23 January 2018 at 16:18, Juan Cristóbal Quesada < juan.cristobal...@gmail.com> wrote: >

[Maya-Python] Renaming objects using custom name - maya python

2018-01-23 Thread yogayasahardja
Hi, thankyou for inviting me to this group. I've got helped for several problems. Thanks to my hero, Justin Israel who invited me. I got a camera named something like this (different for each shot) Shot_Cam and i want to rename my camera to be same like my scene name. And add my start and end

[Maya-Python] compiling PyQt5 and Qt5

2018-01-23 Thread Juan Cristóbal Quesada
Anyone has a guide on how to compile Qt5 for python 3.6? im a newbie so any helping comments on how to use cmake, etc is highly appreciated!!! -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this

Re: [Maya-Python] MayaPy Cython Error

2018-01-23 Thread Robert White
You'd need to build Cython for maya against the proper version of visual studio. Which in 2014 I believe was VS2010. You'll also need to use that version when actually compiling your cython project. On Monday, January 22, 2018 at 9:47:31 PM UTC-6, Justin Israel wrote: > > My guess is that the