torrinworx / Blend_My_NFTs

Easily generate thousands of 3D models, images, and animation automatically in Blender for free with Blend_My_NFTs.
GNU General Public License v3.0
1.01k stars 339 forks source link

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

Open Aiyualive opened 1 year ago

Aiyualive commented 1 year ago

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

Aiyualive commented 1 year ago

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

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