Blender Git Loki
Git Commits -> Revision 7580862
Revision 7580862 by Sybren A. Stüvel (master) November 26, 2019, 15:26 (GMT) |
Made ob param of `modifiers_getVirtualModifierList` const The `modifiers_getVirtualModifierList()` function previously took a non- const `Object *ob` parameter, preventing it from being called from more restrictive functions. Since the function doesn't modify the passed object, it could easily be made const. No functional changes. |
Commit Details:
Full Hash: 75808620ce495b61e7e7188cc1c040d05929b7dd
Parent Commit: 354bc12
Lines Changed: +2, -2