Hi there, I have two questions regarding nested blocks from Rhino to Speckle (see commit: Viewer - Jeroen's First Project - Speckle)
I’ve sent a nested block instance from Rhino, more specifically, the parent block instance (of block def b) contains a curve and another block instance (of block def a). I’ve assigned Attribute User Text to both instance b and instance a.
Question 1: In the Scene Explorer, I can only filter on the value of the Attribute User Text of the parent instance, and not the child. Is this intentional? I would like to be able to filter on attributes of nested children of block instances too. I understand working out the implications of this is not straightforward, since you might have to deal with parents having different attributes than children.
Question 2: When I receive the commit back into Rhino, I only receive the Attribute User Text of the parent block instance and not the child block instance. Why is this?
Thanks!
Jeroen