Skip to content

Commit ec5b49f

Browse files
add12
add12
1 parent 1941c71 commit ec5b49f

80 files changed

Lines changed: 31452 additions & 538 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

__init__.py

Lines changed: 59 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,63 @@
1010
#
1111
#
1212

13-
from crypto_key import *
14-
from authenticate import *
15-
from security import *
16-
from access_manager import *
17-
from batch import *
18-
from access_rule import *
13+
from prod_context import *
14+
15+
from shot_navigator_wdg import *
16+
17+
from sobject_upload_wdg import *
18+
19+
from asset_filter_wdg import *
20+
from asset_loader_wdg import *
21+
from asset_history_wdg import *
22+
from asset_task_creator_wdg import *
23+
24+
25+
from asset_info_wdg import *
26+
27+
from asset_data_wdg import *
28+
29+
#from version_history_wdg import *
30+
from app_load_wdg import *
31+
from maya_set_wdg import *
32+
from render_wdg import *
33+
34+
#from prod_checkin_wdg import *
35+
from prod_checkin_cbk import *
36+
from sobject_checkin_wdg import *
37+
38+
from shot_instance_adder_wdg import *
39+
from sobject_planner_wdg import *
40+
41+
from frame_info_wdg import *
42+
43+
from texture_wdg import *
44+
from composite_wdg import *
45+
46+
from layout_summary_wdg import *
47+
48+
from sobject_task_wdg import *
49+
from asset_library_wdg import *
50+
51+
52+
from artist_view_wdg import *
53+
from prod_input_wdg import *
54+
from prod_table_element_wdg import *
55+
from version_wdg import *
56+
from prod_wdg import *
57+
from publish_log_wdg import *
58+
59+
from statistics_wdg import *
60+
from approval_manager_wdg import *
61+
from task_manager_wdg import *
62+
from submission_wdg import *
63+
64+
from asset_detail_wdg import *
65+
66+
from camera_info_wdg import *
67+
68+
#from session_wdg import *
69+
from csv_import_wdg import *
70+
71+
1972

__init__.py_prep_Python

Lines changed: 59 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,65 @@
1010
#
1111
#
1212

13-
from crypto_key import *
14-
from authenticate import *
15-
from security import *
16-
from access_manager import *
17-
from batch import *
18-
from access_rule import *
13+
from prod_context import *
14+
15+
from shot_navigator_wdg import *
16+
17+
from sobject_upload_wdg import *
18+
19+
from asset_filter_wdg import *
20+
from asset_loader_wdg import *
21+
from asset_history_wdg import *
22+
from asset_task_creator_wdg import *
23+
24+
25+
from asset_info_wdg import *
26+
27+
from asset_data_wdg import *
28+
29+
#from version_history_wdg import *
30+
from app_load_wdg import *
31+
from maya_set_wdg import *
32+
from render_wdg import *
33+
34+
#from prod_checkin_wdg import *
35+
from prod_checkin_cbk import *
36+
from sobject_checkin_wdg import *
37+
38+
from shot_instance_adder_wdg import *
39+
from sobject_planner_wdg import *
40+
41+
from frame_info_wdg import *
42+
43+
from texture_wdg import *
44+
from composite_wdg import *
45+
46+
from layout_summary_wdg import *
47+
48+
from sobject_task_wdg import *
49+
from asset_library_wdg import *
50+
51+
52+
from artist_view_wdg import *
53+
from prod_input_wdg import *
54+
from prod_table_element_wdg import *
55+
from version_wdg import *
56+
from prod_wdg import *
57+
from publish_log_wdg import *
58+
59+
from statistics_wdg import *
60+
from approval_manager_wdg import *
61+
from task_manager_wdg import *
62+
from submission_wdg import *
63+
64+
from asset_detail_wdg import *
65+
66+
from camera_info_wdg import *
67+
68+
#from session_wdg import *
69+
from csv_import_wdg import *
70+
71+
1972

2073

2174

0 commit comments

Comments
 (0)