Pipelines - Broken or how do they work? #853
Unanswered
HorstBaerbel
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@HorstBaerbel Here's what pipeline does: https://modv.vcync.gl/v3/documentation/groups.html#pipeline "Skip drawing to output canvas" does what you want it to do, based on your use-case. I did see #854 which might be some sort of solution to this, however I'd prefer to redesign the group controls rather than just making them taller. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I want to render some color bars and use them as an input for color-mapping multiple groups / modules. I thought this was what pipelines were for. I'd expect the output to be never visible, but still rendered / generated in the background if I enable the pipeline / group. But whether I check the pipeline box or not makes absolutely no difference... What am I doing wrong?
![image](https://private-user-images.githubusercontent.com/1310747/238656571-eef34da6-242b-4417-93c8-95b28f8f3614.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODI1MDUsIm5iZiI6MTczOTM4MjIwNSwicGF0aCI6Ii8xMzEwNzQ3LzIzODY1NjU3MS1lZWYzNGRhNi0yNDJiLTQ0MTctOTNjOC05NWIyOGY4ZjM2MTQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTc0MzI1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDU4ZmY5NTcwYThkOGI3NDIxOTUwYzA1NWM1OGE1NzgxZjRmN2I3NmExNWZjMTE2MzkyYjI3Zjk2ZTliNWUzMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ._sE5JUkUQdz4LWn86Qfmn9vPdidZD0WvgQMIYHKp9yA)
[EDIT]: I've found the Alt-Click "Skip drawing to output canvas" feature which seems to do the right thing. Shouldn't that rather be a proper checkbox in the group settings?! And them wth are pipelines for?!
Beta Was this translation helpful? Give feedback.
All reactions