Jump to content

upper and lower case problem. "beetlecar" instead of "beetleCar"


Tuan Doan

Recommended Posts

The folder was create by ftrack-connect is auto lower case everything. 
For example, on ftrackapp webpage, I create a folder name's "beetleCar", but ftrack-connect create a "beetlecar".
beetleCar vs beetlecar

Is there anyway to keep the format we want? (beetleCar)
 

Link to comment
Share on other sites

Hi Tuan, 
Ftrack default (storage scenario / default structure) file system structure is sanitised in order to work in mixed operating system environment. 
here where does happen: 

https://bitbucket.org/ftrack/ftrack-python-api/src/c2fcbca6f8a957a423f6bc2f2bde768a0d8e50b6/source/ftrack_api/structure/standard.py#lines-126

The best solution you have to get this as you like, would be to create a custom location + structure.

If you want to dig deeper on how to create custom location (and structure), have a look in here :
http://ftrack-python-api.rtd.ftrack.com/en/stable/locations/overview.html?highlight=structure
http://ftrack-python-api.rtd.ftrack.com/en/stable/locations/tutorial.html

Hope it helps !

L.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...