Jakub Trllo

Results 238 comments of Jakub Trllo

I'm not sure if multiprocessing does work (and is available) in all pythons, but this exact change can be done with just threading (which is in all pythons).

Still relevant, But not sure if really relevant for ayon-ftrack, as he can't affect it. It happened in other addons (I think maya and nuke did it).

## Mongo modification abilities - `pymongo` can use (and internally is using) operations that are sent to mongo in bulks - it is possible to store operations into list and...

Closing this issue for now. It is still relevant, but at this moment ayon-core is not first class citizen.

It is possible to use environment variables, but it is not possible to use user's home directory (`~/`).

In that case it is not issue for ayon-core but for ayon-applications addon.

> But this syntax {ENV_VAR} seems to be an AYON syntax, it is not standard $ENV_VAR. Allowing this syntax would be handy. It is "Python" syntax, that is same for...

It means the workfile did exists. In case of remote artists it can be because it does not exist on your machine. But the UX can be improved to visually...

We have to track workfiles in AYON server for various reasons, for example to be able to launch application directly from launcher UI. So we most probably will keep it...

Accidentally marked as resolved in PR that fixed different issue