Refactor: rearrange transform mode functions in a 'TransModeInfo' struct #108467

Merged
Germano Cavalcante merged 1 commits from mano-wii/blender:transform_mode_refactor into main 2023-06-02 14:42:34 +02:00

1 Commits

Author SHA1 Message Date
Germano Cavalcante ad1c6aaddf Refactor: rearrange transform mode functions in a 'TransModeInfo' struct
Bundling the transform mode specific functions into a struct in the
file makes the transform code more readable and easier to add/remove
modes.

Other uncuttable, mode-specific values (like input ) may be included
posteriorly.
2023-06-02 01:18:32 -03:00