|
headus 3D tools / 3D scans Support Forums
|
|
View previous topic :: View next topic |
Author |
Message |
deanbroadland
Posts: 1
Joined: 24 Sep 2019
|
Posted: Wed Sep 25, 2019 12:56 pm Post subject: Problems launching uvlayout 2.11 from Maya shelf in Linux |
|
|
Hi!
The following works fine in 2.10.03, but fails in both 2.11.01 and 2.11.02.
Repro:
- on Linux (CentOS 6.4)...
- in Maya...
- click the Info button on the UVLayout shelf (runs uvlayout_open)
- in the UVLayout Plugin GUI that comes up, check "Turn On Debugging" and click "Run UVLayout"
- no UVLayout comes up, Maya script editor shows:
Code: | // save [workpath]/maya/uvlayout/uvl1736.obj
// load [workpath]/maya/uvlayout/uvl1736.out
// Home Undefined. Run 'Install Maya Plugin' from UVLayout GUI/uvlayout-maya-log uvl1736.obj > /dev/null 2>&1 & |
- checking $HEADUS_HOME, it is set correctly to the root of our uvlayout 2.11.01/02 install
I was able to temporarily fix this with custom installs of 2.11.01 and 2.11.02, making slight tweaks
to lib/maya/uvlayout_home.mel and lib/maya/uvlayout_open.mel, to basically change a few things back to how 2.10.03 had them set up:
lib/maya/uvlayout_home.mel:
* comment out return line, replace with contents of uvlayout_home() from 2.10.03
lib/maya/uvlayout_open.mel
* near end of uvlayout_run() (in Linux-specific else clause), comment out $home and $bin lines, replace with: string $bin = "uvlayout-maya";
Are we maybe missing some install step, or possibly doing something else wrong? Thanks!
P.S. I haven't posted here before (that I can recall), so let me know if you need any other info. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|