New extension: Create Objects Between Two Positions#573
New extension: Create Objects Between Two Positions#573github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
|
Hello @User8426, Great extension ! ❤️ • The total objects created between the marks are not the same as the one I pick, for example when I set the total created objects between 2 objects to 100, it will create 101 between them • when I set the total objects to 0, it creates 1 but invisible. I noticed few things that need to be fixed, make sure to read the extension best practices here: • The variables of the extension must follow the best practices, for example • Your description in every parameter should follow Pascal Case, for example: |
|
Thanks for the review, Apologies about the latter two issues, I read on best practices at one point that you shouldn't use private methods or variables so I assumed I shouldn't use __ and I haven't used Pascal Case much. I believe I've fixed all of the issues found in the review in this version. Example - Extension - |
|
This PR is looking dead, I'll close it, feel free to reopen if someone's getting back to it |
Description
This extensions makes it easier for a user to create a line of objects equally spaced apart between either two positions or two objects. Each event has a centered and non-centered version. This allows the user to place the objects by their origin or by their center.
How to use the extension
To use this sprite you can:
Checklist
What tier of review do you aim for your extension?
Reviewed
Example file
Example.zip
Extension file
CreateObjectsBetweenPositions.zip