Monty
Monty
This causes the `logout()` method to be called automatically, which is not always the wanted behavior.
A few things need to come together for this feature: * [x] More efficient random sampling algorithm (without replacement): [dev/faster-random-sampling](https://github.com/sk33z3r/LooPyGen/blob/dev/faster-random-sampling/python/RandomSampler.py) * [ ] Efficient algorithm to exclude invalid variation combinations...
Some minor corrections to the JSON format: ```json "conditions": { // Variation-level condition "Black": { "include_when": { "Colour": "Green"} }, // "Black" variation for this layer is included if the...
Proof of concept of the variation conditionals working with the new random sampler is here 10c36338a2c992b1b2ae1f39e7decff03ca771d7 It implements a single replacement algorithm, and allows for conditions on layer `i` to...
Turns out, we don't need to re-invent the wheel! Boolean expressions can be represented by a [binary expression tree](https://en.wikipedia.org/wiki/Binary_expression_tree#Boolean_expressions) To keep it JSON compatible, we can keep using dictionaries to...
 [Easy batch mint](https://trello.com/c/e7y0br5a/47-easy-batch-mint)
This might be limited to static only NFT due to ffmpeg limited support for custom blend modes