956a0fad80a5bc1bf203cab78d7a8598583e4342
location parameter for sculpt.mask_by_color
Currently, there is no way to call the sculpt.mask_by_color operator from the python API without simulating mouse events. This makes writing python tests harder than it needs to be. This commit does the following: * Adds an exec callback for the mask_by_color operator. * Adds new `location` property, an int array defined in region space coordinates to represent the mouse location. * Extracts logic into a helper function so that the `invoke` and `exec` paths are functionally equivalent. Pull Request: https://projects.blender.org/blender/blender/pulls/134964
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
