[Mesh Python] Mesh.show() returns python object, update documentation for Mesh.show(), Part.show(), and Points.show()
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
add_varargs_method("show",
|
||||
&Module::show,
|
||||
"show(points,[string]) -- Add the points to the active document or "
|
||||
"create one if no document exists.");
|
||||
"create one if no document exists. Returns document object.");
|
||||
initialize("This module is the Points module."); // register with Python
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user