Adverti horiz upsell

Universal IK FK Switch and Match Tool 3.1.0 for Maya (maya script)

Match poses between IK/FK controls with any Rigg. Define and Store Controls in Node for faster use.

License
Button download
10,056 Downloads

Compatibility

  • 2019, 2018, 2017, 2016

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:01/09/2017
Last Modified:11/23/2023
File Size: 16.8 KB

Bugs

TabError

Statuspending
Prioritymedium
Date05/03/2021
Submitted bySplashNoodle SplashNoodle

I tried to install the script several times, making sure there was no unwanted space when I copied the command, and I always get that error : 

 

import pymel.core as pm
import mog_ikFkSwitch as mog_ikFkSwitch
reload(mog_ikFkSwitch)
mog_ikFkSwitch.FkIk_UI()
# pymel.core : Updating pymel with pre-loaded plugins: mayaHIK, invertShape, curveWarp, hairPhysicalShader, ATFPlugin, ikSpringSolver, retargeterNodes, sweep, lookdevKit, Type, Boss, bifrostGraph, meshReorder, modelingToolkit, MayaMuscle, matrixNodes, bifmeshio, deformerEvaluator, shaderFXPlugin, objExport, bifrostshellnode, ufeSupport, GPUBuiltInDeformer, mayaVnnPlugin, svgFileTranslator, GamePipeline, tiffFloatReader, MASH, poseInterpolator, bifrostvisplugin, cacheEvaluator, ik2Bsolver, xgenToolkit, AbcExport, gameFbxExporter, OpenEXRLoader, Unfold3D, mayaCharacterization, mtoa, rotateHelper, AbcImport, autoLoader, sceneAssembly, gpuCache, mayaUsdPlugin, OneClick, renderSetup, ArubaTessellator, quatNodes, fbxmaya #
# Error: TabError: file C:\Program Files\Autodesk\Maya2022\Python37\lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py line 142: inconsistent use of tabs and spaces in indentation #

 

Is there any fix to this ?

Comments on this bug:

  • natedgreat3

    natedgreat3 said about 3 years ago:

    Hi, I'm no python expert, but I got over these tab indentation errors and other problems in Maya 2022 and got to this to load for me, by making the following changes:

    - Open mog_ikFKSwitch.py in Notepad ++, select the entire script, and then go to Edit > Blank Operations > TAB to Space. Save the file.

    - Paste this into the maya script window as python:
    import pymel.core as pm
    import mog_ikFkSwitch as mog_ikFkSwitch
    import importlib
    importlib.reload(mog_ikFkSwitch)
    mog_ikFkSwitch.FkIk_UI()

    Then it should work.

Post a comment: