037e5787a58bd0e2fc8f3d6620da49585b26f1c3
The Select Similar UV operator defined multiple enum item arrays, and returned one depending on current mode in the enum function uv_select_similar_type_itemf(). The operator prop's enum items used only the vertex items, which resulted in several items never being extracted because they were dynamically generated instead of exposed to the RNA. This commit groups all items in a single array so that they are exposed, but uses the enum function to filter them. Issue reported by Satoshi Yamasaki (@SatoshiYamasaki) in #43295. Pull Request: https://projects.blender.org/blender/blender/pulls/108994
…
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%
