We have some alembic caches with invisible geo - I can use
[
and this will change viewport visibility, but unfortunately has zero affect on the object's renderability.
Code:
setprimintrinsic(geoself(), "abcusefullvisibility", @primnum, 1, "set"); setprimintrinsic(geoself(), "abcusevisibility", @primnum, 0, "set");
and this will change viewport visibility, but unfortunately has zero affect on the object's renderability.
Comment