Skip to main content

All Questions

1 vote
0 answers
210 views

Modal not running when painting

I'm working on a feature which needs to be a modal that runs when you're painting a stroke. It then needs to repeat that stroke again. For this I'm trying to store the coordinates of the mouse when ...
Joshua Knauber's user avatar
0 votes
0 answers
327 views

Python 2.8 custom texture painting active tool

I'm working on a addon that has a custom active tool in the viewport. This tool is supposed to allow you to do basic texture painting, while at the same time doing some other stuff. My problem is, ...
Joshua Knauber's user avatar
1 vote
0 answers
290 views

C++ plugin to edit image

I'm trying to make a c++ and python plugin (something like texture paint tools), but it's too slow because I have to rewrite pixel data (bpy.data.images[0].pixels) completely after every edit. How can ...
Evgen Vasilev's user avatar