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
This commit is contained in:
Marc Gilleron
2018-01-20 16:18:51 +01:00
parent f5234e70be
commit e415fd05bb
5 changed files with 345 additions and 5 deletions

View File

@ -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 = ""