News:

 

Topic: Direct Boolean Operation with a Hotkey?  (Read 1564 times)

0 Members and 1 Guest are viewing this topic.

  • No avatar
  • Posts: 49
  • Vertex
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
« Last Edit: August 01, 2017, 12:03:43 am by yolao »

  • No avatar
  • Posts: 3705
  • Developer
  • Administrator
  • Polygon
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.

  • No avatar
  • Posts: 49
  • Vertex
August 02, 2017, 04:51:08 pm
Great, thanks ;)