New Vertex Painter Problems: Brush Size + Swap

Since upgrading to 4.17 we find ourselves with a very peculiar problem, the vertex painter tool has less features than it used to have. We can no longer increase brush size beyond 256 and can no longer swap erase and paint colors. Beyond that the documentation for the vertex painter has not been updated, so any new features that were added are unknown to us.

We use vertex color on many of our static meshes and increasing the brush size beyond 256 is absolutely essential. Swapping Colors is also important when filling meshes with Color. These features are missed greatly.

Is there anyway to revert back to the old tool or at least increase the brush size beyond 256?

i have the same problem. attached screenshot of radius setting and smaller brush. the max radius (paint->colors->brush->radius) value is erroneously set in the source build, should be very simple to change the value.

Same here, I’m still V4.16. Had hoped this was fixed in 4.17 Will wait for 4.18 to see if there is a fix.

Still a problem in 4.18. Anyone have a fix???

:slight_smile: !Nooooooo!

You could asign your vertex colors in you content creation tools ( Max, Maya etc etc). I started doing that a long before the UE4 brush size issues started. It’s faster and you have better tools & control.

The whole point was to be able to do it within Unreal. Not using Unreal to do it doesn’t solve the problem.

True, its a work around not a fix. Its all about using the best tool for the job I guess. If you dont use content creation tools, then I can see why it’s not an attractive option.

Try this; open DefaultEditor.ini in your project’s Config folder and add the following to the bottom:

[UnrealEd.MeshPaint]
MinBrushRadius=1
MaxBrushRadius=4096

Set ‘MaxBrushRadius’ to however big you want the limit to be.

Not working unfortunately. :frowning:

thanks dude this does work in 4.18 :slight_smile:

seriously you saved me from a bunch of work.

Thanks man its working good! I am in 4.18 as well.

Does this also work for Landscape painting?