Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to support tox with parameters? #5

Open
cronin4392 opened this issue Jul 8, 2020 · 3 comments
Open

Possible to support tox with parameters? #5

cronin4392 opened this issue Jul 8, 2020 · 3 comments

Comments

@cronin4392
Copy link

Hey there, first of all thank you for releasing this. It is such a good inspiration!

I am curious if it's possible for this system to support Gen toxes that have parameters and exposing them in the UI. With my current understanding I don't think there would be a straight forward way because of the Engine comp, but maybe there is?

Thanks!

@dylanroscover
Copy link
Member

dylanroscover commented Jul 8, 2020

Thanks! It's my pleasure to give back to the community finally :)

Exposing custom parameters from Engine'd toxes is an excellent feature I'd love to add to the roadmap (doing so now actually).

However, as you mention, Engine COMP makes this rather challenging; I'll investigate and see what can be implemented. FYI I'm about to release an update that now runs the 4x Engines inside of a 5th Engine; this solves performance issues (now getting 60fps regardless of GUI interactions), while making features such as exposed parameters orders of magnitude more difficult to implement/maintain.

Engine COMP... It was the best of COMPs and the worst of COMPs... ha

@cronin4392
Copy link
Author

Ha, yeah. I've only played around with it. I can only imagine how difficult it is to make a system with it at the moment. Not much information is given around errors it seems.

I tried a quick prototype of an idea I had and it does not work.. ha! My idea was inside the tox the engine comp loads attempt to change my containers custom parameters. Needless to say, it does not work. Error I get says

Insufficient samples were provided for rendering.

🤷

I attached my rough example
EngineParTest.zip
.

@cronin4392
Copy link
Author

Oh, actually that error is for something else. Has to do with time slicing I guess. Found this thread.

https://forum.derivative.ca/t/win10-2020-23680-engine-comp-insufficient-samples-were-provided-for-rendering/139107

Added a time slice chop. The error goes away but no luck with the engine custom parameter updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants