summaryrefslogtreecommitdiffstats
path: root/modules/csg/config.py
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
| | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
* Sync classref with current sourceRémi Verschelde2018-05-121-0/+16
|
* CSG Support for Godot!Juan Linietsky2018-04-271-0/+5
-Missing Icons -Missing freezing option (for baking light and faster load) -Missing a way to export from Godot (GLTF2?) -Probably buggy (may freeze editor, can be worked around easily, but let me know if this happens so it's easier to catch bugs) Happy testing!