aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/baked_lightmap_editor_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes ↵Juan Linietsky2018-01-121-1/+1
| | | | | | #14686. -Refresh progress bar less often, makes baking, exporting, etc. faster.
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+30
| | | | | | 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.
* found via cppcheck:firefly24422018-01-031-1/+0
| | | | | | | remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used
* Updated iconsDaniel J. Ramirez2017-12-141-1/+1
| | | | [ciskip]
* -Add lightmapperJuan Linietsky2017-12-141-0/+95
-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)