+ handling of organized point cloud
This commit is contained in:
@@ -87,9 +87,10 @@ PyMODINIT_FUNC initPointsGui()
|
||||
// instantiating the commands
|
||||
CreatePointsCommands();
|
||||
|
||||
PointsGui::ViewProviderPoints::init();
|
||||
PointsGui::ViewProviderPython::init();
|
||||
PointsGui::Workbench ::init();
|
||||
PointsGui::ViewProviderPoints ::init();
|
||||
PointsGui::ViewProviderOrganized ::init();
|
||||
PointsGui::ViewProviderPython ::init();
|
||||
PointsGui::Workbench ::init();
|
||||
Gui::ViewProviderBuilder::add(
|
||||
Points::PropertyPointKernel::getClassTypeId(),
|
||||
PointsGui::ViewProviderPoints::getClassTypeId());
|
||||
|
||||
Reference in New Issue
Block a user