UV Offset Modifier

Paweł writes:

I’m working on UV Offset modifier for Blender. This modifier is intended to be used for cut-out style animation.
For performance it is written in C language. It’s not an addon written in Python.

The only thing modifier does (as suggested in name) is translating UV map by an offset.

If you like modifier leave a comment on Blenderartists forum. The more positive coments the bigger chance that modifier gets into official Blender build someday.

If you are familiar with Blender code please take a look at my patch and let me know if you find any problems with it. Patch can be downloaded here.

Link

Advertisement