30 Get all provided properties and overwrite the default values with them
32 keys = sorted( kw.keys() )
34 if hasattr( theTool, key ):
35 setattr( theTool, key, kw[key] )
38 print (
"(SetToolProperties) ERROR: Could NOT find property %s for tool with name %s" % (key, theTool.getName()))