hello Miquel
yes it was imported on new scene.
I tried mgear 3.7 and it resulted the same.
And I got this when trying to draw cable_01(or other component).
thank you!
# Traceback (most recent call last):
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts\mgear\shifter\guide_manager_component.py", line 238, in draw_comp_doubleClick
# self.draw_component()
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts\mgear\shifter\guide_manager_component.py", line 252, in draw_component
# guide_manager.draw_comp(x.data(), parent, showUI)
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts\mgear\shifter\guide_manager.py", line 32, in draw_comp
# guide.drawNewComponent(parent, comp_type, showUI)
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts\mgear\shifter\guide.py", line 718, in drawNewComponent
# comp_guide.drawFromUI(parent, showUI)
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts\mgear\shifter\component\guide.py", line 407, in drawFromUI
# self.draw(parent)
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts\mgear\shifter\component\guide.py", line 388, in draw
# self.addObjects()
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts/mgear/shifter_classic_components\cable_01\guide.py", line 70, in addObjects
# self.dispcrv = self.addDispCurve("crv", centers, 3)
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts\mgear\shifter\component\guide.py", line 739, in addDispCurve
# degree)
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts\mgear\core\icon.py", line 1024, in connection_display_curve
# crv = curve.addCnsCurve(centers[0], name, centers, degree)
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts\mgear\core\curve.py", line 50, in addCnsCurve
# applyop.gear_curvecns_op(node, centers)
# File "C:/Users/Fuksang.Seah/Documents/maya/scripts\mgear\core\applyop.py", line 474, in gear_curvecns_op
# node = pm.deformer(type="mgear_curveCns")[0]
# File "C:\Program Files\Autodesk\Maya2020\Python\lib\site-packages\pymel\core\animation.py", line 56, in deformer
# return map(_general.PyNode, cmds.deformer(*args, **kwargs))
# File "C:\Program Files\Autodesk\Maya2020\Python\lib\site-packages\pymel\internal\pmcmds.py", line 130, in deformer_wrapped
# res = new_cmd(*new_args, **new_kwargs)
# RuntimeError: Unable to create/find dependency node.