Copyright (c) 2024
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Compatibility
-
2019, 2018, 2017, 2016
Operating Systems
History
Created: | 01/09/2017 |
Last Modified: | 11/23/2023 |
File Size: | 16.8 KB |
Keywords
animation, FBIK, fk, IkFk legs, ikfk, fkik, FKtoIK, IKtoFK, ik to fk, ikfkmatch, fkikmatch, fk to ik maya script, ik to fk snap match, match ik to fk tool maya, ikfk match, fkik match, ikfk snap
Bugs (7 reported) Help make this item even better. Your bug reports are appreciated!
Date | Priority | Title | Status |
---|---|---|---|
04/18/2022 | medium | how install ik fk match universal tool version | Pending |
05/03/2021 | medium | TabError | Pending |
03/21/2020 | high | unexpected indent bug | Pending |
09/29/2018 | medium | Searching for Left and RIght Strings | Pending |
03/04/2018 | high | No Python File | Pending |
02/17/2018 | medium | RotOffset issue | Pending |
01/16/2018 | medium | how i can download the script | Pending |
Bugs
unexpected indent bug
Status | pending |
---|---|
Priority | high |
Date | 03/21/2020 |
Submitted by | ayanbrai |
reload(mog_ikFkSwitch)
mog_ikFkSwitch.FkIk_UI()
# Error: unexpected indent #
Comments on this bug:
-
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:
1) Open mog_ikFKSwitch.py in Notepad ++, select the entire script, and then go to Edit > Blank Operations > TAB to Space. Save the file.
2) 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. I hope the author updates the script soon.
-
monikag said almost 4 years ago:
The error message you get means you have indentations at the start of the lines. Make sure there is no space or indent in any of the lines before you run the script.So instead of:import mog_ikFkSwitch as mog_ikFkSwitchreload(mog_ikFkSwitch)mog_ikFkSwitch.FkIk_UI()Make it like this:import pymel.core as pmimport mog_ikFkSwitch as mog_ikFkSwitchreload(mog_ikFkSwitch)mog_ikFkSwitch.FkIk_UI()Best regards,Monika
Post a comment:
Report a bug
Related Items:
-
Universal IK FK Switch and Match Tool (PRO) 3.1.0 for Maya (maya script)
$25.00 (USD) -
"Rapid Rig: Poser" for Maya for Maya 2.0.9 (maya script)
$20.00 (USD) -
UTILITIES for RIG (create controls, blending IK/FK, attribute follow, duplicate joint, mirror controls, orient joint, corrective blend shape) 2.0.0 for Maya (maya script)
$20.00 (USD) -
FK/IK switch 1.1.1 for Maya (maya script)
$30.00 (USD) -
Quadruped Path Animation System 1.1.4 for Maya (maya script)
$80.00 (USD) -
Animation Data Recovery 1.1.0 for Maya (maya script)
$100.00 (USD)