# HG changeset patch # User greg # Date 1452521240 18000 # Node ID eda67f807e5cf9a0c6e12b9e8a188db032c488e0 # Parent 8df65e37d12ae8356f8d0727f322de9322eab299 Uploaded diff -r 8df65e37d12a -r eda67f807e5c icqsol_create_shape.py --- a/icqsol_create_shape.py Mon Jan 11 09:07:10 2016 -0500 +++ b/icqsol_create_shape.py Mon Jan 11 09:07:20 2016 -0500 @@ -3,7 +3,6 @@ import shutil import icqsol_utils -from icqsol.shapes.icqShapeManager import ShapeManager # Parse Command Line. parser = argparse.ArgumentParser() @@ -44,7 +43,7 @@ cloning = True if args.create_process == 'clone' else False # TODO: fix this to handle inputPLY files for cloning, but producing VTK POLYDATA. -shape_mgr = ShapeManager(file_format=format, vtk_dataset_type=icqsol_utils.POLYDATA) +shape_mgr = icqsol_utils.get_shape_manager(format, icqsol_utils.POLYDATA) if cloning: # We're cloning an existing shape selected from the history.