You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 forPart::FeaturePython
etc.Extensions could:
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?
The text was updated successfully, but these errors were encountered: