Closed iLLiCiTiT closed 10 months ago
Goal of this PR is to simplify dev mode of ftrack addon client code, so the changes are related only to client code.
ftrack_common
common
version.py
With these changes it should be possible to point dev path directly to ./client/ folder for dev mode.
./client/
Description
Goal of this PR is to simplify dev mode of ftrack addon client code, so the changes are related only to client code.
ftrack_common
was moved to client code ascommon
-> all places using it were changed to expect this change.version.py
-> the file is overriden on create package to make sure version from rootversion.py
is usedWith these changes it should be possible to point dev path directly to
./client/
folder for dev mode.