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:
@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user