summaryrefslogtreecommitdiffstats
path: root/core/make_binders.py
diff options
context:
space:
mode:
authorMarc Gilleron <marc.gilleron@gmail.com>2018-01-20 16:18:51 +0100
committerMarc Gilleron <marc.gilleron@gmail.com>2018-01-20 16:59:26 +0100
commite415fd05bb5f7f66cfa76bf27247ffe329429405 (patch)
tree9d70c96a5e5bbc908d92589b3ae09827f5ea2490 /core/make_binders.py
parentf5234e70be7dec4930c2d5a0e829ff480d044b1d (diff)
downloadredot-engine-e415fd05bb5f7f66cfa76bf27247ffe329429405.tar.gz
Added all missing VisualServer bindings
- Added bindings for multimesh, immediate, skeleton, light, reflection probe, gi probe, lightmap, particles, camera, environment, scenario, instance - Removed draw and sync, were duplicates of force_* equivalents - Bumped binders max arguments from 11 to 13 - Wrote some wrappers as not all methods were variant-friendly
Diffstat (limited to 'core/make_binders.py')
-rw-r--r--core/make_binders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/make_binders.py b/core/make_binders.py
index 6f42c6e8eb..1e581f8ce3 100644
--- a/core/make_binders.py
+++ b/core/make_binders.py
@@ -244,7 +244,7 @@ def make_version(template, nargs, argmax, const, ret):
def run(target, source, env):
- versions = 11
+ versions = 13
versions_ext = 6
text = ""
text_ext = ""