Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Support Subfolders for Revit versions #21

Open
johnpierson opened this issue Apr 18, 2024 · 6 comments
Open

Feature Request - Support Subfolders for Revit versions #21

johnpierson opened this issue Apr 18, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@johnpierson
Copy link
Owner

Based on the comment from @staylor0611 on #17

@johnpierson johnpierson added the enhancement New feature or request label Apr 18, 2024
@johnpierson johnpierson self-assigned this Apr 18, 2024
@johnpierson
Copy link
Owner Author

johnpierson commented Apr 18, 2024

So we would have a new structure that looks like this:
image

and inside each folder are the DYNs (tested and working in each Revit version):
image

What is really really cool about this methodology is we can potentially support package management on this free version with this structure. We would essentially require one more folder within the version folders called packages, and when Relay runs, it will set that path as your current package path.

@staylor0611
Copy link

staylor0611 commented Apr 18, 2024

That would be great, if you could work out the menus by version! I wrote a comment about the packages, but after re-reading your last statement, I understand now.

@brencass
Copy link

I would suggest splitting this into packages and Toolbar then into Revit versions.

Just in case any toolbar scripts need to have a folder called packages then things wont get mixed up.

@johnpierson
Copy link
Owner Author

I am leaning towards using something like _packages, which would then be a "reserved" word. I don't want to go too deep into nested folders.

@johnpierson
Copy link
Owner Author

This would also mark a 2.x version of Relay as this is a major change

@staylor0611
Copy link

Completely understandable about the new version. I think by having specific folders named for each version of Revit they are for with a packages subfolder under each, 2021/packages, 2022/packages, etc. That's complex enough to help keep everything separated. Any type of personal customizations above and beyond this, would be icing on the cake.

johnpierson added a commit that referenced this issue Apr 19, 2024
Also closes #20.

With progress toward #17 and #21.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants