Blender Git Commit Log

Git Commits -> Revision 66cdb4d

Revision 66cdb4d by Pablo Dobarro (sculpt-mode-features)
July 8, 2019, 14:15 (GMT)
Blueprint tool: Initial implementation

Work in progress

- Geometry generation code is only for testing the operator. It will triangulate any
generated ngon and the normal calculation can fail.
- Snapping options are not integrated with scene settings
- Gird alignment is forced to global X axis. This can cause problems
with rotated objects.
- The tool only works from object mode. It crashes in other modes.
- Some internal grid default values are not set up properly and can make
the operator crash
- The grid preview is not integrated with the gizmo system, you need to
start the operator in order to see it

Commit Details:

Full Hash: 66cdb4df51d4768f6408564dca033d450170955d
Parent Commit: 0997eff
Lines Changed: +1472, -0

1 Added Path:

/source/blender/editors/object/object_blueprint.c (+1433, -0) (View)

5 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+10, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+24, -0) (Diff)
/source/blender/editors/object/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/object/object_intern.h (+2, -0) (Diff)
/source/blender/editors/object/object_ops.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021