Ondřej Samohel
Ondřej Samohel
## Problem Maya integration is complex. Main problem with it is that right now most of the code is in one file `hosts/maya/api/lib.py`. This file is ~2700 lines of code...
## Problem When publishing Arnold stand-in with textures for rendering on multiplatform render farm care must be taken with paths to the textures. If you provide absolute path to the...
## Problem When integrator is doing its job it goes through lot of operations - writing to database, copying files, etc. Problem is when something fails. It will leave stuff...
## Trouble with hardlinks on Windows Hardlinks on Windows are more limited than in Linux. If underlaying file system of project share runs on Windows, there is limit of 1023...
## Description When opening or saving file via *Workfiles* tool it would be nice to show user some progress indicator. For example in Harmony, when saving can take a lot...
## Use of *search paths* Sometimes it is needed to specify *search path* - basically root where is something searched recursively. One good example is [Arnold in Maya](https://docs.arnoldrenderer.com/display/A5AFMUG/Search+Path): You can...
## Description UE has the ability to have its python to be called remotely. This would allow us to run all UIs as separete processes that are comunicating with UE....
## Feature We should implement workflow for lens distortion. This is useful for handling camera overscans needed for work with undistorted footage and automation for distortion/undistortion nodes. Advanced workflow can...
## Enhancement Add `author` field to Workfile tool. Currently use system user until user management in v4 is ready. Maybe add option to use ftrack user if ftrack module is...
## Documentation for Resolve > install OpenTimelineIO for 3.6 `%LOCALAPPDATA%\Programs\Python\Python36\python.exe -m pip install git+https://github.com/PixarAnimationStudios/OpenTimelineIO.git@5aa24fbe89d615448876948fe4b4900455c9a3e8` and move built files from `%LOCALAPPDATA%/Programs/Python/Python36/Lib/site-packages/opentimelineio/cxx-libs/bin` and lib to `%LOCALAPPDATA%/Programs/Python/Python36/Lib/site-packages/opentimelineio/` this command is complicated because to...