-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fef5484
commit 8a93a1d
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule armory
updated
10 files
+2 −2 | Shaders/debug_draw/line.vert.glsl | |
+20 −3 | Sources/armory/trait/internal/CanvasScript.hx | |
+69 −0 | Sources/armory/trait/internal/DebugConsole.hx | |
+51 −42 | Sources/armory/trait/internal/DebugDraw.hx | |
+12 −10 | blender/arm/exporter.py | |
+1 −1 | blender/arm/props.py | |
+12 −5 | blender/arm/props_traits.py | |
+135 −18 | blender/arm/props_traits_props.py | |
+167 −45 | blender/arm/utils.py | |
+1 −1 | blender/arm/write_data.py |
Submodule iron
updated
5 files
+21 −5 | Sources/iron/Scene.hx | |
+9 −5 | Sources/iron/data/Data.hx | |
+1 −1 | Sources/iron/data/SceneFormat.hx | |
+1 −1 | Sources/iron/object/MeshObject.hx | |
+18 −1 | Sources/iron/system/Input.hx |