abr opacity jitter value, longer presets popup
This commit is contained in:
@@ -80,7 +80,6 @@ public:
|
||||
class NodePanelBrushPreset : public Node
|
||||
{
|
||||
NodeBrushPresetItem* m_current = nullptr;
|
||||
Node* m_container;
|
||||
NodeButtonCustom* m_btn_add;
|
||||
NodeButtonCustom* m_btn_up;
|
||||
NodeButtonCustom* m_btn_down;
|
||||
@@ -171,6 +170,7 @@ class NodePanelBrushPreset : public Node
|
||||
float m_pattern_depth = 1.f;
|
||||
};
|
||||
public:
|
||||
Node* m_container;
|
||||
std::function<void(Node* target, std::shared_ptr<Brush>& brush)> on_brush_changed;
|
||||
std::function<void(Node* target)> on_popup_close;
|
||||
virtual Node* clone_instantiate() const override;
|
||||
|
||||
Reference in New Issue
Block a user