GPv3: Opacity modifier #116946

Merged
Lukas Tönne merged 52 commits from LukasTonne/blender:gp3-opacity-modifier into main 2024-01-16 16:56:22 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 50ca30a504 - Show all commits

View File

@ -152,8 +152,8 @@ typedef enum {
*/
eModifierFlag_Active = (1 << 2),
/**
* Only set on modifiers in evaluated objects. The flag indicates that the user modified
* inputs to the modifier which might invalidate simulation caches.
* Only set on modifiers in evaluated objects. The flag indicates that the user modified inputs
* to the modifier which might invalidate simulation caches.
LukasTonne marked this conversation as resolved Outdated

Looks like a clang-format issue here.

Looks like a `clang-format` issue here.
*/
eModifierFlag_UserModified = (1 << 3),
} ModifierFlag;