I recently started having issues when loading a tool I am working on. This tool has been mainly a PyMEL file for awhile now but only recently had issues with calling PyMEL initially.
This is the script I am using to call PyMEL:
import pymel.core as pm
This is the error I get when calling PyMEL:
# pymel.internal.factories : MFnDagNode.model is deprecated #
# pymel.core : Updating pymel with pre-loaded plugins: modelingToolkit, OpenEXRLoader, DirectConnect, mayaHIK, AbcImport, ikSpringSolver, tiffFloatReader, AbcExport, VectorRender, ArubaTessellator, quatNodes, gpuCache, mayaCharacterization, rotateHelper, MayaMuscle, Substance, AutodeskPacketFile, autoLoader, retargeterNodes, matrixNodes, fbxmaya, sceneAssembly, ik2Bsolver #
# Warning: pymel.internal.factories : could not create a PyNode for manipulator type nexManip #
Any ideas?
Replies
Or is the MFnDagNode thing the error?