Can't start autoPack plugin maya2015

9 views
Skip to first unread message

filipp f

unread,
Dec 8, 2016, 12:14:08 PM12/8/16
to autoPACK
Hi there! I used manual install, plugins was loaded, shelves - wasn't, so i used Ludovic advice from parallel forum to run ePMV - run the script

import maya
#ePMV
maya.cmds.ePMV()
#epmv = maya.mv['epmv'] #if you want to retrieve the epmv object and do some scripting using epmv.
#autoPACK
maya.cmds.AutoFill()

 as result ePMV started successfully
but for autoPack i have:
# Error: AttributeError: file <maya console> line 6: 'module' object has no attribute 'AutoFill' # 

what i do wrong? 
Thanks>

filipp f

unread,
Dec 8, 2016, 12:14:08 PM12/8/16
to autoPACK

Hi there! need some advice : 
i manually installed ePMV and autoPack - plugins loaded, but shelves - wasn't,
 so i use Ludovic's advise from parallel forum - run script : 

import maya
#ePMV
maya.cmds.ePMV()
#epmv = maya.mv['epmv'] #if you want to retrieve the epmv object and do some scripting using epmv.
#autoPACK
maya.cmds.AutoFill()


as result ePMV loaded successfully, but for autoPack i get :

# Error: AttributeError: file <maya console> line 6: 'module' object has no attribute 'AutoFill' # 

what can i do wrong?
thanks.


ludovic autin

unread,
Dec 8, 2016, 12:26:17 PM12/8/16
to autoPACK
Hi,

I am currently installing maya 2015 so I will try to see whats going on. Also the commands you are trying to run cant work as we change the name of the plugin from autofill to autopack a while ago and so you should use this line of code instead :
maya.cmds.autopack()

I wonder why the shelf was not loaded. Could you look into the console after loading it may tell us why.

Ludo

ludovic autin

unread,
Dec 8, 2016, 2:35:04 PM12/8/16
to autoPACK
I just check with a fresh installation of maya2015. I had no issue installing and running the plugin :
  1. upy-maya-2015-win-64.zip

try the cmds maya.cmds.autopack() if it helps, but it will better to understand why the shelf is not loaded.

Ludo
On Thursday, December 8, 2016 at 9:14:08 AM UTC-8, filipp f wrote:
Reply all
Reply to author
Forward
0 new messages