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/EditorPythonBindings/Code/Source
amzn-mike 969a55170e
Procedural Prefabs: Entity parenting fixes (#4669)
* Parent top level entities to container entity when creating prefab

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Add to_json method to PythonProxyObject to allow serializing any AZ serialializable type

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Update scene_mesh_to_prefab.py to parent entities in a chain

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Remove redundant eval

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Improve error handling in ToJson

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Add maybe_unused for commonRoot since it's not used

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>
4 years ago
..
Platform Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
EditorPythonBindingsModule.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonCommon.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonLogSymbolsComponent.cpp {LYN-2336} Fix: Python Console script help opens empty (#3060) 4 years ago
PythonLogSymbolsComponent.h {LYN-2336} Fix: Python Console script help opens empty (#3060) 4 years ago
PythonMarshalComponent.cpp Gems/EditorPythonBindings 4 years ago
PythonMarshalComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonProxyBus.cpp Fix a minor spelling mistake (#4247) 4 years ago
PythonProxyBus.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonProxyObject.cpp Procedural Prefabs: Entity parenting fixes (#4669) 4 years ago
PythonProxyObject.h Procedural Prefabs: Entity parenting fixes (#4669) 4 years ago
PythonReflectionComponent.cpp Update the FileIO Aliases (#4186) 4 years ago
PythonReflectionComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonSymbolsBus.h {LYN-2336} Fix: Python Console script help opens empty (#3060) 4 years ago
PythonSystemComponent.cpp Update the FileIO Aliases (#4186) 4 years ago
PythonSystemComponent.h PythonProxyNotificationHandler::OnEventGenericHook acquires the Python GIL before executing (#3904) 4 years ago
PythonTypeCasters.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PythonUtility.cpp Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
PythonUtility.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago