fix mixer rect, textures popup, parallel abr import
This commit is contained in:
@@ -39,8 +39,10 @@ public:
|
||||
NodeCheckBox* m_tip_size_pressure;
|
||||
NodeButtonCustom* m_brush_button;
|
||||
NodeButtonCustom* m_dual_brush_button;
|
||||
NodeButtonCustom* m_texture_button;
|
||||
NodeImage* m_brush_thumb;
|
||||
NodeImage* m_dual_brush_thumb;
|
||||
NodeImage* m_texture_thumb;
|
||||
NodeImage* m_preset_thumb;
|
||||
NodeButtonCustom* m_preset_button;
|
||||
NodeStrokePreview* m_preset_preview;
|
||||
@@ -68,9 +70,10 @@ public:
|
||||
NodeButtonCustom* m_tip_aspect_reset;
|
||||
|
||||
std::shared_ptr<NodePanelBrush> m_brush_popup;
|
||||
std::shared_ptr<NodePanelBrush> m_texture_popup;
|
||||
std::shared_ptr<NodePanelBrushPreset> m_presets_popup;
|
||||
std::function<void(Node* target)> on_stroke_change;
|
||||
std::function<void(Node* target, const std::string& path, const std::string& thumb)> on_stencil_changed;
|
||||
std::function<void(Node* target, const std::string& path, const std::string& thumb)> on_texture_changed;
|
||||
std::function<void(Node* target, const std::string& path, const std::string& thumb)> on_brush_changed;
|
||||
std::function<void(Node* target, const std::string& path, const std::string& thumb)> on_dual_changed;
|
||||
std::map<NodeSliderH*, std::function<float(float)>> m_curves;
|
||||
|
||||
Reference in New Issue
Block a user