Coherence
latest
Getting Started
Installation
Basic Usage
Materials
Images
Third Party Plugins
Writing Components
Syncing Properties
Sending Events
Vertex Data Streams
Component Lifecycle
Blender API Reference
Unity API Reference
Internal Modules
Render Engine (core.engine)
Runtime (core.runtime)
Utility (core.utils)
Component (core.component)
Scene (core.scene)
Interop Structures (core.interop)
Image (core.image)
UI Modules
Properties (core.properties)
Panels (core.panels)
Operators (core.operators)
Coherence
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
Z
_
__del__() (CoherenceRenderEngine method)
__init__() (BaseComponent method)
(CoherenceRenderEngine method)
(Component method)
A
add_component() (in module Addon.api)
add_handler() (BaseComponent method)
(Component method)
(PluginMessageHandler method)
add_vertex_data_stream() (BaseComponent method)
(Component method)
add_viewport() (Runtime method)
Addon.core.component
module
Addon.core.engine
module
Addon.core.interop
module
Addon.core.operators
module
Addon.core.panels
module
Addon.core.properties
module
Addon.core.runtime
module
Addon.core.utils
module
append() (EventObservers method)
as_component_message() (InteropMessage method)
B
BaseComponent (class in Addon.core.component)
BaseComponentPropertyGroup (class in Addon.core.component)
BasePanel (class in Addon.core.panels)
bindcode (CoherenceRenderEngine attribute)
bl_idname (CoherenceRenderEngine attribute)
bl_label (CoherenceRenderEngine attribute)
bl_use_preview (CoherenceRenderEngine attribute)
blender_version (Runtime attribute)
bpy_obj (BaseComponent property)
(Component property)
buffer (InteropString64 attribute)
C
COHERENCE_IMAGEPAINT_PT_texture_sync (class in Addon.core.panels)
COHERENCE_LIGHT_PT_light (class in Addon.core.panels)
COHERENCE_LIST_OT_AddComponent (class in Addon.core.operators)
COHERENCE_MATERIAL_PT_settings (class in Addon.core.panels)
COHERENCE_OBJECT_PT_components (class in Addon.core.panels)
COHERENCE_OT_DestroyComponent (class in Addon.core.operators)
COHERENCE_OT_Start (class in Addon.core.operators)
COHERENCE_OT_Stop (class in Addon.core.operators)
COHERENCE_PT_context_material (class in Addon.core.panels)
COHERENCE_RENDER_PT_settings (class in Addon.core.panels)
COHERENCE_RENDER_PT_settings_advanced (class in Addon.core.panels)
CoherenceComponentMetadata (class in Addon.core.properties)
CoherenceImageProperties (class in Addon.core.properties)
CoherenceObjectProperties (class in Addon.core.properties)
CoherenceRenderEngine (class in Addon.core.engine)
CoherenceSceneProperties (class in Addon.core.properties)
Component (class in Addon.api)
ComponentAttribute (C# class in )
ComponentAttribute (C# class)
Name (C# property)->string
connection_name (CoherenceSceneProperties attribute)
(Runtime attribute)
count (InteropMessageHeader attribute)
D
data (InteropComponentMessage attribute)
(InteropMessage attribute)
debug() (in module Addon.core.utils)
destroy() (BaseComponent method)
(Component method)
destroy_component() (in module Addon.api)
dispatch() (EventObservers method)
draw_disconnected_view() (CoherenceRenderEngine method)
draw_render_header() (in module Addon.core.panels)
draw_unity_view() (CoherenceRenderEngine method)
draw_view3d_header() (in module Addon.core.panels)
E
empty (InteropString64 property)
enabled (BaseComponent property)
(InteropComponent attribute)
error (CoherenceImageProperties attribute)
error() (in module Addon.core.utils)
EventObservers (class in Addon.core.utils)
exclude_panels (CoherenceRenderEngine attribute)
F
forward (InteropCamera attribute)
frame (RenderTextureData attribute)
G
get_component() (CoherenceComponentMetadata method)
get_plugin() (Runtime method)
get_property_group_name() (BaseComponent class method)
(Component class method)
get_string_buffer() (in module Addon.core.utils)
H
has_mesh (BaseComponent property)
header (InteropMessage attribute)
height (InteropCamera attribute)
(RenderTextureData attribute)
I
IComponent (C# interface in )
AddHandler<T>(id, callback) (C# method)->void
AddVertexDataStream<T>(id, callback) (C# method)->void
IComponent (C# interface)
OnCoherenceConnected (C# method)->void
OnCoherenceDisabled (C# method)->void
OnCoherenceDisconnected (C# method)->void
OnCoherenceEnabled (C# method)->void
OnDestroy (C# method)->void
OnDisable (C# method)->void
OnEnable (C# method)->void
OnRegistered (C# method)->void
OnUnregistered (C# method)->void
RemoveAllHandlers (C# method)->void
RemoveHandler<T>(id, callback) (C# method)->void
RemoveVertexDataStream(id) (C# method)->void
SendEvent<T>(id, payload) (C# method)->void
Start (C# method)->void
id (InteropComponentMessage attribute)
identity() (in module Addon.core.interop)
index (InteropMessageHeader attribute)
interop (BaseComponent property)
InteropCamera (class in Addon.core.interop)
InteropComponent (class in Addon.core.interop)
InteropComponentMessage (class in Addon.core.interop)
InteropMatrix4x4 (class in Addon.core.interop)
InteropMessage (class in Addon.core.interop)
InteropMessageHeader (class in Addon.core.interop)
InteropQuaternion (class in Addon.core.interop)
InteropString64 (class in Addon.core.interop)
InteropTransform (class in Addon.core.interop)
InteropVector2 (class in Addon.core.interop)
InteropVector3 (class in Addon.core.interop)
invalid (InteropMessage property)
is_autobind() (BaseComponent class method)
(Component class method)
is_connected() (Runtime method)
is_running() (Runtime method)
isPerspective (InteropCamera attribute)
L
length (InteropMessageHeader attribute)
lens (InteropCamera attribute)
load_library() (in module Addon.core.interop)
log() (in module Addon.core.utils)
M
m00 (InteropMatrix4x4 attribute)
m01 (InteropMatrix4x4 attribute)
m02 (InteropMatrix4x4 attribute)
m03 (InteropMatrix4x4 attribute)
m10 (InteropMatrix4x4 attribute)
m11 (InteropMatrix4x4 attribute)
m12 (InteropMatrix4x4 attribute)
m13 (InteropMatrix4x4 attribute)
m20 (InteropMatrix4x4 attribute)
m21 (InteropMatrix4x4 attribute)
m22 (InteropMatrix4x4 attribute)
m23 (InteropMatrix4x4 attribute)
m30 (InteropMatrix4x4 attribute)
m31 (InteropMatrix4x4 attribute)
m32 (InteropMatrix4x4 attribute)
m33 (InteropMatrix4x4 attribute)
material (InteropComponent attribute)
material_id (BaseComponent property)
(Component property)
mesh (InteropComponent attribute)
mesh_id (BaseComponent property)
(Component property)
mesh_uid (BaseComponent property)
(Component property)
module
Addon.core.component
Addon.core.engine
Addon.core.interop
Addon.core.operators
Addon.core.panels
Addon.core.properties
Addon.core.runtime
Addon.core.utils
N
name (InteropComponent attribute)
name() (BaseComponent class method)
(Component class method)
O
object_name (BaseComponent property)
(Component property)
on_changed_visible_ids() (CoherenceRenderEngine method)
on_coherence_connected() (BaseComponent method)
(Component method)
on_coherence_disconnected() (BaseComponent method)
(Component method)
on_coherence_start() (BaseComponent method)
(Component method)
on_coherence_stop() (BaseComponent method)
(Component method)
on_connected() (Runtime method)
on_connected_to_shared_memory() (Runtime method)
on_create() (BaseComponent method)
(Component method)
on_depsgraph_update() (Runtime method)
on_destroy() (BaseComponent method)
(Component method)
on_disable() (BaseComponent method)
(Component method)
on_disconnected() (Runtime method)
on_enable() (BaseComponent method)
(Component method)
on_load_pre() (Runtime method)
on_message() (Runtime method)
on_property_change() (in module Addon.core.component)
on_property_change_wrapper() (in module Addon.core.component)
on_registered() (BaseComponent class method)
(Component class method)
on_tick() (Runtime method)
on_toggle_component_enabled() (in module Addon.core.properties)
on_unregistered() (BaseComponent class method)
(Component class method)
on_update() (CoherenceRenderEngine method)
on_update_mesh() (BaseComponent method)
(Component method)
P
parent (InteropTransform attribute)
pixels (RenderTextureData attribute)
PluginMessageHandler (class in Addon.core.utils)
plugins (Runtime attribute)
position (InteropCamera attribute)
(InteropTransform attribute)
property_group (BaseComponent property)
(Component property)
property_names (BaseComponent property)
(Component property)
R
rebuild_texture() (CoherenceRenderEngine method)
register() (BaseComponentPropertyGroup class method)
register_component() (in module Addon.api)
register_plugin() (Runtime method)
register_property_group() (BaseComponent class method)
remove() (EventObservers method)
remove_all_handlers() (BaseComponent method)
(Component method)
(PluginMessageHandler method)
remove_handler() (BaseComponent method)
(Component method)
(PluginMessageHandler method)
remove_vertex_data_stream() (BaseComponent method)
(Component method)
remove_viewport() (Runtime method)
render() (CoherenceRenderEngine method)
RenderTextureData (class in Addon.core.interop)
rotation (InteropTransform attribute)
running (Runtime attribute)
Runtime (class in Addon.core.runtime)
S
scale (InteropTransform attribute)
scene_obj (BaseComponent property)
(Component property)
send_event() (BaseComponent method)
(Component method)
(PluginMessageHandler method)
show_view3d_controls (CoherenceSceneProperties attribute)
size (InteropComponentMessage attribute)
start() (Runtime method)
stop() (Runtime method)
T
tag_redraw_viewports() (Runtime method)
target (InteropComponent attribute)
(InteropComponentMessage attribute)
(InteropMessage attribute)
texture_slot (CoherenceImageProperties attribute)
texture_slot_enum_items() (in module Addon.core.properties)
texture_slot_update_frequency (CoherenceSceneProperties attribute)
to_interop_int_array() (in module Addon.core.interop)
to_interop_matrix4x4() (in module Addon.core.interop)
to_interop_quaternion() (in module Addon.core.interop)
to_interop_transform() (in module Addon.core.interop)
to_interop_vector2() (in module Addon.core.interop)
to_interop_vector3() (in module Addon.core.interop)
type (InteropMessageHeader attribute)
U
unregister() (BaseComponentPropertyGroup class method)
unregister_all_plugins() (Runtime method)
unregister_component() (in module Addon.api)
unregister_plugin() (Runtime method)
unregister_property_group() (BaseComponent class method)
up (InteropCamera attribute)
update_render_texture() (CoherenceRenderEngine method)
update_transform() (in module Addon.core.interop)
update_viewport_camera() (CoherenceRenderEngine method)
V
validate_image_for_sync() (in module Addon.core.properties)
value (InteropString64 property)
view_draw() (CoherenceRenderEngine method)
view_update() (CoherenceRenderEngine method)
viewDistance (InteropCamera attribute)
viewport_id (CoherenceRenderEngine attribute)
viewportId (RenderTextureData attribute)
viewports (Runtime attribute)
W
w (InteropQuaternion attribute)
warning() (in module Addon.core.utils)
width (InteropCamera attribute)
(RenderTextureData attribute)
X
x (InteropQuaternion attribute)
(InteropVector2 attribute)
(InteropVector3 attribute)
Y
y (InteropQuaternion attribute)
(InteropVector2 attribute)
(InteropVector3 attribute)
Z
z (InteropQuaternion attribute)
(InteropVector3 attribute)