aboutsummaryrefslogtreecommitdiff
path: root/modules/thekla_unwrap
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-5/+3
| | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-052-0/+2
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵robfram2018-01-041-2/+10
| | | | definition of NV_OS_LINUX instead NV_OS_FREEBSD
* Merge pull request #15114 from capnm/fix-bad-lightmap-crashRémi Verschelde2018-01-031-0/+7
|\ | | | | Avoid thekla_unwrap crash
| * Avoid thekla_unwrap crashMartin Capitanio2017-12-311-0/+7
| | | | | | | | Godot crashed here sometimes by generating the uv map.
* | Update copyright statements to 2018Rémi Verschelde2018-01-012-4/+4
|/ | | | Happy new year to the wonderful Godot community!
* -Fix some crashes in unwrapperJuan Linietsky2017-12-191-1/+1
| | | | -Add emission lighting to raytrace mode, fixes #14686
* Fixes thekla atlas mingw-w64 buildbruvzg2017-12-151-1/+1
|
* -Add lightmapperJuan Linietsky2017-12-141-3/+4
| | | | | | -Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button)
* Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvcRémi Verschelde2017-12-131-1/+2
|\ | | | | Don't pass -std=gnu++11 to MSVC
| * Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVCMatthias Hoelzl2017-12-121-1/+2
| |
* | Fix mingw build for thekla_atlasHein-Pieter van Braam2017-12-121-3/+7
|/
* -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-092-3/+85
| | | | | | | | -Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
* Fix thekla_atlas buildHein-Pieter van Braam2017-12-082-2/+2
| | | | clang doesn't like c++ versions being supplied to build c source files.
* Import thekla_atlasHein-Pieter van Braam2017-12-084-0/+140
As requested by reduz, an import of thekla_atlas into thirdparty/