Blender Git Commit Log

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

2 Modified Paths:

/source/blender/blenkernel/BKE_modifier.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/modifier.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021