Added new property type: App::PropertyVectorDistance
This works exactly as a normal PropertyVector, but it uses the Units-enabled GUI editor instead.
This commit is contained in:
@@ -1073,6 +1073,7 @@ void Application::initTypes(void)
|
||||
App ::PropertyLinkSubList ::init();
|
||||
App ::PropertyMatrix ::init();
|
||||
App ::PropertyVector ::init();
|
||||
App ::PropertyVectorDistance ::init();
|
||||
App ::PropertyVectorList ::init();
|
||||
App ::PropertyPlacement ::init();
|
||||
App ::PropertyPlacementLink ::init();
|
||||
|
||||
Reference in New Issue
Block a user