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

ExplodeBlockInstance() Bug

$
0
0

@dale @stevebaer
When using ExplodeBlockInstance() on blocks from a referenced worksession file, I am left with an unmovable, undeletable copy of the exploded geometry. Please see video below.

import rhinoscriptsyntax as rs

o = rs.GetObject()
if o:
    rs.ExplodeBlockInstance(o)

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles