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

madcad file format .mc #7

Open
4 tasks
jimy-byerley opened this issue Dec 23, 2023 · 0 comments
Open
4 tasks

madcad file format .mc #7

jimy-byerley opened this issue Dec 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jimy-byerley
Copy link
Owner

jimy-byerley commented Dec 23, 2023

This issue is about creating a file format dedicated to madcad works.

uimadcad's only purpose is to edit a python script generating the models. This issue is not about to change this. However for complex models, it is often useful to do have some persistent caching and to have external ressources. Most of the time requiring to create a directory dedicated to the model.
This issue propose to create a sort of archive format replacing such directory, allowing to save both the script and the resulting objects (meshes and all kind of data).

goals:

  •  cache final and intermediate results to avoid recomputing everything each time uimadcad is opening a file
  •  store external data, like imported models
  •  store the window layout and other file-specific settings
  •  store views and animations
@jimy-byerley jimy-byerley added the enhancement New feature or request label Dec 23, 2023
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

1 participant