Jakub Trllo
|
9c86a2a879
|
Merge pull request #3713 from pypeclub/feature/OP-3789_Remove-constants-from-avalon_context
General: Move constants from lib to client
|
2022-08-24 11:13:49 +02:00 |
|
Jakub Trllo
|
38e907d4ea
|
removed unused import and added deprecation comment
|
2022-08-23 17:48:43 +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
|
bc7aa718ad
|
use current schemas from client
|
2022-08-23 17:45:49 +02:00 |
|
Jakub Trllo
|
867f91d9f4
|
removed unused import
|
2022-08-22 14:42:52 +02:00 |
|
Jakub Trllo
|
d74eb5961e
|
fix typo
|
2022-08-22 14:42:45 +02:00 |
|
Jakub Trllo
|
38d2233b3f
|
added or modified removement version in Deprecated category of deprecated functions
|
2022-08-22 14:37:14 +02:00 |
|
Jakub Trllo
|
6257fcb777
|
marked 'compute_session_changes' and 'update_current_task' as deprecated in openpype.lib
|
2022-08-22 14:34:43 +02:00 |
|
Jakub Trllo
|
93c9fb2309
|
Merge pull request #3578 from pypeclub/feature/maya-build-from-template
Maya: Build workfile by template
|
2022-08-18 10:36:39 +02:00 |
|
Jakub Trllo
|
9694a7692b
|
Merge pull request #3647 from pypeclub/feature/OP-3314_Hosts-as-Addons-step-1
Maya: Hosts as modules
|
2022-08-17 15:09:24 +02:00 |
|
iLLiCiTiT
|
5a0b987418
|
Merge branch 'develop' into feature/maya-build-from-template
|
2022-08-12 20:26:40 +02:00 |
|
Jakub Trllo
|
e95c58e7b0
|
Merge pull request #3637 from pypeclub/feature/OP-3646_Move-workfiles-functions-into-pipeline
General: Move workfiles functions into pipeline
|
2022-08-12 20:07:20 +02:00 |
|
Jakub Trllo
|
041c676f2c
|
Merge branch 'develop' into feature/maya-build-from-template
|
2022-08-11 17:34:10 +02:00 |
|
Jakub Trllo
|
7d304d0f86
|
host module can define workfile extensions
|
2022-08-11 13:39:32 +02:00 |
|
Jakub Trllo
|
58af54c443
|
let host module add it's prelaunch hooks and don't guess it
|
2022-08-11 13:33:35 +02:00 |
|
Jakub Trllo
|
32176ba234
|
modules does not have to inherit from ILaunchHookPaths and application is passed to 'collect_launch_hook_paths
|
2022-08-11 13:29:06 +02:00 |
|
Jakub Trllo
|
88be040598
|
modev 'add_implementation_envs' to maya module and application knows that it should look there
|
2022-08-11 12:43:50 +02:00 |
|
Jakub Trllo
|
77d78aadf9
|
mark 'change_timer_to_current_context' in 'openpype.lib' as deprecated
|
2022-08-09 18:19:38 +02:00 |
|
Jakub Trllo
|
fbe1a773c0
|
marked functions in avalon context as deprecated
|
2022-08-09 16:17:39 +02:00 |
|
Jakub Trllo
|
01d87ba032
|
moved build workfile to 'openpype.pipeline.workfile'
|
2022-08-09 15:10:45 +02:00 |
|
Jakub Trllo
|
bf463afc41
|
moved 'get_workdir_from_session' to context tools
|
2022-08-09 13:50:16 +02:00 |
|
Jakub Trllo
|
02007784fa
|
moved 'get_last_workfile_with_version' and 'get_last_workfile' to 'openpype.pipeline.workfile'
|
2022-08-09 12:56:50 +02:00 |
|
Jakub Trllo
|
b89e99e890
|
change imports of 'get_workfile_template_key', 'get_workfile_template_key_from_context' and 'get_workdir_with_workdir_data' and 'get_workdir' in code
|
2022-08-09 12:47:29 +02:00 |
|
Jakub Trllo
|
c64578684d
|
marked create and update workfile doc functions as deprecated
|
2022-08-09 12:31:26 +02:00 |
|
Jakub Trllo
|
fabec0819b
|
maked moved functions as deprecated
|
2022-08-09 11:19:29 +02:00 |
|
Jakub Trllo
|
3ffa995ed6
|
Merge pull request #3623 from pypeclub/feature/OP-3679_Plugin-settings-handled-by-plugins
General: Plugin settings handled by plugins
|
2022-08-05 18:26:59 +02:00 |
|
Jakub Trllo
|
08a9cb2073
|
fix typo
|
2022-08-05 10:08:07 +02:00 |
|
Petr Kalis
|
1a9d912450
|
Merge pull request #3619 from pypeclub/feature/OP-3698_Timeout-for-WP-PS-job
Webpublisher: timeout for PS studio processing
|
2022-08-04 18:21:11 +02:00 |
|
Petr Kalis
|
f6899fad62
|
OP-3698 - updated docstring
Removed raise, already in function
Added default to 1 hour
|
2022-08-04 15:42:54 +02:00 |
|
Petr Kalis
|
c05f893333
|
OP-3698 - implemented timout or Webpublisher's PS processing
|
2022-08-04 15:36:16 +02:00 |
|
Jakub Trllo
|
d5a6ef475f
|
Merge pull request #3615 from pypeclub/feature/OP-3473_Leaving-comment-with-publishing
Ftrack: Comment template can contain optional keys
|
2022-08-04 14:29:12 +02:00 |
|
Jakub Trllo
|
a221a5fc14
|
Merge branch 'develop' into feature/maya-build-from-template
|
2022-08-04 10:37:58 +02:00 |
|
Jakub Trllo
|
8f5360d9d5
|
added ability to keep '<>' without formatting content unchanged
|
2022-08-03 18:28:40 +02:00 |
|
Jakub Trllo
|
59463a3457
|
add new function to determine fps value
|
2022-08-03 16:54:53 +02:00 |
|
Jakub Trllo
|
cf42e8fa44
|
mark functions in openpype.lib as deprecated
|
2022-08-01 14:15:26 +02:00 |
|
Jakub Trllo
|
3333057c4a
|
Merge branch 'develop' into feature/maya-build-from-template
|
2022-07-29 16:02:19 +02:00 |
|
Jakub Trllo
|
ee374b1295
|
Merge pull request #3574 from pypeclub/feature/OP-3647_Separate-extraction-of-template-data-into-more-functions
General: Separate extraction of template data into more functions
|
2022-07-28 11:53:13 +02:00 |
|
Jakub Trllo
|
830e79ca17
|
Merge pull request #3571 from pypeclub/feature/lib_cleanup
General: Lib cleanup
|
2022-07-27 10:50:33 +02:00 |
|
Jakub Trllo
|
fe38df50bf
|
removed 'get_loaders_by_name' from openpype lib init file
|
2022-07-27 10:26:18 +02:00 |
|
Jakub Trllo
|
764207d033
|
fix missing import 'get_loaders_by_name'
|
2022-07-27 10:25:04 +02:00 |
|
Jakub Trllo
|
9b4b44ef3b
|
moved build template code into workfile
|
2022-07-27 10:17:26 +02:00 |
|
Jakub Trllo
|
b2b6ffe0e4
|
updated 'collect_last_version_repres' with latest develop
|
2022-07-27 10:13:56 +02:00 |
|
Jakub Trllo
|
b1f2831868
|
moved 'get_loaders_by_name' to load utils
|
2022-07-27 10:12:04 +02:00 |
|
Jakub Trllo
|
b5fb016331
|
moved abstract template loader into openpype/pipeline/workfile
|
2022-07-27 10:10:08 +02:00 |
|
Jakub Trllo
|
84982f5d74
|
Merge branch 'develop' into feature/maya-build-from-template
# Conflicts:
# openpype/lib/avalon_context.py
|
2022-07-27 10:04:57 +02:00 |
|
Jakub Trllo
|
9f9ac018bd
|
use new functions instead of 'get_workdir_data'
|
2022-07-26 17:23:12 +02:00 |
|
Jakub Trllo
|
3561454a5f
|
removed unused imports
|
2022-07-26 16:48:41 +02:00 |
|
Jakub Trllo
|
f120f22c71
|
Added information about removement to docstrings of deprecated functions
|
2022-07-26 16:48:13 +02:00 |
|
Jakub Trllo
|
5c6b47e503
|
mark functions in lib as deprecated and re-use functions from openpype.pipeline
|
2022-07-26 16:47:11 +02:00 |
|
Jakub Trllo
|
c05a510281
|
Merge pull request #3531 from pypeclub/feature/OP-3595_Mongo-core-connection-in-client
General: Mongo core connection moved to client
|
2022-07-26 13:00:15 +02:00 |
|