Import CSV animation #47462
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#47462
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TVPaint is a proprietary, pixel-based, 2D cartoon animation drawing program. It has a .csv export format, specially to export the animation into other applications. CSV is a plain text spreadsheet format (=comma separated values). The exported files are: png pictures in a folder and an exposure sheet in a csv file. The animation is layered, and the pictures are randomly reusable on any frames.
My addon is an importer for this format, based on the "Images as planes" and the Gimp import addons . Each picture is an individual plane object with its own image texture. I used animated visibility and renderability: on picture changes, it switches off the old picture and switching on the new one. Additionally, since each picture is a separate object, there are no frozen picture problems in the 3D editor, like with the image sequence textures.
It creates a new scene and a matching orthographic camera optionally.
There are two main modes:
1: It creates Compositing nodes and puts each layer on separated render layers. With this solution, many blending modes are possible for the layers.
2: It creates everything on the same, current layer and emulates some layer blending modes through material and texture settings. The supported blending modes are: Color, Add and Screen, and also in Cycles, Multiply. But these are a kind of fake.
csv_example.zip
30 AUG 2016 version:io_import_csv_animation.py
Changed status to: 'Open'
Added subscriber: @totoro-4
Added subscriber: @Sergey
This .csv format import/export is also available now in Krita from version 3.0.
Added subscriber: @BrendonMurphy
hi, is there a user base for this addon?
I think yes, I made a link to this addon on the TVPaint forum: so people can find it.
On this same forum I have an addon for Moho (former Anime Studio) too. In Krita, this is a built-in format. I can't see how many peoply are actually using these, but there were a few downloads.
Changed status from 'Open' to: 'Archived'
@totoro-4 hi, thanks for fast reply, It looks like this might have a somewhat limited userbase atm. I think it's currently best to keep this as an external addon for those that may use it.
Thanks for your participation, Currently I'm cleaning up & archiving old addons tracker tasks & I'll need to archive this task.
Feel free to submit new addons during the 2.8 series of Blender.
Thanks again.
Closed as archived.