[Mesh Python] Mesh.show() returns python object, update documentation for Mesh.show(), Part.show(), and Points.show()

This commit is contained in:
mwganson
2025-01-25 13:14:32 -06:00
committed by Chris Hennes
parent d5b0f686e1
commit a85756b1c9
3 changed files with 5 additions and 5 deletions

View File

@@ -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
}