View Single Post
Old 28th January 2018, 08:59 AM   #6
SpitForty
Junior Member
Member
 
Join Date: Jan 2018
Posts: 24
Default Re: Understanding Scripts

Fantastic ! This is great documentation. For anyone else its "knifecut" as per

$menubar.object.menu add cascade -label "Boolean" -menu $menubar.object.menu.boolean
menu $menubar.object.menu.boolean -tearoff 0
$menubar.object.menu.boolean add command -label "Subtract" -command "ac3d boolean subtract"
$menubar.object.menu.boolean add command -label "Intersect" -command "ac3d boolean intersect"
$menubar.object.menu.boolean add command -label "Union" -command "ac3d boolean union"
$menubar.object.menu.boolean add command -label "Cut Away" -command "ac3d boolean cut"
$menubar.object.menu.boolean add separator
$menubar.object.menu.boolean add command -label "Knife" -command "ac3d boolean knife"
$menubar.object.menu.boolean add command -label "Knife and Cut Away" -command "ac3d boolean knifecut"
SpitForty is offline   Reply With Quote