Modeling Box - Free Maya Script
This dockable script for maya is just basic functions I gathered together to speed up my modeling tasks.
Modeling Box v 1.0.2 has been updated ! It is now working for Maya version 2017 to 2023+!
if you have any feedback or bug reports mail me at : [email protected]
Installation:
Extract ModelingBox_v102.7z and copy the contained files to C:/<username>/Documents/maya/<version>/scripts
So that the files look like this :
C:/Users/<username>/Documents/maya/<version>/scripts/ModelingBox_v102/icons
C:/Users/<username>/Documents/maya/<version>/scripts/ModelingBox_v102/__init__.py
C:/Users/<username>/Documents/maya/<version>/scripts/ModelingBox_v102/ModelingBox.py
Then to make a button in your shelf editor :
1/ Copy and paste these lines in the maya script editor :
from ModelingBox_v102 import ModelingBox
ModelingBox.modelingbox_system().ModelingboxUi()
2/ Select them both and with the middle mouse button clicked, drag and drop them on your shelf.
3/ Then right-click the new icon and click on "open"
4/ In the line starting with "Icon Name" you can click on the file icon and so another window open
5/ At the bottom of the new opened window paste this : C:/Users/Mick/Documents/maya/2022/scripts/Model
Modeling Box - Free Maya Script
Modeling Box - Free Maya Script
This dockable script for maya is just basic functions I gathered together to speed up my modeling tasks.
Modeling Box v 1.0.2 has been updated ! It is now working for Maya version 2017 to 2023+!
if you have any feedback or bug reports mail me at : [email protected]
Installation:
Extract ModelingBox_v102.7z and copy the contained files to C:/<username>/Documents/maya/<version>/scripts
So that the files look like this :
C:/Users/<username>/Documents/maya/<version>/scripts/ModelingBox_v102/icons
C:/Users/<username>/Documents/maya/<version>/scripts/ModelingBox_v102/__init__.py
C:/Users/<username>/Documents/maya/<version>/scripts/ModelingBox_v102/ModelingBox.py
Then to make a button in your shelf editor :
1/ Copy and paste these lines in the maya script editor :
from ModelingBox_v102 import ModelingBox
ModelingBox.modelingbox_system().ModelingboxUi()
2/ Select them both and with the middle mouse button clicked, drag and drop them on your shelf.
3/ Then right-click the new icon and click on "open"
4/ In the line starting with "Icon Name" you can click on the file icon and so another window open
5/ At the bottom of the new opened window paste this : C:/Users/Mick/Documents/maya/2022/scripts/Model