You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/AWSCore/Code/Tools/ResourceMappingTool/model
Vincent Liu a4e1abf6df
[LYN-2470] Integrate resource mapping tool with engine python environment (#17)
1. Add support to use engine python runtime environment. Ideally we should use project executable directory which contains required qt binaries after build. But currently Qt plugins are not put under proper subdirectory which causes huge overhead of loading plugin binaries (see details in this jira https://jira.agscollab.com/browse/LYN-2669 ). The temporary solution is to use AWSCore.Editor target to create a subdirectory for our use case.   
2. **Minor Fix** After migrating to engine python environment, see boto3 warning while using debug mode, seems like a existing issue for a long time https://github.com/boto/boto3/issues/454. Register a after call event to close connection   
3. **Minor Fix** After migrating to engine python environment, see Qt multithread warning while using debug mode, change direct setter function call to qt signal
5 years ago
..
__init__.py Set scripts to be executable 5 years ago
basic_resource_attributes.py Set scripts to be executable 5 years ago
configuration.py Set scripts to be executable 5 years ago
constants.py Set scripts to be executable 5 years ago
error_messages.py Set scripts to be executable 5 years ago
notification_label_text.py [LYN-2470] Integrate resource mapping tool with engine python environment (#17) 5 years ago
resource_abstract_model.py Set scripts to be executable 5 years ago
resource_mapping_attributes.py Set scripts to be executable 5 years ago
resource_proxy_model.py Set scripts to be executable 5 years ago
resource_table_model.py Integrating up through commit 90f050496 5 years ago
resource_tree_model.py Set scripts to be executable 5 years ago
view_size_constants.py [LYN-2470] Integrate resource mapping tool with engine python environment (#17) 5 years ago