Commit graph

162 commits

Author SHA1 Message Date
Moritz Brückner c035f15896 Small utils.py improvements 2019-12-21 20:25:58 +01:00
Moritz Brückner 2f1cf3f53e utils convert_image(): get image quality from UI setting 2019-12-21 20:23:30 +01:00
Moritz Brückner 71287e442f Allow @prop for final keyword too 2019-12-21 14:21:19 +01:00
Moritz Brückner be43f35ee2 Don't show _themes.json in trait list 2019-12-06 22:10:25 +01:00
Moritz Brückner 377cf055c2 Fix open_folder() on windows 2019-09-26 16:50:35 +02:00
Moritz Brückner 07bc1b8257 Fix open_folder()
Project folder was opened twice on windows and mac
2019-09-26 16:46:18 +02:00
luboslenco 2229ff8103 Remove mklink functions from utils 2019-09-25 09:44:37 +02:00
Zeeshan Abid 426eb912d4 open folder button support 2019-09-24 16:23:49 +01:00
Moritz Brückner 16dd8d493d Add ignored file types to sublime project 2019-09-22 01:34:19 +02:00
Moritz Brückner 22dd37cc67 Add Sublime Text as a supported text editor
Todo: build configuration
2019-09-11 21:04:09 +02:00
luboslenco 01920b99c7 Fix android target name 2019-09-08 19:08:47 +02:00
N8n5h f07469db90
Update utils.py
Detect Bundled script to give proper name
2019-08-11 11:44:49 -03:00
luboslenco 5c9f1ed6d9 Use default gapi for player 2019-07-15 09:21:23 +02:00
N8n5h 7c43421d51
Update utils.py
avoid lengthy names like ".home.user.Documents.Armory.armory_examples-master.navmesh.Sources.arm.node.FollowTree" to instead "arm.node.FollowTree", or ".home.user.Armory_06_linux64.Armory_latest_commit.armsdk..armory.Sources.armory.trait.SimpleScaleObject.hx" to simply "armory.trait.SimpleScaleObject.hx"

may prevent the working of a class named "test.Sources.Sources.MyTrait.hx", but "Package name must start with a lower case character", so I guess it's not a problem.
2019-07-10 01:42:43 -03:00
N8n5h 06fcdb4f94
Update utils.py 2019-07-10 00:25:37 -03:00
unknown 8bccdd9879 lz4 compress stubs 2019-06-22 11:29:05 +02:00
luboslenco af416c0a18 Detect vscode binary 2019-05-07 09:36:37 +02:00
luboslenco 85a325f082 Configurable KodeStudio path 2019-05-05 22:39:05 +02:00
unknown 4ecec19ad3 Force gpu skinning 2019-04-06 14:13:38 +02:00
luboslenco a8b830303a Fix area access 2019-02-16 00:37:14 +01:00
luboslenco e0e4bf303f Send operators to Krom 2019-02-10 11:47:42 +01:00
luboslenco b248eae2fb Show trait users as collections 2019-02-05 12:59:34 +01:00
Lubos Lenco 293f67b8e1
Merge pull request #1136 from DiegoBM/master
Added support for script subfolder organisation using haxe package syntax
2019-02-01 12:36:00 +01:00
Diego de Blas Mateo c41b64d75a Added support for script subfolder organisation using haxe package syntax 2019-01-31 13:37:54 +01:00
luboslenco e8a1c94e8b Faster builds using compilation server 2019-01-31 12:14:52 +01:00
luboslenco 74c887a1b7 Use PointerProperty for exporter scene 2019-01-24 15:09:49 +01:00
luboslenco 169bf4878b Clamp cascade size 2019-01-21 17:59:25 +01:00
luboslenco 2c5a98358a Fix code editor option 2019-01-21 16:15:15 +01:00
Lubos Lenco 79366f1e41
Merge pull request #1064 from BlackGoku36/master
Changed user_preferences to preferences to adapt with latest 2.8 api changes
2019-01-13 00:21:21 +01:00
luboslenco f78878cd89 Fix image.save_render call 2019-01-12 12:51:28 +01:00
luboslenco 7a1acb6228 Fix logic tree recache 2019-01-07 11:19:04 +01:00
unknown e760a781fd Faster exporter 2018-12-29 16:34:04 +01:00
unknown 1b00d3232e Fix non-minimized export 2018-12-24 15:46:41 +01:00
BlackGoku36 90658a74f6
user_preferences to preferences
adapt to latest changed api
2018-12-23 13:09:25 +05:30
luboslenco a9d4e9c2ef Begin b28 era 2018-12-18 23:48:38 +01:00
luboslenco 56fe80bf94 Custom exporter, begin hlc 2018-12-05 10:36:36 +01:00
luboslenco 26bf8e340f Blend and discard for forward_solid 2018-11-14 21:34:53 +01:00
luboslenco 6f1128ad3f Use trait props instead of parameters 2018-11-13 14:17:47 +01:00
luboslenco f57225e5f9 Export tga as png with alpha 2018-11-12 22:25:08 +01:00
luboslenco 19fb599207 Use the new KodeStudio 2018-09-21 21:32:45 +02:00
luboslenco ddea3b7cea Use new Kha 2018-09-05 08:49:44 +02:00
luboslenco d5682233da Add Khamake Threads option for faster builds 2018-08-30 15:42:25 +02:00
unknown 43a3ab2d6e Detect local armsdk 2018-08-16 23:07:50 +02:00
unknown 6642f5a3a1 Option to generate relative paths 2018-08-16 20:48:00 +02:00
unknown 3dc9a9bc32 Fix project name gen 2018-08-15 15:42:25 +02:00
luboslenco ff8b29f095 Generate project for Kode Studio 2018-08-07 08:56:48 +02:00
luboslenco 3fc1205353 Improved build system 2018-06-19 23:21:53 +02:00
unknown 6f90c84699 No voxels on macos yet 2018-06-02 14:07:43 +02:00
Lubos Lenco a1cbe7cef5 Fix path check 2018-05-28 16:49:46 +02:00
luboslenco e48b16d3d4 Upgrading armory into b2.8 engine 2018-05-24 22:16:28 +02:00
luboslenco 30770c8d3e Fix action detect 2018-05-18 13:40:01 +02:00
luboslenco 68c057c987 Vertex or Tessellated displacement 2018-05-07 23:09:38 +02:00
luboslenco 0667f9a71b WebAssembly modules 2018-04-15 11:55:42 +02:00
luboslenco a946dbbb6d Flags clean up 2018-04-14 15:07:05 +02:00
luboslenco 23ad7a1104 Add exporter targets 2018-04-13 19:14:11 +02:00
luboslenco ccff82f3df Add HashLink exporter 2018-04-06 17:39:22 +02:00
luboslenco b7308009bd Fix image convert 2018-03-26 16:28:27 +02:00
luboslenco 1e9ca95821 Allow to set ui scale for tools 2018-03-25 21:48:30 +02:00
luboslenco 36bc6f78d2 Allow to set code editor 2018-03-25 12:00:43 +02:00
luboslenco 068d207a50 Allow graphics api selection for player 2018-03-24 14:46:54 +01:00
luboslenco 92c4648496 Open in RenderDoc button 2018-03-22 21:43:22 +01:00
luboslenco 39ed5be430 Fix image unpack 2018-03-19 12:52:08 +01:00
luboslenco a963cb322a Render path UI refactor 2018-03-15 16:02:56 +01:00
luboslenco 462af79e61 Fix read_prop 2018-03-08 11:23:40 +01:00
luboslenco 5626003ead Krom exporter and JS minifier 2018-03-04 19:38:40 +01:00
Andrei Nadin 0faafcfe4d Fix for #492 ln -s fails on mac when the link already exists 2018-02-23 17:43:29 +11:00
Lubos Lenco 6403977ec6 Legacy Shaders option 2018-02-16 18:09:03 +01:00
Lubos Lenco b92d9cb71b Typo 2018-01-31 02:32:52 +01:00
Lubos dcc1933d2b Fixed paths 2018-01-31 02:51:09 +01:00
Lubos Lenco 7bcf405888 Begin new sdk structure 2018-01-31 00:56:38 +01:00
Lubos Lenco 4e1a2955d7 No voxels in browser 2018-01-28 17:28:13 +01:00
Lubos Lenco 35d5567737 Props for bundled scripts 2017-12-11 19:00:32 +01:00
Lubos Lenco 1642b2ebf8 Show traits in group outliner 2017-12-11 00:55:26 +01:00
Lubos Lenco 68754ad79c Rename tess to displacement 2017-11-26 14:45:36 +01:00
Lubos Lenco 00de597d19 New render path system 2017-11-22 21:17:36 +01:00
Lubos Lenco 42242b835d Python clean up 2017-11-20 14:32:36 +01:00
Lubos Lenco b3b8a9190f azerty camera controls 2017-11-10 14:53:40 +01:00
Lubos Lenco 3413feee19 Fetch script props for scene traits 2017-11-10 12:16:39 +01:00
Lubos Lenco c2606569ea Set start-up scene in exporter 2017-11-09 15:05:58 +01:00
Lubos Lenco 3d38675a9f b28 fixes 2017-10-27 09:05:03 +02:00
yulbryn 4b0b2e27ec Upgrade props
Added type of props displayed in Blender as: prop(Type). If type is String, auto add quotes in exporter.
2017-10-25 14:39:41 +02:00
Lubos Lenco ca80d71927 Fix prop parse 2017-10-18 23:47:40 +02:00
Lubos Lenco 6cb81bba05 Fix Kha path 2017-10-17 15:18:32 +02:00
Lubos Lenco ffa3f2cd91 Fix Kha path 2017-10-17 14:45:19 +02:00
Lubos Lenco 17b7c2d900 Improve skinning 2017-10-10 09:57:23 +02:00
Lubos Lenco ec9cedd833 Configurable project root 2017-10-06 18:56:05 +02:00
Lubos Lenco 68aa415cbd Fix proxy materials 2017-10-06 11:16:29 +02:00
luboslenco bd61d0f018 More b2.8 support 2017-09-10 15:37:38 +02:00
luboslenco 7cb4fa23f0 Begin b2.8 support 2017-09-09 20:53:46 +02:00
Lubos Lenco 19d4621789 Warn on non-safe path 2017-09-08 14:07:41 +02:00
Lubos Lenco 6eff988be8 Use default camera when none present 2017-08-22 12:08:44 +02:00
Lubos Lenco 757b8e462d Render path presets 2017-08-21 20:16:06 +02:00
Lubos Lenco 3d1611d567 Exporter presets 2017-08-21 15:36:21 +02:00
Lubos Lenco 5dd42f6948 Finish UI merge 2017-08-21 12:17:55 +02:00
Lubos Lenco c281c79db8 Defaults for trait props 2017-08-08 19:56:47 +02:00
Lubos Lenco dcbb64b63c Check engine 2017-07-27 10:23:59 +02:00
Lubos Lenco ea4e1fc008 Trait props 2017-07-24 02:27:22 +02:00
Lubos Lenco fe1c7c70c1 Ocean shadows draft 2017-07-07 17:23:32 +02:00
Lubos Lenco def11523a0 Logic node fixes 2017-07-03 15:16:15 +02:00
Lubos Lenco c411f3d166 Code patching 2017-07-02 20:48:19 +02:00