1158bb33d0a2c185f79d9eb1914ac7ceedd764b9
When adding a texture to a brush datablock, currently, the resulting undo step does not have any effect when undone. This is due to the texture being added to the linked asset library. As we do not want this extraneous undo step to be created since it has no effect, this commit does the following: * Removes the automatic undo handling with OPTYPE_UNDO * Manually adds a undo step if the newly created Texture datablock was not moved to a library. Pull Request: https://projects.blender.org/blender/blender/pulls/136336
…
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%
