OpenRV
OpenRV copied to clipboard
Open source version of RV, the Sci-Tech award-winning media review and playback software.
### Reduce build log size by removing trivial message ### Linked issues NA ### Summarize your change. Reduce build log size by removing trivial message ### Describe the reason for...
### Update black and lint all python files ### Linked issues N/A ### Summarize your change. Updates black version used in the pre-commit hook from 22.8.0 to 24.8.0, and lints...
### What happened? While configuring using cmake on windows 11. Configuration fails with following error: ``` Using zlib: 1.2.13 Using spdlog: 1.11.0 CMake Error at cmake/macros/rv_stage.cmake:419 (EXECUTE_PROCESS): EXECUTE_PROCESS failed command...
### What happened? I've followed all the recommendations from https://github.com/AcademySoftwareFoundation/OpenRV/blob/main/docs/build_system/config_windows.md and tried to build OpenRV with the snippet below: ```sh export QT_HOME=/d/Software/Dependencies/Qt/5.15.2/msvc2019_64 export WIN_PERL=/d/Software/Strawberry/perl/bin . rvcmds.sh rvbootstrap ``` But it...
### VFX2024 - Add support for Python 3.11.9 ### Linked issues #368 ### Summarize your change. Build Python `3.11.9` for VFX Platform 2024. Upgraded PySide2 to `5.15.11` to support Python...
### Linked issues N/A ### Summarize your change. Added a function that takes advantage of the features added in Windows 10, version 1607 and later (see [this](https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later) documentation). ### Describe...
### Linked issues N/A ### Summarize your change. The Python version included with MacOS Sonoma 14.5 adopted [PEP 668](https://peps.python.org/pep-0668/), which is meant to prevent conflicts between system level Python packages...
### Linked issues N/A ### Summarize your change. This change will allow users to paste text when annotating using `ctrl + v`. ### Describe the reason for the change. This...
### Fix make_python.py on Apple Silicon + Sonoma 14.5 ### Linked issues NA ### Summarize your change. Fix the python3 build by specifying --with-openssl-rpath in addition to --with-openssl. ### Describe...
### VFX2024 - Add support for Boost 1.82 ### Linked issues #366 ### Summarize your change. Add support for Boost 1.82 to follow VFX 2024. ### Describe the reason for...