Files
test2/source
Falk David 398c4471ec Cleanup: GPv3: Const parent functions for tree nodes
This resolves #120220.

The `parent_group()` and `parent_node()` functions would be
callable on `const` instances but return a non-`const` pointer/reference.

This introduces `const` and non-`const` variants of these
methods.

Pull Request: https://projects.blender.org/blender/blender/pulls/120261
2024-04-04 18:41:38 +02:00
..