Boolean Box
BooleanBox is a little tool that allows booleans modeling with a real time topology actualization. It can be also used as an automatic retopology tool.
Simply choose LiveRemesh, and/or LiveRetopo and perform the desire boolean operation.
Boolean Box is working on Maya 2017, 2018, 2019, 2020.
Since the update with maya 2022 using python 3, the script no longer works with the 2022 version and higher. Except with a workaround I can share if you mail me
The Installation Process
- Drag and drop its content into your script directory :
- C:\Users\<Username>\Documents\maya\<yourversion>\scripts
- Call the script in Maya with the following python command line :
- from Booleanbox import *
- BooleanBoxToolInit().BooleanBoxToolUi()
- BooleanBox is working from Maya 2018 and higher version
Boolean Box
Boolean Box
BooleanBox is a little tool that allows booleans modeling with a real time topology actualization. It can be also used as an automatic retopology tool.
Simply choose LiveRemesh, and/or LiveRetopo and perform the desire boolean operation.
Boolean Box is working on Maya 2017, 2018, 2019, 2020.
Since the update with maya 2022 using python 3, the script no longer works with the 2022 version and higher. Except with a workaround I can share if you mail me
The Installation Process
- Drag and drop its content into your script directory :
- C:\Users\<Username>\Documents\maya\<yourversion>\scripts
- Call the script in Maya with the following python command line :
- from Booleanbox import *
- BooleanBoxToolInit().BooleanBoxToolUi()
- BooleanBox is working from Maya 2018 and higher version