Pullusb / selectByCamFrame

Blender addon - Select objects according to camera frame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select by camera frame

Blender addon - Select objects according to camera frame

Download latest (2.8 / 3.x+)

For older blender 2.7 version go here

Description:

Select all objects that are in (or out) camera framing. Usefull to hide/delete objects outside of view to gain viewport performance or simply clean scene.

Works by checking bounding box of objects. To launch, use either "Select inside cam" or "Select outside cam" (Only available for object mode)

Panel and demo:

panel

options:

  • Anim - Check for every frame in time range. Else use only current frame.

  • Additive select - Add to current selection. Else select/deselect everything

  • Margin - Extend a selection margin outside framing (or inside if negative) note: Margin default value is 0.03 as safety to avoid having an object being wrongly evaluated as outside the frame (part of the object can be visible inside with bounding_box corner all outside).

  • filter - A list of object type to restrict selection only to those type

About

Blender addon - Select objects according to camera frame


Languages

Language:Python 100.0%