x64 - 2017.37900 - panelParent() doesn't work on GeoComps

very simple bug - I can use .panelParent() on a COMP, but not a geo COMP.
Would be very useful to have a convenience function that does the same thing for geoComps, but I also understand that it’s a relatively easy thing to whip up a function for in python !

Thanks
Lucas

geoCOMPs aren’t parent of a panel network, that’s why the function isn’t implemented.

Maybe a better future implementation would be an optional parameter to the generic parent() function:

op(‘geo1’).parent(type=panelCOMP) for example

That makes sense! and +1 to that suggestion would be very useful indeed.

Moved to Wishlist and RFE’s.

Thanks!