NVil Forum

General Category => Community Help => Topic started by: yolao on July 31, 2017, 11:59:24 pm

Title: Direct Boolean Operation with a Hotkey?
Post by: yolao on July 31, 2017, 11:59:24 pm
Hi

I wanted to know if there is a way to set a hotkey to directly calls a Boolean command with out any other step?..., so select a mesh, shift select the other mesh and then with a hotkey execute a Boolean subtract or a Boolean intersect.., etc.

Thanks
Title: Re: Direct Boolean Operation with a Hotkey?
Post by: IStonia on August 01, 2017, 09:57:08 am
There is a special parameter function tool
P_Boolean(*)

You can set it up by using composite tool for your subtract/intersect purpose. Then hotkey the composite tool.
Title: Re: Direct Boolean Operation with a Hotkey?
Post by: yolao on August 02, 2017, 04:51:08 pm
Great, thanks ;)