This repository has been archived on 2023-10-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
997ff54d309fece665de3de65b40c2f093df96f0
rB8b7cd1ed2a17 broke this for the paint slots rB4669178fc378 broke this for regular attributes Name filtering in UI Lists works when: - [one] the items to be filtered have a name property -- see how `uilist_filter_items_default` gets the `namebuf` - [two] custom python filter functions (`filter_items`) implement it themselves -- if you use `filter_items` and dont do name filtering there, the default name filtering wont be used So, two problems with rB8b7cd1ed2a17: - [1] items to be listed changed from `texture_paint_images` to `texture_paint_slots` -- the former has name_property defined, the later lacks this - [2] the new `ColorAttributesListBase` defined a `filter_items` function, but did not implement name filtering And the problem with rB4669178fc378: - it added `filter_items` functions, but did not implement name filtering. These are all corrected now. Fixes T102878 Maniphest Tasks: T102878 Differential Revision: https://developer.blender.org/D16676
Sphinx Warnings
: WARNING: Could not obtain image size. :scale: option is ignored.
Note the preview is not accurate and warnings may not indicate real issues.
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
67.4%
C++
23.4%
Python
6.1%
CMake
1.5%
GLSL
1.1%
Other
0.4%