set_render_context_option
Set the value of a render context option by key.
References:
arguments
-
"key" : String
The name of the render context option to set.
-
"render_context_name" : String
The name of the render context.
-
"scene_name" : String
The name of the scene that owns the render context.
-
"type" : String
The type that the value needs to be. eg: "Sint32", "String", etc.
-
"value" : Data
The value to set the render context option to.