Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

BlenderBoi/Frame_Ranger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frame Ranger

Banner

Frame Ranger is a blender add-on that helps manages Object's Action, Timeline Markers, Frame Range and more

FrameRangerDemo.webm

This Add-on Consist of Multiple Sections, You can Turn On / Off Based On Your Needs in the Preferences

Feature Overview

Object Action Manager

Stores Actions in Object so that you can associate actions to a object, and switch the object's action easily. It Also Comes With Many Other Feature that can be useful

ObjectActionManager

Important: This does not work on linked library override`

Action Switching

Quickly Switch Object's Action, and setting the frame range to the action's first and last keyframe or manual frame range settings.

ActionSwitching.webm

Import FBX Action

Frame Ranger comes with a wrapper operator that import fbx and remove everything other than the actions, that means you will only import the action instead while other stuff that imported from the fbx will be discarded.

The Action is then Loaded to Object Action Manager. You have the option to use the Build In Import FBX.

This can be useful for combining multiple mixamo fbx into one for game engine use.

ImportFBX.webm

Action Bin

List Out All the Actions in the Blender File, and helps managing it by providing some basic feature to work on them.

ActionBin

Auto Frame Range

Automatically Set Frame Range to the first and last key frames when turned on, Works on Object's Action, NLA Strips and Video Sequencer Strips

AutoFrameRangeMenu

ActionAutoFrameRange.webm
NLAAutoFrameRange.webm
SequencerAutoFrameRange.webm

Animation Player

Adds the Animation Player Buttons (Play, Pause etc...) and Frame Range Settings from Timeline Editor to Dopesheet, Graph Editor, NLA Editor and Video Sequencer

AnimationPlayer

Frame Range Manager

Stores Frame Range in a List so that you can Switch Frame Ranges Easily

FrameRangeManager

Frame Range Switching

This Can Be Useful to Breakdown a Scene to Multiple Chunk and Work on it Without Manually Typing in the Frame Numbers.

FrameRangeSwitching.webm

The Frame Ranges Can Be Exported and Imported into other Blend Files.

Timeline Markers Manager

Presents Timeline Markers In A list form as well as adding some operators that make timeline markers more useful, by allowing it to be easily created, bind to camera, or jump to marker.

TimelineMarkersPanel

Bind Camera From View to Marker

Create Marker at Current Frame, Create Camera at Camera View and bind Camera to Marker

CreateAndBindCamera.webm

Import / Export Timeline Marker

You can Import and Export Timeline Markers between blend files

IOTimelineMarker.webm

Jump To Markers

Jump Current Frame to Markers

JumpToMarker.webm

Documentation

Frame Ranger Documentation