Blender Git Commit Log
Git Commits -> Revision 9150ba6
Revision 9150ba6 by Bastien Montagne (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:55 (GMT) |
Fix some mesh edition macro operators incorrectly setting an empty description string. No operator or macro should be missing description. But if they do, then they should use NULL pointer, and not an empty string. This behavior was already enforced (through an assert) for operators, previous commit made it the same for macros. |
Commit Details:
Full Hash: 9150ba6845db4b8cfb3846894f80c1cf5be3c92f
Parent Commit: 879c922
Committed By: Fabian Schempp
Lines Changed: +4, -4
1 Modified Path:
/source/blender/editors/mesh/mesh_ops.c (+4, -4) (Diff)