Clean up GI Probe baking, proper button and progress bar.
This commit is contained in:
@ -44,6 +44,11 @@ class GIProbeEditorPlugin : public EditorPlugin {
|
||||
Button *bake;
|
||||
EditorNode *editor;
|
||||
|
||||
static EditorProgress *tmp_progress;
|
||||
static void bake_func_begin(int p_steps);
|
||||
static void bake_func_step(int p_step, const String &p_description);
|
||||
static void bake_func_end();
|
||||
|
||||
void _bake();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user