Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5877

Rhinoscript Command blnEcho not working properly when scripting Export and Import

$
0
0

@SherifTarabishy wrote:

The title says it all.

I am scripting Export and Import commands from GHPython.

But the blnEcho option when scripting those two does not work the same like when scripting other commands.

rs.Command("_Sphere 0,0,0 5 “,False)
rs.Command(”_SelLast “,False)
rs.Command(”-Export " + file_name + " x e p e" + " _EnterEnd",False)
the command prompts are visible in rhino in the export step.
** file_name is a path …\test.obj

As opposed to doing this , rs.Command("_Point 0,0,0 ",False) where no command prompts are echoed, as it should be.

Is this normal?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5877

Trending Articles