Fix T103455: Modifier tools add-on don't support GPencil modifiersv3.3.3v3.3.4v3.3.5v3.3.6v3.3.7
commit16ff2985ba3fadb9ea31262dabd25c812b918b6e
authorPratik Borhade <pratikborhade302@gmail.com>
Mon, 26 Dec 2022 07:02:00 +0000 (26 12:32 +0530)
committerPhilipp Oeser <philipp@blender.org>
Thu, 12 Jan 2023 21:34:51 +0000 (12 22:34 +0100)
tree25a324c1121a417aeca8191a67adcaeca2834b4d
parentb91cc0caea1243380d32dd676e975ae3a52cab67
Fix T103455: Modifier tools add-on don't support GPencil modifiers

Modifier stack for GPencil object is handled separately than the geometry
objects (mesh/Curve). This patch provides support for GPencil modifier.
`modifier_type` function is added to assign correct modifier list
according to the object type.

Reviewed by: antoniov

Differential Revision: https://developer.blender.org/D16865
space_view3d_modifier_tools.py