On Fri, Jan 15, 2010 at 7:00 AM, thirstydevil <[email protected]>wrote:
> I've not really done any API work in maya. We started to write some > scripted plug-ins but it seems the only way to properly reload the > code is by restarting maya. Force unloading as reloading the plug-in > isn;t picking up any of the changes. > > Any ideas? > > -Dave > > -- > http://groups.google.com/group/python_inside_maya > Hi Dave! For reloading plugin: 1.Delete your created node 2. execute "flushUndo" mel-command 3. And reload your plugin!! Alex Mirgorodsky
-- http://groups.google.com/group/python_inside_maya
