Inherited color woes.

Yep, there is NodePath.setColorOff which should do what you want. If you call this on the model you are reparenting, it should no longer inherit the parent’s color.

There’s also NodePath.setColorScaleOff to disable an inherited color (and alpha) scale.