 |
headus 3D tools / 3D scans Support Forums
|
 |
View previous topic :: View next topic |
Author |
Message |
mokosan
Posts: 150
Joined: 03 Apr 2006
Location: NZ
|
Posted: Thu Nov 13, 2014 7:11 am Post subject: plugin 'send' issues updating in Maya |
|
|
Hello,
I am consistantly finding that the UVs arent being updated when sent back to Maya.
It does send an updated version, just not the latest version, which is very odd.
If I move the group/box into another Udim, it works.
Unfortunately send you a scene would probably not help as it doesnt happen repeatedly if I open a fresh UVLayout.
Any idea why this might be happening?
Latest version and latest version plugin. On linux
Cheers,
Mike |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Sun Nov 16, 2014 6:16 pm Post subject: |
|
|
"It does send an updated version, just not the latest version, which is very odd."
Yes, very!
As you probably know, the plugin transfers its info via temporary OBJ files, so I'm wondering if its a networking caching/latency/locking thing. The temp OBJ files are stored in your maya project directories, so could that be on a file server via NFS? If yes, then maybe changing the temp folder to something local (e.g. /tmp) might be worth exploring.
Change this in the MEL plugin script ...
string $uvlayout_dir = $workspace_dir + "/uvlayout";
... to this ...
string $uvlayout_dir = "/tmp/uvlayout";
... and see if things improve.
Phil |
|
Back to top |
|
 |
mokosan
Posts: 150
Joined: 03 Apr 2006
Location: NZ
|
Posted: Sun Nov 23, 2014 2:50 pm Post subject: mel script |
|
|
Hi,
Exactly which mel script are you referring to?
Mike |
|
Back to top |
|
 |
headus Site Admin

Posts: 2902
Joined: 24 Mar 2005
Location: Perth, Australia
|
Posted: Sun Nov 23, 2014 5:15 pm Post subject: |
|
|
Search for "uvlayout_open.mel" in your home maya folder.
Phil |
|
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
|