Commit graph

10043 commits

Author SHA1 Message Date
Petr Kalis
8fe2544d1f SyncServer GUI - Hound 2021-02-12 17:06:28 +01:00
Petr Kalis
d55060d7dd SyncServer GUI - implemented pulling roots from settings
Updated defaults (empty) for Settings
Updated schema for syncserver
Small assorted fixes
2021-02-12 16:42:58 +01:00
Petr Kalis
c8dc7a3fd4 SyncServer GUI - rename publish_site to active_site
publish_site is too specific, active denotes we are syncing from, but also we are publishing too
2021-02-11 17:12:45 +01:00
Petr Kalis
cc58f364b8 SyncServer GUI - added functionality of pausing during upload/download to Gdrive
Triggers error, process need to be reset for now for that repre
2021-02-11 13:36:00 +01:00
Petr Kalis
37b9b23e4b SyncServer GUI - fix - removed unwanted UTC
mongo driver automatically converts local date to UTC, pretty_date works with it fine
2021-02-11 13:04:50 +01:00
Petr Kalis
746b5ba94d SyncServer GUI - fix error view in detail 2021-02-11 12:37:17 +01:00
Petr Kalis
5afa817472 SyncServer GUI - added icons to project list 2021-02-11 12:32:01 +01:00
Petr Kalis
854fece76d SyncServer GUI - modified label for add site 2021-02-11 11:19:25 +01:00
Petr Kalis
64ef286653 SyncServer GUI - added local_drive provider
Added possibility to remove local file(s) for repre or whole project
Updated icons
Update menus
2021-02-10 20:06:46 +01:00
Petr Kalis
d05b25a038 SyncServer GUI - set download to overwrite local file
Overwrite should be default for both upload/download
2021-02-10 11:24:03 +01:00
Petr Kalis
9079c12ed6 SyncServer GUI - fix proper usage of master version 2021-02-10 11:21:20 +01:00
Petr Kalis
77a8cc34bf Fix for master version
Master version document contained files.path with
original version, not pointing to master
2021-02-10 11:12:19 +01:00
Petr Kalis
1d9a9d348e Merge branch 'develop' of github.com:pypeclub/pype into 3.0/sync_server_fixes 2021-02-09 11:54:59 +01:00
Petr Kalis
1c938fc11e SyncServer GUI - updated search in summary model
Added possibility of searching by _id
2021-02-08 13:32:16 +01:00
Petr Kalis
2c7862de99 SyncServer GUI - added some documentation 2021-02-08 12:53:25 +01:00
Petr Kalis
dc436645cf SyncServer GUI - fix - download was broken
Fixed order of arguments in method call
2021-02-05 19:06:33 +01:00
Petr Kalis
4195549ff9 SyncServer GUI - added Pause functionality
Allows pausing on representation, project or server level.
2021-02-05 18:51:55 +01:00
Milan Kolar
048af1621b
Merge pull request #975 from pypeclub/3.0/bugfix/nuke-wrong-frame-offset-in-mov-loader
nuke: wrong frame offset in mov loader
2021-02-05 16:38:22 +01:00
Milan Kolar
109f9e74a9
Merge pull request #987 from pypeclub/feature/maya_alembic_attibutes
Maya: Alembic only set attributes that exists
2021-02-05 15:54:13 +01:00
Milan Kolar
6c8f046494 only use existing attributes in alembic 2021-02-05 15:53:01 +01:00
Milan Kolar
3e5f5024f4
Merge pull request #985 from pypeclub/3.0/bugfix/nuke-publish-exctract-thumb
fix(nuke): missing preset's variable
2021-02-05 15:45:53 +01:00
Jakub Jezek
1a8e925c20
fix(nuke): missing preset's variable 2021-02-05 15:30:03 +01:00
Milan Kolar
f7df392a09
Merge pull request #983 from pypeclub/bugfix/3.0_ftrack_custom_attribute_update
Fix Ftrack custom attribute update
2021-02-05 15:29:06 +01:00
iLLiCiTiT
9882900986 use configuration id instead of configuration key to query custom attribute values 2021-02-05 15:14:40 +01:00
Milan Kolar
d5e6fe27dc
Merge pull request #980 from pypeclub/feature/3.0_get_creator_by_name
Get creator by name fix
2021-02-05 14:56:06 +01:00
iLLiCiTiT
761de7339d do not skip entity changes if does not have any type specific custom attributes 2021-02-05 14:54:15 +01:00
Milan Kolar
9a70742c61 fix pype_root directories for build and env 2021-02-05 10:40:55 +01:00
iLLiCiTiT
23bbca09c4 Maya's reference loader is using get_creator_by_name to be able create new instances 2021-02-04 18:56:23 +01:00
iLLiCiTiT
8795da6ae5 blender's load_layout is using get_creator_by_name to to be able create new instances 2021-02-04 18:55:31 +01:00
iLLiCiTiT
6bdda43a7f implemented get_creator_by_name in pype.lib.avalon_context 2021-02-04 18:54:01 +01:00
Milan Kolar
0de76062df
Merge pull request #958 from pypeclub/3.0/poetry
Pype 3: Use Poetry
2021-02-04 13:17:39 +01:00
Jakub Jezek
c2bbc70bc4
nuke: refactory mov loader 2021-02-04 11:43:40 +01:00
Milan Kolar
48e72b67a0
Merge pull request #974 from pypeclub/feature/ftrack_plugins_in_module
Ftrack plugins in ftrack module
2021-02-04 11:38:31 +01:00
iLLiCiTiT
8d80324044 fixed syntax error in validate_custom_ftrack_attributes plugin 2021-02-04 11:09:57 +01:00
iLLiCiTiT
8b387ded9e changed path to ftrack plugins that ftrack module returns 2021-02-04 11:09:31 +01:00
iLLiCiTiT
62c2dd2232 moved ftrack plugins to ftrack module 2021-02-04 11:09:15 +01:00
Milan Kolar
a1a203d502
Merge pull request #968 from pypeclub/bugfix/3.0_create_project_structure_action
Create project structure action fix multiroot
2021-02-04 10:51:29 +01:00
Milan Kolar
e316c088c5
Merge pull request #973 from pypeclub/bugfix/3.0_ftrack_sync_tasks_update
Fix update of project's tasks on Ftrack sync
2021-02-04 10:51:02 +01:00
iLLiCiTiT
8e4adae3ca do same modification in assets synchronization 2021-02-03 19:48:37 +01:00
iLLiCiTiT
a839430410 fixed tasks changes on project update 2021-02-03 19:48:36 +01:00
Petr Kalis
2aea417e40 SyncServer GUI - added Open in explorer to menu 2021-02-03 19:31:40 +01:00
Petr Kalis
b56e9cfb43 SyncServer GUI - fix - selection kept disappearing 2021-02-03 18:59:27 +01:00
Petr Kalis
a70e1f8a7b SyncServer GUI - added add_site and remove_site as public facing api
app.py contains redundant items in menu for easier testing.
Both will be removed later.
2021-02-03 18:46:16 +01:00
Petr Kalis
e66e661c38 SyncServer GUI - added reset site for whole representation
Updated saving to DB with better approach
2021-02-03 16:19:09 +01:00
iLLiCiTiT
70646a9907 fix existence cehcek and added more debug logs 2021-02-03 15:43:49 +01:00
iLLiCiTiT
e31bd5b75a don't use root keys but their path values 2021-02-03 15:43:40 +01:00
iLLiCiTiT
62479df77c anatomy is created in create_folders and entity is not passed 2021-02-03 15:43:13 +01:00
iLLiCiTiT
c6f9cb7083 crashed action with log traceback 2021-02-03 15:39:07 +01:00
Milan Kolar
35dcbce894 fix hound 2021-02-03 10:11:46 +01:00
Milan Kolar
176a91a3d2 fix pre hook log 2021-02-02 22:54:48 +01:00