Commit graph

1066 commits

Author SHA1 Message Date
Lubos Lenco 1642b2ebf8 Show traits in group outliner 2017-12-11 00:55:26 +01:00
Lubos Lenco beb1c8fb10 Use Vec4.distance instead of Vec4.distance3d 2017-12-10 12:01:58 +01:00
Lubos Lenco 18b20e6c93 Default to landscape orientation 2017-12-10 10:42:57 +01:00
Lubos Lenco fdce3e5195 Faster skinning, begin IK 2017-12-09 10:32:08 +01:00
Lubos Lenco 34fd94af8a Depth read fix for deferred quad pass 2017-12-07 20:46:41 +01:00
Lubos Lenco 46758cec5b Embed texture 2017-12-07 18:04:17 +01:00
Lubos Lenco 2a3b8ff81b Show trace in tab header 2017-12-07 17:44:44 +01:00
Lubos Lenco 7e8e2eff01 Define _CLUT 2017-12-07 17:43:59 +01:00
Lubos Lenco 5bb511a06b
Merge pull request #407 from Naxela/master
Implement LUT-based color-grading
2017-12-07 17:39:42 +01:00
Alexander Kleemann 42b0aaaded Implement LUT-based color-grading
3D LUT color grading. Maybe it's only necessary to only have the StringProperty like lensflare.
Todo: LUT size handling (resolution dependent), currently only 512x512 LUTS.
2017-12-07 17:09:44 +01:00
Lubos Lenco 9d912bec8a
Merge pull request #403 from guzzard/logicnodes-camera-fov
Get/Set CameraObject FOV logic nodes
2017-12-06 22:31:45 +01:00
Martin Wallin 1e19a9d0dc Get/Set CameraObject FOV logic nodes 2017-12-06 22:20:42 +01:00
Lubos Lenco bb41f829c6 Option to disable audio module 2017-12-06 19:55:08 +01:00
Lubos Lenco 034a832bf9 Improve object and action socket parse 2017-12-06 12:36:39 +01:00
Lubos Lenco f5e1dbe986 Expose PhysicsWorld.setGravity 2017-12-06 00:10:46 +01:00
Lubos Lenco 410dd5f795 Prepare for terrain collision shape 2017-12-05 23:45:40 +01:00
Lubos Lenco 2227d6475f Update updater info message 2017-12-05 23:13:37 +01:00
Lubos Lenco f056c35903 Detect voxel support 2017-12-05 23:06:24 +01:00
Lubos Lenco 8a0c0e40cf Less shadow bias for bigger maps 2017-12-05 22:00:27 +01:00
Lubos Lenco f7bf9127cd Fix azerty for camera and vehicle controller 2017-12-05 21:41:49 +01:00
Lubos Lenco 0cabc9bca7 Improve tracing 2017-12-05 21:41:17 +01:00
Lubos Lenco 0411b956c8 Tweak penumbra distance 2017-12-05 12:30:35 +01:00
Lubos Lenco 054ebc809e Cycles vector convert 2017-12-05 12:25:12 +01:00
Lubos Lenco 5eeefe3fdd Clamp penumbra taps 2017-12-04 23:37:45 +01:00
Lubos Lenco 9a20302114 Expose penumbra scale 2017-12-04 19:49:06 +01:00
Lubos Lenco 0025e77121 Fix visibility pass for voxels 2017-12-04 16:59:54 +01:00
Lubos Lenco 66539f9ba9 Cleanup Kode Studio build dir 2017-12-04 15:13:42 +01:00
Lubos Lenco 942e4d27fa Rigid body cleanup 2017-12-04 15:10:20 +01:00
Lubos Lenco 21b3ebf0b3 Fix linked data usage in logic nodes 2017-12-04 13:22:09 +01:00
Lubos Lenco 025b1b17c4 Handle null action 2017-12-04 12:59:18 +01:00
Lubos Lenco 65e930683b Use separate array for bones 2017-12-04 11:24:34 +01:00
Lubos Lenco d99f3a4f26 Cleanup 2017-12-04 09:45:39 +01:00
Lubos Lenco 8497d45e81 Print enabled traits only 2017-12-04 09:40:58 +01:00
Lubos Lenco 8b0ef36432 Clarify logic error 2017-12-04 09:34:04 +01:00
Lubos Lenco b82c87d446 Clarify print 2017-12-03 13:28:30 +01:00
Lubos Lenco 67ecc92082 Do not export RigidBodyWorld group 2017-12-03 13:25:20 +01:00
Lubos Lenco 62b93e8fa8 Skip osx travis for now 2017-12-03 13:05:56 +01:00
Lubos Lenco f316a8c47a Print Traits by scene 2017-12-03 13:04:24 +01:00
Lubos Lenco c3d355561d Print Traits helper 2017-12-03 12:30:14 +01:00
Lubos Lenco 927a0cba58 Fix export when scale is 0 2017-12-03 11:44:03 +01:00
Lubos Lenco f8d5b9aaad py fix 2017-12-03 11:33:04 +01:00
Lubos Lenco 76346ff20d
Merge pull request #389 from cclauss/patch-1
Add flake8 tests in Python 2.7 and 3.6
2017-12-03 11:30:42 +01:00
Lubos Lenco fbeeeac2d7 Visibility and dilate pass for soft shadows 2017-12-03 11:19:13 +01:00
cclauss 1fcf94643c
find_node_by_linkFrom() --> find_node_by_link_from() 2017-12-02 11:55:12 -05:00
cclauss 117c5358ea
from .arm.utils import get_sdk_path, krom_paths 2017-12-02 11:50:07 -05:00
cclauss ae643ac5b2
from .arm import assets 2017-12-02 11:42:58 -05:00
cclauss 8b1b44f465
Update exporter_gp.py 2017-12-02 11:39:24 -05:00
cclauss de86a031ec
from .arm.utils import build_dir, write_arm 2017-12-02 11:36:17 -05:00
cclauss eec85d3f7c
import os ; from . import arm.utils 2017-12-02 11:27:17 -05:00
cclauss 0506a6e10a
pip install flake8 2017-12-02 11:18:15 -05:00