[SOLVED] How to solve these errors after adding a modifier?

This seems to be caused by new modifier I tried adding. I pretty much just copied and renamed the boolean modifier. None of these errors seem to show any of the files I modified. I ended up building master to see if it would build or not. It did with no issues, so something I added I guess is causing this.

build.txt (59.4 KB)

Probably you copy pasted code from the boolean modifier, but did not rename boolean to the name of the new modifier everywhere. In particular in the RNA code, which is used to generate other code.

Haven’t tested to see if it works now. I forgot this line and realized it when the type still said Boolean.

https://developer.blender.org/diffusion/B/browse/master/source/blender/makesrna/intern/rna_modifier.c$125