V6 rhinoscript Rhino.EnableRedraw(False) Issue

In v6 rhinoscript Rhino.EnableRedraw(False) no longer does its job when using Call Rhino.Command("_-Insert …

You can see my video even though I set redraw to false when Rhino executes
Call Rhino.Command(“_-Insert _File " & insertFile & " _Block 0 1 0”, False) the block is drawn.This script worked in v5 and did not draw on screen. See video.

Hi @info3,

I am able to repeat what you’ve reported. Looks like a relatively easy fix.

https://mcneel.myjetbrains.com/youtrack/issue/RH-44250

Thanks,

– Dale

Great! I will look out for a fix, having redraw on makes my script performance suffer significantly.

@dale 6.3 fixed this…thank you!