eoyilmaz / anima

VFX & Animation Pipeline Library
MIT License
137 stars 27 forks source link

Question about project dialog #13

Closed tws0002 closed 6 years ago

tws0002 commented 7 years ago

Not sure is this normal when the 1st time I launch project_dialog.UI(). because type, image format, repository, and structure are empty. should we set anything to config.py in order to have the default setting before launch project_dialog.UI()? project_dialog

eoyilmaz commented 7 years ago

No, no need to set anything in the config.py. Just enter something for the Type field like "Commercial", and for the ImageFormat, Repository and Structure fields you can use the "New.." button to create new instances.

tws0002 commented 7 years ago

I don't understand how does the structure work!! howtocreateprjstructure in the Create Structure dialog, there is 2 column one is Templates from DB and another is Selected Templates. which means I need to create a studio project template structure save it to DB in order to display in the Templates From DB column? (if yes how can I create a template project structure?) or there is a default template I can straight away use to kickstart a project?

I have tried using Version Creator to create project structure, but seems like nothing create after I do this step!! vc_createprjstructure

eoyilmaz commented 7 years ago

Oh yes it is not very clear in the UI :) but you can right click on to the "Templates From DB" field and choose "Create FilenameTemplate..." to create a new FilenameTemplate. I should've added a tooltip for that.

eoyilmaz commented 7 years ago

Ok I've created the Tooltips for the fields...