Janitor: Cleanup names of scripted classes in Python

Avoid Rim prefix and use keyword alias to ensure backwards compability
This commit is contained in:
Magne Sjaastad
2021-10-25 11:38:25 +02:00
parent e4d84675c5
commit 915745c389
8 changed files with 7 additions and 13 deletions

View File

@@ -31,10 +31,7 @@
#include <QFileInfo>
// TODO: Use the alias concept prototyped below when the alias concept for class is ready
// CAF_PDM_SOURCE_INIT( RimFileSurface, "FileSurface", "Surface" );
// CAF_PDM_SOURCE_INIT( <class> , <keyword> , <alias>);
CAF_PDM_SOURCE_INIT( RimFileSurface, "Surface" );
CAF_PDM_SOURCE_INIT( RimFileSurface, "Surface", "FileSurface" );
//--------------------------------------------------------------------------------------------------
///