torrinworx / Blend_My_NFTs

Easily generate thousands of 3D models, images, and animation automatically in Blender for free with Blend_My_NFTs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

With the new "backwards and forwards" logic, it is no longer possible to do "if X then Y" but not "if Y then X"

Aiyualive opened this issue · comments

Great updates to the new logic implementation. I can imagine how much blood, sweat and tears went into this!
Although, this new issue arose:
image

Maybe each rule should contain some extra parseable metadata, a direction field?

"RULE-1": {
    "DIRECTION": "forwards | both",
    "IF": ["trait"],
    "THEN": ["trait"]
}