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 |
Bugs (2 reported)
Help make this item even better. Your bug reports are appreciated!
Date | Priority | Title | Status |
---|---|---|---|
04/07/2023 | high | Error: NameError: file C:/Users/REBEL/Documents/maya/2022/prefs/scripts\bs_controlsUI.py line 13: name 'reload' is not define | Pending |
11/15/2021 | medium | bs_controlsUI.py line 13: name 'reload' is not defined | Pending |
Bugs
bs_controlsUI.py line 13: name 'reload' is not defined
Status | pending |
---|---|
Priority | medium |
Date | 11/15/2021 |
Submitted by | |
Thanks!
Comments on this bug:
-
Stuart Trevor said over 3 years ago:
Managed to fudge it :) not sure all of this is necessary:bs_controlsUI.py:
import importlib
shelf button:
importlib.reload(bsCon)import bs_controlsUI
import importlib
importlib.reload(bs_controlsUI)
bsCon = bs_controlsUI.BSControlsUI()
bsCon.bsControlsUI() -
KiFLo said about 3 years ago:
Thank you Stuart this helped a lot!
To further clarify what Stuart wrote:Step 0. Copy "bs_controls.py" and "bs_controlsUI.py" into your Maya scripts directory
Step 1. Navigate to your Maya directory and go to Documents\maya\2022\prefs\scripts folderStep 2. Open the file "bs_controlsUI.py" file with notepadStep 3. Under the line "import bs_controls as bsCon" add a line "import importlib"Step 4. In front of the line "reload(bsCon)" add in "importlib." (The line of code should look like "importlib.reload(bsCon)"Step 5. Save the documentStep 6. Open script editor on bottom right of your mayaStep 7. Press the "+" sign in the middle of the pop up window and click PythonStep 8. Copy and paste the codes:import bs_controlsUI
import importlib
importlib.reload(bs_controlsUI)
bsCon = bs_controlsUI.BSControlsUI()
bsCon.bsControlsUI()Step 9. Highlight the whole code, middle mouse hold, and drag to the shelf of choiceStep 10. Click the new shelf button you created to runTo further explain, the script was written in python 2 language and we need to make it into python 3 language in order to run it. Cheers!
Post a comment:
Report a bug
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)