Skip to content

Puzzle2

Concept


Puzzle2 is a simple pipeline framework designed for Python scripts.
The main concept is to separate these scripts from GUI and reuse them with ease,
while allowing batch processing with the same scripts.


For Example, we have seen a lot of situations like this.

if we use this module. we can do like this.
and this is exactry what puzzle2 trying to do.

This is a sample tool uses puzzle2.
I hope it helps you to understand this module.

PzPlayblast