Replies: 1 comment
-
None here. My expectation is that it will continue to change until there is a robust UI in blender for full CRUD operations. I have no exceptions to the way you have things laid out in the table. Maybe one suggestion since you're refactoring anyway is that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discussing with @Moult @civilx64 @DesertSpringsCivil about refactoring alignment api into the preferred format on the saikei branch - I see there has been some minor refactoring already. I have some time so I could do a semi-heavy lift and do the desired refactoring.
Just so I'm clear, all of the alignment creation/authoring functions belong under api/alignment in their own py files. All of the interrogation (get) functions belong under util and all go into the one and only alignment.py file. Is this correct?
Test cases follow the same structure in test/api/alignment and test/util?
Any concerns with making breaking changes? I don't have any - all my code that use the alignment api are trivial and can be easily fixed.
The proposed changes are tabulated below.
Also @Moult why did you make _create_geometric_representation public? Is further refactoring required?
Beta Was this translation helpful? Give feedback.
All reactions