Commit Graph

7 Commits

Author SHA1 Message Date
amzn-mike ca94c59e28 Switch FbxImportRequestHandler to inherit from AZ::Component instead of BehaviorComponent
Previously FbxImportRequestHandler used to be activated as part of DllMain init and never had CreateDescriptor called, which meant reflect was not called.  BehaviorComponents get created and Activated as part of special SceneCore logic.  Since this component now needs to be activated as part of the normal flow, reflecting it caused it to be picked up by the SceneCore activate logic, causing it to be created/activated twice
2021-05-19 23:22:44 -05:00
amzn-mike ee4e9af465 Rename AssetImporterSettings to SceneImporterSettings 2021-05-17 08:27:04 -05:00
amzn-mike b7891f4fb6 Code cleanup 2021-05-13 18:43:51 -05:00
amzn-mike 2b538c9921 Switch to using settings registry
# Conflicts:
#	Assets/Engine/Registry/assetimporter.setreg
2021-05-13 11:38:44 -05:00
amzn-mike f478340376 Data driven asset importer. Need to fix reflection 2021-05-13 11:33:33 -05:00
Chris Burel 28170ffe41 Add newlines to the end of all files 2021-04-23 09:43:40 -07:00
alexpete a10351f38d Initial commit 2021-03-08 14:30:57 -08:00