[console_scripts]
syclops = syclops.cli:main

[syclops.outputs]
syclops_output_keypoints = syclops.blender.sensor_outputs.keypoints:Keypoints
syclops_output_object_positions = syclops.blender.sensor_outputs.object_positions:ObjectPositions
syclops_output_pixel_annotation = syclops.blender.sensor_outputs.pixel_annotation:PixelAnnotation
syclops_output_rgb = syclops.blender.sensor_outputs.rgb:RGB
syclops_output_structured_light = syclops.blender.sensor_outputs.structured_light:StructuredLight

[syclops.plugins]
syclops_plugin_crop = syclops.blender.plugins.crop:Crop
syclops_plugin_environment = syclops.blender.plugins.environment:Environment
syclops_plugin_ground = syclops.blender.plugins.ground:Ground
syclops_plugin_object = syclops.blender.plugins.object:Object
syclops_plugin_scatter = syclops.blender.plugins.scatter:Scatter
syclops_plugin_simulated_scatter = syclops.blender.plugins.simulated_scatter:SimulatedScatter

[syclops.postprocessing]
syclops_postprocessing_bounding_boxes = syclops.postprocessing.bounding_boxes:BoundingBoxes

[syclops.sensors]
syclops_sensor_camera = syclops.blender.sensors.camera:Camera
