add blend mode to layer history
This commit is contained in:
@@ -86,6 +86,7 @@ struct ActionLayerChange : public Action
|
||||
bool visible;
|
||||
float alpha;
|
||||
bool lock;
|
||||
int blend_mode;
|
||||
};
|
||||
NodePanelLayer* m_panel;
|
||||
std::vector<LayerState> m_layers;
|
||||
|
||||
Reference in New Issue
Block a user