Skip to content

Addon that reads rotation data from a csv file and creates an animation rotating a specific object

Notifications You must be signed in to change notification settings

alexboarotto/RecMotion-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

CSV-blender-rotations

Addon that reads rotation data from a csv file and creates an animation rotating a specific object

Installation

Download this repo as a zip file clicking on Code > Download ZIP

image

Copy the CSV-Rotations folder into your Blender "addons" directory (In Windows it's usually C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\addons) To find the Blender directory on your system check out: https://docs.blender.org/manual/en/latest/advanced/blender_directory_layout.html

In Blender, go to Edit > Preferences > Add-Ons and search for "Object: CSV Rotations"

image

Activate it by clicking on the checkbox

UI

In the properties panel open the scene tab. There you will find a Header called "CSV Rotations". Click on it to see the plugin's UI.

image

image

  • The Import CSV button will open a file browser where you will be able to select the .txt file containing the rotation data.
  • The Vehicle input will allow you to select the object in the scene that you would like to be animated. You can drag and drop objects from the outliner or just click and select objects directly in here
  • The Set Origin button will apply all modifiers on the current object selected as the vehicle as well as set the objects origin to the 3D Cursor's location.

Once you've imported the .txt file 2 more fields will appear at the bottom of the plugin's UI

image

  • The Frame Interval field will allow you to input how many frames you would like there to be between each value read from the csv.
  • The Generate Animation button will create a keyframe each Frame Interval frames with the rotational data

Moving 3D Cursor

In the top-right side of the viewport click on the little arrow hanging from the side to open the additional tools. (Shortcut: N)

image

Navigate to the view tab and there you can find the input fields to edit the location value of the 3D cursor. (You can click and drag over the fields to use them as a slider)

image

About

Addon that reads rotation data from a csv file and creates an animation rotating a specific object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages