masqu3rad3 / tik_manager4

Tik Manager is a Python-based Pipeline and Project Management platform designed for VFX and Animation Projects.
GNU General Public License v3.0
95 stars 7 forks source link

Gaffer variables overwrite #97

Closed ronnyascencio closed 7 months ago

ronnyascencio commented 7 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce loading the project from tik UI

Expected behavior is overwriting my existing defaults variables and this should just overwrite the project name and root directory variable and the frame range is not set acording to the project settings Defined on tik in this case this should be 1001 -1100

DCC Please complete the following information: -Gafferhq 1.4

Desktop (please complete the following information):

tikproject_varaibles gaffer_default_opened

masqu3rad3 commented 7 months ago

Hi, setting the projectRoot and project name totally valid point. This rolled intot the master branch and will be available on next release.

Frame ranges are not validated and forced when opening files deliberately. This is the same behaviour as the other DCCs. The frame ranges has to be checked while publishing. I will look into that (for all DCCs actually)