Hi Team,
I made some change at the R38 repository structure.
The old code R37 for the entity command .. is moved in a new folder
called oldGeneric .
The ...kernel.commands.py file is now a Pakage colled Command
so now the new stracture is:
PythonCAD/Generic
PythonCAD/Generic/Kernel
PythonCAD/Generic/Kernel/Command
PythonCAD/Generic/Kernel/Entity
PythonCAD/Generic/OldGeneric
PythonCAD/Generic/OldGeneric/Tools
No change are required in your code if you are using the Application api
interface.
Regards,
Matteo
|