armory/blender/arm
E1e5en 65dd6b701f Exporter Panel - Project Settings
1. Processing data entry into fields:
- Name - the field must not be empty. If the user tries to set an empty value, then this field specifies the name of the blend file (this is how it is implemented during assembly). The default is the name of the blend file.
- Package - the field must not be empty, it must not consist only of numbers and start with a number. The . symbol is replaced with _. The default is arm.
- Bundle - the field must be filled in according to the mask [string].[string]. Each part must not be empty, contain numbers, or start with a number. The default is org.armory3d. Previously, this field was blank, in which case the current default was used.
- Version.
Input in the Version field is processed and only allows input by masks:
- 0.0
- 0.0.0
- 0.0.0.0
In any case, the value is ignored and the previous value remains.

If the (Auto-increment Build Number) checkbox is checked and when performing the operation, Build and Publish will be automatically incremented by one after the version value.
Examples:
it was 1.0 - it is 1.1,
it was 1.9 - it is 1.10,
it was 1.0.1 - it is 1.0.2,
it was 0.1.1.2 - it is 0.1.1.3.

Defaults:
- Version - 1.0.0
- Auto-increment Build Number - enabled.

For all fields, special characters ([] / \ ;,> <& *:% = + @! # ^ () |? ^) Are also replaced with _.

2. Fixed display of Android Settings panel.
2020-11-13 20:36:27 +03:00
..
custom_icons Change Bundle icon for Armory Traits 2020-10-25 07:51:16 +03:00
lib Lz4: update docstring, Lz4.hx is now in Iron 2020-09-17 21:38:51 +02:00
lightmapper Fix for OpenCV installation 2020-09-01 18:06:35 +02:00
logicnode Merge pull request #1998 from E1e5en/add-quat-math 2020-11-11 15:33:19 +01:00
material Fix declaration order for some shader attributes 2020-11-12 20:11:42 +01:00
__init__.py Move py sources to arm package 2017-03-15 12:30:14 +01:00
api.py Rendering driver api 2018-01-04 16:22:16 +01:00
assets.py Fix missing import 2020-04-17 00:58:26 +02:00
exporter.py Implement optional profiling for export 2020-10-31 01:09:33 +01:00
exporter_opt.py Fix geometry in published projects 2020-03-12 20:02:37 -03:00
handlers.py Also load libraries when a file is opened during registration 2020-11-01 01:44:22 +01:00
keymap.py Fix for running blender in background mode 2020-05-21 12:01:21 +02:00
LICENSE.md py cleanup 2018-02-03 19:27:40 +01:00
log.py log.py: don't override user console settings 2020-07-08 13:48:19 +02:00
make.py Exporter Panel - Project Settings 2020-11-13 20:36:27 +03:00
make_logic.py Set file encoding to utf-8 2020-10-18 17:50:35 +02:00
make_renderpath.py Reimplement clouds 2020-06-28 22:45:54 +02:00
make_state.py Added settings for building APK 2020-10-22 19:19:03 +03:00
make_world.py Remove unused parameter 2020-10-11 17:15:35 +02:00
node_utils.py Improve handling of deprecated nodes 2020-10-28 20:29:01 +01:00
nodes_logic.py Improve handling of custom logic nodes 2020-11-01 01:20:27 +01:00
nodes_material.py Add ShaderData node 2020-08-19 17:20:41 +02:00
profiler.py Implement optional profiling for export 2020-10-31 01:09:33 +01:00
props.py Exporter Panel - Project Settings 2020-11-13 20:36:27 +03:00
props_bake.py Fix for OpenCV installation 2020-09-01 18:06:35 +02:00
props_collision_filter_mask.py add collision-filter-mask feature 2019-09-10 23:09:44 +02:00
props_exporter.py Add Android Settings + LN Set Vibrate 2020-10-17 16:47:54 +03:00
props_lod.py Fix lod deletion 2020-04-10 21:46:28 +02:00
props_properties.py update addon to latest blender api changes 2019-03-29 19:25:42 +05:30
props_renderpath.py Reorganize imports and remove unused ones 2020-07-01 21:06:02 +02:00
props_tilesheet.py update addon to latest blender api changes 2019-03-29 19:25:42 +05:30
props_traits.py Fix trait paths 2020-10-31 01:41:53 +01:00
props_traits_props.py Fix bool type trait properties 2020-02-07 19:29:55 +01:00
props_ui.py Exporter Panel - Project Settings 2020-11-13 20:36:27 +03:00
proxy.py Proxy: fix sync_collection() for multiple same entries + add clear_dst option 2020-08-10 00:14:57 +02:00
utils.py Exporter Panel - Project Settings 2020-11-13 20:36:27 +03:00
write_data.py Write cascade params only when shadows are enabled 2020-11-05 11:04:11 +01:00
write_probes.py Fix write_probes() on Windows 2020-07-09 18:46:42 +02:00