CreativeDesigner3D / home_builder_4

This is the home builder add-on that works with Blender 4
GNU General Public License v3.0
28 stars 3 forks source link

feat: Support minute second typed strings #5

Closed silasb closed 4 months ago

silasb commented 7 months ago

Context:

Adding the ability to use minute (') and second (") annotation for typed input when building walls. What I ended up doing is if you don't put a minute or second annotation in you'll default to inches. If you specify just the minute annotation the next digit is considered a second operation and can be unit less.

I also updated the status bar to show the live typed input.

In Imperial mode:

12 -> 12 inches 12' -> 12 feet 12'6 -> 12 feet 6 inches 12'6" -> 12 feet 6 inches 9" -> 9 inches

Doesn't affect metric mode.

CreativeDesigner3D commented 4 months ago

Thanks for this. Sorry it took me so long to review it.