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

Application Template support #28

Open
Tilix4 opened this issue Jul 23, 2020 · 3 comments
Open

Application Template support #28

Tilix4 opened this issue Jul 23, 2020 · 3 comments

Comments

@Tilix4
Copy link
Contributor

Tilix4 commented Jul 23, 2020

Being able to run tests for a Blender Application Template would be a great feature for your module.

The main issues are:

  • It will require some design changes.
  • The name won't be accurate anymore.
@douglaskastle
Copy link
Member

@Tilix4 Can you explain a little bit more what you mean by this? What is a template in this context and can you give an example of how the flow does not work as it is?

I assume you are referring to this:

https://docs.blender.org/manual/en/latest/advanced/app_templates.html

Is it like a virtual environment?

Names are what we acquire in life as we find our true purpose.

@Tilix4
Copy link
Contributor Author

Tilix4 commented Jul 29, 2020

Hi @douglaskastle!

Sorry for my short message, it wasn't that engaging.

You assume correctly. An application template allows you to extend Blender and fully reshape its UI. It's like an addon but you have a total control over Blender UI.
It's like a virtual environment yes.

It could be nice to have a thing like from .run_blender import run_blender_version_for_app_template_with_pytest_suite as test_app_template in your addon.

Hope this project will find its true purpose.

@Tilix4
Copy link
Contributor Author

Tilix4 commented Aug 20, 2020

I'm currently working on a way to test application templates within your code.

In fact, I'm refactoring some things and doing some python style corrections at the time, will you be interested in me proposing a PR when it'll done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants