ECToo / pymel

Automatically exported from code.google.com/p/pymel
0 stars 0 forks source link

unloading stereoCamera plugin results in error #229

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
get this error when unloading stereoCamera plugin:

import pymel.core as pm
pm.loadPlugin('

pymel.core : DEBUG : Plugin unloaded: stereoCamera
pymel.core : DEBUG : Removing commands: stereoRigManager
pymel.core : DEBUG : Removing nodes: stereoRigTransform, stereoRigFrustum
Warning: Failed to call script callback
Error: StereoRigTransform
# Traceback (most recent call last):
#   File "pymel/core/__init__.py", line 177, in _pluginUnloaded
#     _factories.removePyNode( nodetypes, node )
#   File "pymel/internal/factories.py", line 2726, in removePyNode
#     delattr(dynModule.__class__,pyNodeTypeName)
# AttributeError: StereoRigTransform

Original issue reported on code.google.com by elron...@gmail.com on 20 Jan 2011 at 6:56

GoogleCodeExporter commented 9 years ago
introduced in 1a1a869b85b85f078848e2f3c70f32f865b65bf8

Original comment by elron...@gmail.com on 20 Jan 2011 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by elron...@gmail.com on 20 Jan 2011 at 6:57

GoogleCodeExporter commented 9 years ago
fixed in 7203758a9cf3ae162d56a4d786fcdc7d6dcc0d65

Original comment by elron...@gmail.com on 20 Jan 2011 at 11:18