dan283 / ShapeUp

facial shape management for blender, for FACS based facial rigs
13 stars 0 forks source link

refactor into multi file addon #1

Closed dan283 closed 1 year ago

dan283 commented 1 year ago

Currently in the process of refactoring into a multi file addon for being able to add new features in a more modular fashion.

dan283 commented 1 year ago

Used this structure for now:

ShapeUp
    Extras
        grid_align
    Operators
        build_mimc
        export_shapes
        mesh_operators
        shape_operators
        update_base
        update_shapes
    Utils
        drivers
        mesh_processing
        mesh_selection
        shape_processing
        shape_selection

init helpers ui ui_lists