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

Allow extensions to extend the schema #640

Open
martinRenou opened this issue Dec 5, 2024 · 0 comments
Open

Allow extensions to extend the schema #640

martinRenou opened this issue Dec 5, 2024 · 0 comments
Milestone

Comments

@martinRenou
Copy link
Member

Now that jupytercad-freecad is not in core anymore, the cleanest approach to support all object types from FreeCAD would be to allow it to extend the schema. That way we could add support for Part::FeaturePython etc.

Extensions could:

  • add new properties to existing objects
  • add new objects definitions
  • modify existing properties?
  • extends file metadata

We would then need to save in the file the needed extensions for the file to load. e.g. something like the name of Python modules?

"extensions": [
  "jupytercad_freecad",
  "jupytercad_openvsp"
]
@martinRenou martinRenou added this to the 4.0.0 milestone Dec 5, 2024
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

No branches or pull requests

1 participant