Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

multi-select support / edit multiple brushes along common shared planes #332

Open
radiatoryang opened this issue Sep 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@radiatoryang
Copy link

radiatoryang commented Sep 28, 2021

I don't know how possible / complicated this is, but it'd be a huge help:

Let the user select / edit / adjust multiple brushes as the same time.

In TrenchBroom, this workflow is possible:

  • user selects multiple brushes
  • when adjusting a brush face, it also adjusts any coplanar face (a face with the same plane) in a selected brush
    (see GIF below)

trenchbroom_multi-select-and-edit

  • faces do NOT need to be flush / adjacent / connecting, they just need to share the same plane
  • this is a crucial feature in TrenchBroom, essential for any brush based workflow
  • given floating point imprecision etc. there should probably be some tolerance for detecting similar-ish planes
    • default tolerance: if a face's plane is within ~0.1 meters of the plane origin and ~1 degree of plane normal, treat it as coplanar

current state in Chisel:

  • selecting multiple brushes = no gizmos or handles in 3D view
  • must manually select each brush individually, and resize individually
@LogicalError LogicalError added the enhancement New feature or request label Oct 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants