Make boolean commands available for release (#6500)
* Make boolean commands available for release Fixes #6499 * Update src/lib/commandBarConfigs/modelingCommandConfig.ts Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> --------- Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
This commit is contained in:
@ -554,7 +554,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
||||
},
|
||||
},
|
||||
'Boolean Subtract': {
|
||||
hide: DEV || IS_NIGHTLY_OR_DEBUG ? undefined : 'both',
|
||||
description: 'Subtract one solid from another.',
|
||||
icon: 'booleanSubtract',
|
||||
needsReview: true,
|
||||
@ -581,7 +580,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
||||
},
|
||||
},
|
||||
'Boolean Union': {
|
||||
hide: DEV || IS_NIGHTLY_OR_DEBUG ? undefined : 'both',
|
||||
description: 'Union multiple solids into a single solid.',
|
||||
icon: 'booleanUnion',
|
||||
needsReview: true,
|
||||
@ -598,8 +596,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
||||
},
|
||||
},
|
||||
'Boolean Intersect': {
|
||||
hide: DEV || IS_NIGHTLY_OR_DEBUG ? undefined : 'both',
|
||||
description: 'Subtract one solid from another.',
|
||||
description: 'Create a solid from the intersection of two solids.',
|
||||
icon: 'booleanIntersect',
|
||||
needsReview: true,
|
||||
args: {
|
||||
|
Reference in New Issue
Block a user