Blender Git Loki
Git Commits -> Revision 07a7781
Revision 07a7781 by Bastien Montagne (master) July 19, 2021, 14:05 (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: 07a77816a18018e844809580a40723702f40fdb9
Parent Commit: bae1b64
Lines Changed: +4, -4
1 Modified Path:
/source/blender/editors/mesh/mesh_ops.c (+4, -4) (Diff)