diff options
| author | Anton Novoselov <[email protected]> | 2017-08-08 20:14:22 +0300 |
|---|---|---|
| committer | Anton Novoselov <[email protected]> | 2017-08-08 20:14:22 +0300 |
| commit | d41654b469fa51870b5952c836c04d9da17f32d3 (patch) | |
| tree | 64f8f437eef394630355f281d35ca1d53e5c4d6c /tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h | |
| parent | add +x for packman script (diff) | |
| download | blast-d41654b469fa51870b5952c836c04d9da17f32d3.tar.xz blast-d41654b469fa51870b5952c836c04d9da17f32d3.zip | |
Updated to CL 22627414:
* docs updates
* authoring fixes
* stress solver crash fixes
Diffstat (limited to 'tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h')
| -rw-r--r-- | tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h b/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h index 71905df..9accf6a 100644 --- a/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h +++ b/tools/ArtistTools/source/BlastPlugin/Window/FileReferencesPanel.h @@ -7,6 +7,8 @@ namespace Ui { class FileReferencesPanel; } +#include "ProjectParams.h" + class FileReferencesPanel : public QWidget { Q_OBJECT @@ -27,9 +29,9 @@ public slots: void on_checkBoxFBX_stateChanged(int arg1); - void on_checkBoxObj_stateChanged(int arg1); + void on_checkBoxEmbedFBXCollision_stateChanged(int arg1); - void on_checkBoxCollision_stateChanged(int arg1); + void on_checkBoxObj_stateChanged(int arg1); void on_checkBoxLLAsset_stateChanged(int arg1); @@ -40,6 +42,9 @@ public slots: void on_btnSave_clicked(); private: + BPPAsset* _getCurrentAsset(); + +private: Ui::FileReferencesPanel *ui; bool bValid; }; |