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
|
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 |
|
Jakub Trllo
|
1422440726
|
make main class 'Logger' and keep 'PypeLogger' with commented deprecation log
|
2022-07-26 11:58:35 +02:00 |
|
Jakub Trllo
|
09001afa22
|
reduced 'Pype' from class names in logger
|
2022-07-26 11:57:36 +02:00 |
|
Jakub Trllo
|
31a3911d4e
|
move functions from openpype.lib.config to openpype.lib.dateutils
|
2022-07-26 11:48:24 +02:00 |
|
Jakub Trllo
|
297aaa6ee1
|
removed unused function 'timeit' from log lib
|
2022-07-26 11:41:15 +02:00 |
|
Jakub Trllo
|
2823cc2d15
|
removed unused git progress
|
2022-07-26 11:40:02 +02:00 |
|
Jakub Trllo
|
33464794be
|
Merge branch 'develop' into feature/OP-3593_Move-load-functions-into-pipeline
|
2022-07-25 10:35:33 +02:00 |
|
Milan Kolar
|
83139c4e48
|
Merge pull request #3522 from pypeclub/feature/OP-3592_Get-current-context-document-functions
|
2022-07-22 15:24:04 +02:00 |
|
Milan Kolar
|
152066ca4c
|
Merge pull request #3530 from pypeclub/feature/refactor_integrator
|
2022-07-22 15:06:32 +02:00 |
|
Jakub Trllo
|
d232ad4f41
|
Merge branch 'develop' into feature/OP-3593_Move-load-functions-into-pipeline
|
2022-07-20 16:25:56 +02:00 |
|
Jakub Trllo
|
ab34b6f1cf
|
use normalized 'TemplateResult' output in 'get_workdir_with_workdir_data'
|
2022-07-20 10:12:56 +02:00 |
|
Jakub Trllo
|
5963066a7e
|
TemplateResult has 'normalized' method
|
2022-07-20 10:11:56 +02:00 |
|
Jakub Trllo
|
37a02fe8e1
|
'get_workdir_with_workdir_data' returns 'TemplateResult'
|
2022-07-20 09:48:21 +02:00 |
|
Jakub Trllo
|
fca8030092
|
normalize path from get_workdir where needed
|
2022-07-20 09:47:54 +02:00 |
|
Milan Kolar
|
e7aa1dc615
|
Merge pull request #3502 from pypeclub/feature/add_pack_upack_convenience_scripts
|
2022-07-18 17:27:50 +02:00 |
|
Jakub Trllo
|
d4a29c39aa
|
added deprecation warning to functions
|
2022-07-18 11:40:48 +02:00 |
|
Jakub Trllo
|
dc6b02c234
|
mongo.py in openpype.lib is reusing functionality from openpype.client for backwards compatibility
|
2022-07-18 11:20:49 +02:00 |
|
Jakub Trllo
|
308d9e9c49
|
use 'OpenPypeMongoConnection' from 'openpype.client'
|
2022-07-18 11:20:14 +02:00 |
|
Jakub Trllo
|
1a61bd03e0
|
marked 'get_latest_version' as deprecated
|
2022-07-15 18:12:39 +02:00 |
|
Jakub Trllo
|
c8d18dafa1
|
'is_latest' moved to pipeline as 'is_representation_from_latest'
|
2022-07-15 17:46:21 +02:00 |
|
Jakub Trllo
|
f3b628843b
|
marked 'any_outdated' in 'openpype.lib' as deprecated
|
2022-07-15 17:06:35 +02:00 |
|
Jakub Trllo
|
35bd841939
|
marked 'get_asset' as deprecated
|
2022-07-15 15:31:51 +02:00 |
|
Jakub Trllo
|
7729d53921
|
files item can have custom extensions label
|
2022-07-14 14:34:50 +02:00 |
|
Milan Kolar
|
f2ce00068b
|
Merge pull request #2898 from BigRoy/refactor_integrator
|
2022-07-13 16:23:14 +02:00 |
|
Milan Kolar
|
60940c0af6
|
fix forgotten variables
|
2022-07-13 09:19:34 +02:00 |
|
Jakub Trllo
|
018896f923
|
added docstrings
|
2022-07-12 18:28:03 +02:00 |
|
Jakub Trllo
|
8ab6b41db5
|
simplified global event emit
|
2022-07-12 17:34:51 +02:00 |
|
Jakub Trllo
|
8a951ee60f
|
removed GlobalEvent
|
2022-07-12 17:27:47 +02:00 |
|
Jakub Trllo
|
793165578b
|
Merge branch 'develop' into feature/event_system
|
2022-07-12 17:24:31 +02:00 |
|
Jakub Trllo
|
e58d83e530
|
Merge pull request #3485 from pypeclub/bugfix/macos_plist_read
General: Fix Plist loading for application launch
|
2022-07-12 17:23:21 +02:00 |
|
Jakub Trllo
|
db79c1b282
|
Merge pull request #3442 from pypeclub/feature/OP-3499_Move-publish-render-abstractions
General: Move publish plugin and publish render abstractions
|
2022-07-12 12:15:29 +02:00 |
|
Jakub Trllo
|
620060b7d6
|
use plist.load as plist.readPlist is deprecated
|
2022-07-11 18:19:27 +02:00 |
|
Roy Nieterau
|
b5e0b3b96f
|
Merge remote-tracking branch 'upstream/develop' into refactor_integrator
# Conflicts:
# openpype/plugins/publish/integrate_new.py
|
2022-07-05 09:18:55 +02:00 |
|
Jakub Trllo
|
1395c743d6
|
Merge branch 'develop' into feature/OP-3499_Move-publish-render-abstractions
|
2022-07-04 16:56:11 +02:00 |
|
Jakub Trllo
|
eb352d0958
|
fix 'hero' kwargs
|
2022-07-04 16:51:54 +02:00 |
|
Jakub Trllo
|
24305ca803
|
Merge branch 'develop' into feature/OP-3506_Use-query-functions-in-openpype-lib
|
2022-07-04 16:51:07 +02:00 |
|
Jakub Trllo
|
a2b8df6964
|
normalize when workdir is received from session
|
2022-06-30 18:04:45 +02:00 |
|
Jakub Trllo
|
3bf3c0bab4
|
modified anatomy imports in lib itself
|
2022-06-30 17:56:54 +02:00 |
|
Jakub Trllo
|
728bfd6571
|
normalize workdir
|
2022-06-30 17:56:30 +02:00 |
|
Jakub Trllo
|
49cb5a3e16
|
hound fixes
|
2022-06-30 17:28:22 +02:00 |
|
Jakub Trllo
|
2296a56118
|
fix anatomy import
|
2022-06-30 16:56:15 +02:00 |
|
Jakub Trllo
|
ac3f4d5a85
|
Merge branch 'develop' into feature/OP-3506_Use-query-functions-in-openpype-lib
|
2022-06-30 16:55:52 +02:00 |
|
Jakub Trllo
|
720aba7c44
|
modified usdlib to use query functions and use anatomy for formatting
|
2022-06-30 16:53:24 +02:00 |
|
Jakub Trllo
|
eed6acd53c
|
use query function in plugin tools
|
2022-06-30 16:50:36 +02:00 |
|