summaryrefslogtreecommitdiff
path: root/modules/thekla_unwrap/SCsub
AgeCommit message (Collapse)Author
2018-09-29Fix inconsistent use of tabs and spaces in indentationMikko Mustonen
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
Also remove unnecessary `Export('env')` in other SCsubs, Export should only be used when exporting *new* objects.
2018-01-04Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵robfram
definition of NV_OS_LINUX instead NV_OS_FREEBSD
2017-12-15Fixes thekla atlas mingw-w64 buildbruvzg
2017-12-13Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvcRémi Verschelde
Don't pass -std=gnu++11 to MSVC
2017-12-12Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVCMatthias Hoelzl
2017-12-12Fix mingw build for thekla_atlasHein-Pieter van Braam
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
-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
2017-12-08Fix thekla_atlas buildHein-Pieter van Braam
clang doesn't like c++ versions being supplied to build c source files.
2017-12-08Import thekla_atlasHein-Pieter van Braam
As requested by reduz, an import of thekla_atlas into thirdparty/