-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__init__.py_prep_Python
More file actions
74 lines (49 loc) · 1.49 KB
/
__init__.py_prep_Python
File metadata and controls
74 lines (49 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
###########################################################
#
# Copyright (c) 2005, Southpaw Technology
# All Rights Reserved
#
# PROPRIETARY INFORMATION. This software is proprietary to
# Southpaw Technology, and is not to be reproduced, transmitted,
# or disclosed in any way without written permission.
#
#
#
from prod_context import *
from shot_navigator_wdg import *
from sobject_upload_wdg import *
from asset_filter_wdg import *
from asset_loader_wdg import *
from asset_history_wdg import *
from asset_task_creator_wdg import *
from asset_info_wdg import *
from asset_data_wdg import *
#from version_history_wdg import *
from app_load_wdg import *
from maya_set_wdg import *
from render_wdg import *
#from prod_checkin_wdg import *
from prod_checkin_cbk import *
from sobject_checkin_wdg import *
from shot_instance_adder_wdg import *
from sobject_planner_wdg import *
from frame_info_wdg import *
from texture_wdg import *
from composite_wdg import *
from layout_summary_wdg import *
from sobject_task_wdg import *
from asset_library_wdg import *
from artist_view_wdg import *
from prod_input_wdg import *
from prod_table_element_wdg import *
from version_wdg import *
from prod_wdg import *
from publish_log_wdg import *
from statistics_wdg import *
from approval_manager_wdg import *
from task_manager_wdg import *
from submission_wdg import *
from asset_detail_wdg import *
from camera_info_wdg import *
#from session_wdg import *
from csv_import_wdg import *