Copyright (c) 2025
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
Operating Systems
History
Created: | 09/22/2019 |
Last Modified: | |
File Size: | 17.9 KB |
Reviews Love it? Or maybe you want to share some creative ways you're putting this item to use.
-
rana123 said 26 days ago:
Hey! im using 2024, te comment from Marco really helped me but i still had an error, to fix it you have to do what Marco says:Replace in the bs_controlsUI.py file:
import maya.cmds as cmds
import bs_controls as bsConreload(bsCon)
bsUtils = bsCon.BSControlsUtils()
bsData = bsCon.BSControlsData()with:
import maya.cmds as cmds
import bs_controls as bsCon
from importlib import reloadreload(bsCon)
bsUtils = bsCon.BSControlsUtils()
bsData = bsCon.BSControlsData()
AND ALSO in the importer button in your shelf change add this line at the top of the code:from importlib import reload
so the code in your maya shelf button should be:
from importlib import reload
import bs_controlsUI
reload(bs_controlsUI)
bsCon = bs_controlsUI.BSControlsUI()
bsCon.bsControlsUI()
-
Marco said 29 days ago:
Hi everyone,
If you're having trouble running the bsControls script, try opening the file bs_controlsUI.py in a text editor and modifying the code. Replace:
import maya.cmds as cmds
import bs_controls as bsConreload(bsCon)
bsUtils = bsCon.BSControlsUtils()
bsData = bsCon.BSControlsData()with:
import maya.cmds as cmds
import bs_controls as bsCon
from importlib import reloadreload(bsCon)
bsUtils = bsCon.BSControlsUtils()
bsData = bsCon.BSControlsData()This change fixed the issue for me—hope it helps! 👌
A bit of the reasoing behind it:
In Python 2, the reload() function was built directly into the language, so you could call it without any additional imports. However, in Python 3, it has been removed from the global namespace as part of an effort to streamline the language’s import system. Now, if you need to reload a module, you must import reload explicitly from the importlib module like this:
from importlib import reload
-
NAOKI_OHTA said about 2 months ago:
It worked for maya 2020. Thank you kindly! -
guigui006 said over 1 year ago:
did not work at all ! couldnt load into the program -
Eugenealazar418 said over 1 year ago:
Tree Services Moreno Valley CA provides exceptional care for all your tree needs. Their professional team ensures your trees thrive and flourish, transforming your landscape into a vibrant oasis. Visit their website to discover their extensive range of services and take the first step towards a greener, healthier environment. -
Kingen said over 5 years ago:
This is excellent!! Thank you for your effort -
Joel Anderson said over 5 years ago:
Thanks!
Post a review:
Related Items:
-
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) -
White drone with remote control 3D Model
$8.00 (USD) -
The Rigging Toolbox 2 for Maya 2.0.5 (maya script)
$35.00 (USD) -
Curve Tools for Maya 1.3.0 (maya script)
$25.00 (USD) -
JPose and Animation Tool for Maya 1.2.2 (maya script)
$20.00 (USD) -
"Rapid Rig: Poser" for Maya for Maya 2.0.9 (maya script)
$20.00 (USD)