jayanam / fast-carve

Hardsurface utility Blender addon for fast boolean and bevel operations (it's now JMesh tools : https://github.com/jayanam/jmesh-tools)
https://www.youtube.com/watch?v=Con5uMDwRQ0&list=PLboXykqtm8dxZxhA1P-iyy_vpis04Hyem
GNU General Public License v3.0
488 stars 53 forks source link

New feature: Let user draw primitive in 3D space (rather than on a surface) #52

Open raindropsfromsky opened 5 years ago

raindropsfromsky commented 5 years ago

The primitive is like graffiti on a wall: We need a surface on which to draw.

Thus we have to create a dummy shape first just so that we can add more complex shapes with FastCarve.

This is not intuitive. Let the user create new objects without having a base object.

FastCarve should be able to draw a shape in 3D space. We can press x, y or z to flip the plane on which the primitive is being drawn. (This feature is there in SketchUp).

This may look trivial, but if we can draw more complex primitives (e.g. with Bezier curves: see suggestion #12), then this would become extremely powerful tool to create new complex shapes.

jayanam commented 4 years ago

Agree on that, will have a look.