Hi,
I just started a little plugin project for fun. It's a generator object, pretty simple stuff with only the OBJECT_GENERATOR flag, returning a geometry in GetVirtualObjects().
I noticed something that's new to me: When the object's origin is not visible in the viewport, the whole object is not drawn anymore. The object's geometry should be well visible, but as soon as the object origin leaves the visible frame, the whole geometry vanishes.
Any ideas what might be the reason? I thought, maybe it's a way to optimise the viewport performance, and maybe implementing GetDimension would fix it, because the object then has a reasonable bounding box. But that didn't help.
I'm on R20, as R21 does not run on my private computer.
Cheers,
Frank