Skip to content

Blender addon - Select objects according to camera frame

Notifications You must be signed in to change notification settings

armabon/selectByCamFrame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

selectByCamFrame

Blender addon - Select objects according to camera frame

Download latest (2.8) (right click, save Target as)

Download older (2.7) (right click, save Target as)

Description:

Select all objects that are in (or out) camera frames. 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%