Commit graph

15 commits

Author SHA1 Message Date
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
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Petr Kalis
640971a49b OP-4181 - modified signature of new_hero_version_doc 2022-10-06 13:40:37 +02:00
Petr Kalis
a9413b1ecf OP-4181 - changed legacy way to update database
Operations used instead.
2022-10-05 13:50:27 +02:00
Jakub Trllo
519f808867 moved 'create_project' to client operations 2022-08-31 15:02:55 +02:00
Jakub Trllo
88d9148116 added creation of new thumbnail document into operations 2022-08-29 13:32:12 +02:00
Jakub Trllo
2ded3136c7 moved project name regex to client operations and use it from there 2022-08-23 17:47:04 +02:00
Jakub Trllo
0d8ab1c17e fix unsetting of value 2022-08-23 15:35:35 +02:00
Jakub Trllo
48c94ea22b added operations for workfile info 2022-08-09 12:29:30 +02:00
Jakub Trllo
e014deb411 small variable name changes 2022-08-05 12:20:22 +02:00
Jakub Trllo
7de3d76075 removed unused import 2022-08-01 12:46:44 +02:00
Jakub Trllo
23866fee29 added some docstrings 2022-08-01 12:43:27 +02:00
Jakub Trllo
f39623d991 added helper functions to create new documents 2022-07-29 19:22:14 +02:00
Jakub Trllo
cc5abb1514 few minor modifications and changes 2022-07-29 19:20:47 +02:00
Jakub Trllo
c429a41188 added initial variant of operations 2022-07-29 18:12:43 +02:00