theanine3D / mat-batch-tools

Blender addon that allows batch modification of many materials and nodes simultaneously, and automates common repetitive tasks on models with many materials
GNU General Public License v3.0
9 stars 0 forks source link

Invalid comparison #1

Closed ideasman42 closed 1 day ago

ideasman42 commented 1 day ago

There is an invalid comparison here:

matbatchtools\__init__.py:101: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if alpha_mode is not "CLIP":
theanine3D commented 1 day ago

Thanks for catching this! I'll issue a quick minor version update for this.