update_actors
UpdateAllActors
Bases: InventoryAction
Update all the Actors in the current level to the version of the asset selected in the scene manager.
Source code in client/ayon_unreal/plugins/inventory/update_actors.py
106 107 108 109 110 111 112 113 114 115 | |
UpdateSelectedActors
Bases: InventoryAction
Update only the selected Actors in the current level to the version of the asset selected in the scene manager.
Source code in client/ayon_unreal/plugins/inventory/update_actors.py
118 119 120 121 122 123 124 125 126 127 | |