Page 1 of 1

bundles and subnets not working

Posted: Tue Feb 02, 2016 9:25 am
by WhyGee
Hi,
Bundles on the Octane ROP work fine as long as they are at /obj level. When I have objects in subnetworks and bundles pointing to them on the Octane ROP, it ignores them altogether. Only if I add the subnet itself to the bundle does it show up, but this is a different behavior than Houdini's bundle scheme if I'm not mistaken.

Attached a HIP with the issue.

Thanks
Yaniv

Re: bundles and subnets not working

Posted: Tue Feb 02, 2016 10:02 am
by juanjgon
Thanks for reporting this issue. I will try to fix it if possible. It is not clear why it happens, because the bundle lists from patterns are managed by the HDK using the globbing functions, that should work without problems with any kind of pattern or bundles.

-Juanjo

Re: bundles and subnets not working

Posted: Tue Feb 02, 2016 10:18 am
by juanjgon
I have found the problem. The Octane scene loader was processing the subnets after processing the bundle lists, so if the subnet was not in the bundle all the nodes inside were not loaded at all.

It will be fixed in the next build.

Thanks,
-Juanjo

Re: bundles and subnets not working

Posted: Tue Feb 02, 2016 4:57 pm
by WhyGee
Awesome, I appreciate the quick responses!

Thanks again

Re: bundles and subnets not working

Posted: Thu Mar 03, 2016 6:45 pm
by WhyGee
Hi,
I think the issue still exists in v3 alpha 6 (both plugin and standalone).
Could you confirm please?

Thanks

Re: bundles and subnets not working

Posted: Thu Mar 03, 2016 7:15 pm
by juanjgon
Let me check it. I will test your scene again ASAP.

-Juanjo

Re: bundles and subnets not working

Posted: Thu Mar 03, 2016 7:23 pm
by juanjgon
True. I'd swear it worked in my tests while fixing this problem :(

I will try to fix it as soon as possible. Thanks for reporting the problem again.

-Juanjo

Re: bundles and subnets not working

Posted: Thu Mar 03, 2016 8:58 pm
by WhyGee
Sure thing. Thanks!

Re: bundles and subnets not working

Posted: Thu Mar 10, 2016 1:09 pm
by juanjgon
I think that finally I have fixed this problem, but it is not an easy task, so perhaps there are other side effects around all the available combinations of visibility/candidate/force/exclude lists. Anyway now the plugin should work better.

Thanks,
-Juanjo

Re: bundles and subnets not working

Posted: Sat Mar 26, 2016 8:21 pm
by WhyGee
Thanks!