implement stencil from file
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
||||
NodeCheckBox* m_tip_sat_pressure;
|
||||
NodeCheckBox* m_tip_val_pressure;
|
||||
std::function<void(Node* target)> on_stroke_change;
|
||||
std::function<void(Node* target, uint16_t id)> on_stencil_changed;
|
||||
std::map<NodeSliderH*, std::function<float(float)>> m_curves;
|
||||
|
||||
virtual Node* clone_instantiate() const override;
|
||||
|
||||
Reference in New Issue
Block a user