ayon-core/openpype/tools/project_manager/project_manager
Alexey Bogomolov a4c63c12cf
Add height, width and fps setup to project manager (#5075)
* add width, height and fps setup

* add corresponding ui tweaks

* update docstring

* remove unnecessary fallbacks

* remove print

* hound

* remove whitespace

* revert operations change

* wip commit project update with new data

* formatting

* update the project data correctly

* Update openpype/tools/project_manager/project_manager/widgets.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* show default settings, use spinbox to validate values
add pixel aspec, frame start, frame end

* formatting

* get default anatomy settings properly

* check if singlestep is set

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* not used

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* mindless code copying is evil, removed unnecesary parts

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/tools/project_manager/project_manager/widgets.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/tools/project_manager/project_manager/widgets.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* remove unused import

* use integer or float instead of text

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* import PixmapLabel from 'utils'

* fix spinbox field length for macos

* set aspect decimals to 2

* remove set size policy

* set field growth policy for macos

* add newline

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-06-19 13:15:34 +02:00
..
images added new image and define new color for delete button 2022-01-07 16:34:28 +01:00
__init__.py project manager is using qtpy instead of Qt module 2022-12-13 17:19:06 +01:00
constants.py project manager is using qtpy instead of Qt module 2022-12-13 17:19:06 +01:00
delegates.py add up to 3 decimals precision to the frame rate settings (#4571) 2023-03-08 10:38:23 +01:00
model.py project manager is using qtpy instead of Qt module 2022-12-13 17:19:06 +01:00
multiselection_combobox.py fix work with checkstate constants 2023-01-06 18:51:51 +01:00
style.py project manager is using qtpy instead of Qt module 2022-12-13 17:19:06 +01:00
view.py change minimum frame start/end to '0' (#4719) 2023-03-27 16:06:52 +02:00
widgets.py Add height, width and fps setup to project manager (#5075) 2023-06-19 13:15:34 +02:00
window.py use constants of QMessageBox properly 2023-01-17 16:41:45 +01:00