Re: [Maya-Python] maya does not update recompilled plugin under linux

2018-01-10 Thread Marcus Ottosson
What happens if you copy the `.so` file to a different path, and load that?​ -- 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

Re: [Maya-Python] maya does not update recompilled plugin under linux

2018-01-10 Thread Justin Israel
On Thu, Jan 11, 2018, 2:12 AM Michał Frątczak wrote: > Hi Group, > > I am building a very minimal plugin under centos7 and noticed that maya > stopped updating .so file between compilations. > > My loop looks like this: > 1. unload plugin in maya > 2. recompile/link

[Maya-Python] Turn of "Use OCIO Input Color Space Rules"

2018-01-10 Thread Pritish Dogra
Anyone know how to turn this off via python/mel -- You received this message because you are subscribed to the Google Groups "Python Programming for

Re: [Maya-Python] Missing Script Editor

2018-01-10 Thread Pritish Dogra
No it is on C:\. It's a issue in 2016.0 but not in 2016.5 On Saturday, January 6, 2018 at 3:08:19 AM UTC-8, Marcus Ottosson wrote: > > Did you happen to install Maya on a drive different than C:\? > > > https://forums.autodesk.com/t5/installation-licensing/maya-2017-command-window/td-p/6730317 >

Re: [Maya-Python] maya does not update recompilled plugin under linux

2018-01-10 Thread Michał Frątczak
On Wednesday, January 10, 2018 at 3:53:06 PM UTC+1, Marcus Ottosson wrote: > > What happens if you copy the `.so` file to a different path, and load > that?​ > The problem persists... I tried both renaming file and cleaning build dir + rebuilding into new filename.so In any case I need to

Re: [Maya-Python] Missing Script Editor

2018-01-10 Thread Nandesora Tjihero
Try going to C:\Users\yourName\Documents\maya\2016\prefs\windowPrefs.mel and look for windowPref -topLeftCorner *25 -6 *-widthHeight 1015 299 -maximized false -parentMain true scriptEditorPanel1Window; line. set the values in bold to 0 0. I have had the same problem and I got that solution from

[Maya-Python] maya does not update recompilled plugin under linux

2018-01-10 Thread Michał Frątczak
Hi Group, I am building a very minimal plugin under centos7 and noticed that maya stopped updating .so file between compilations. My loop looks like this: 1. unload plugin in maya 2. recompile/link 3. load plugin in maya 4. test... It looks like maya keeps some kind of cache

Re: [Maya-Python] maya does not update recompilled plugin under linux

2018-01-10 Thread Michał Frątczak
On Wednesday, January 10, 2018 at 7:53:00 PM UTC+1, Justin Israel wrote: > > > Are you saying that it used to work, and now with either a different > version of Maya, or a different version of Linux, it no longer works as you > expect? > > In general, I would expect mixed results of unloading