Physical folders
Workunits can now be organised in subfolders in all the project directories. Previously, if workunits were present in a subfolder for a specific category (ex: Actor-Mixer Hierarchy), they were not loaded. Now they will be loaded.
Source Control API change
The source control plug-in API has changed:
- IRenameOperationResult and IMoveOperationResult were merged into IFileOperationResult.
- Added several exposed commands in PluginInfo.
- Added Rename, Move and Delete command with no User interface.
- DoOperation now takes an optional parameter allowing to specify a secondary list of files for the target names in move and rename commands with no UI