Rename and update dialogue-related functions and types in App.tsx and transform-session.ts
This commit is contained in:
@@ -994,6 +994,10 @@ function createBrushTransformTarget(
|
||||
brushId: brush.id,
|
||||
brushKind: brush.kind,
|
||||
sideCount: brush.kind === "radialPrism" ? brush.sideCount : undefined,
|
||||
majorSegmentCount:
|
||||
brush.kind === "torus" ? brush.majorSegmentCount : undefined,
|
||||
tubeSegmentCount:
|
||||
brush.kind === "torus" ? brush.tubeSegmentCount : undefined,
|
||||
initialCenter: cloneVec3(brush.center),
|
||||
initialRotationDegrees: cloneVec3(brush.rotationDegrees),
|
||||
initialSize: cloneVec3(brush.size),
|
||||
|
||||
Reference in New Issue
Block a user