Commit graph

16 commits

Author SHA1 Message Date
Moritz Brückner c56a0c3a72 Fix accidental module reloading caused by name conflicts of global vars 2021-08-11 14:32:21 +02:00
Moritz Brückner ea8c13686c Implement basic addon reloading 2021-08-04 22:56:11 +02:00
E1e5en 5451b3e7e2 Added settings for building APK
Added a panel with settings:
- Building APK After Publish - to start the build after the project has been successfully published (False by default). Disabled if SDK path is not specified;
- Emulator - list of installed emulators in Android Studio (AVD Manager). At the start of Blender, the list is always empty, to fill and update it, you must click the Refresh button. To start the emulator, if you wish, you need to press the "Start" button (the list of emulators is obtained with the emulator -list-avds command, the launch is performed with the emulator -avd [name] command). The "Start" button is disabled if the name of the emulator is not selected from the list;
- Run Emulator After Building APK - launch the emulator after successfully building the APK file. Disabled if no APK build is installed or no emulator name selected.

To perform these operations, you need to specify the ANDROID_SDK_ROOT environment variable, if it is not specified in the OS, then the "Android SDK Path" setting is read and set as the environment variable os.environ ['ANDROID_SDK_ROOT'] to perform operations.
If no value is specified, then the user receives a corresponding message to the console. If the specified value is incorrect, then the user will receive messages from the corresponding programs.
2020-10-22 19:19:03 +03:00
luboslenco e0e4bf303f Send operators to Krom 2019-02-10 11:47:42 +01:00
luboslenco 3fc1205353 Improved build system 2018-06-19 23:21:53 +02:00
luboslenco e48b16d3d4 Upgrading armory into b2.8 engine 2018-05-24 22:16:28 +02:00
luboslenco a827eae2fd Allow setting graphics api from Krom 2018-03-22 17:30:10 +01:00
Lubos Lenco be8de9cb98 Shader defines fix 2017-11-08 16:49:13 +01:00
Lubos Lenco 7923f1a68a Compiler cache fixes 2017-11-08 10:34:27 +01:00
Lubos Lenco 89769108ab Exporter fixes 2017-10-14 23:24:04 +02:00
Lubos Lenco 424665c70a Animation capture 2017-10-03 20:27:21 +02:00
Lubos Lenco 3d1611d567 Exporter presets 2017-08-21 15:36:21 +02:00
Lubos Lenco c411f3d166 Code patching 2017-07-02 20:48:19 +02:00
Lubos Lenco b1f4c27567 Render capture for Krom 2017-06-26 15:37:10 +02:00
Lubos Lenco 34918530d5 Detect resolution change 2017-05-28 20:22:07 +02:00
Lubos Lenco 0fc938911c Move py sources to arm package 2017-03-15 12:30:14 +01:00
Renamed from blender/make_state.py (Browse further)