Update 'README.md'

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2020-12-28 17:27:15 +00:00
parent 6074d14bdd
commit 85dd9d3190

View file

@ -4,6 +4,48 @@
New And Improved Movie Creation Tool, Based on [Blender Organizer](https://github.com/JYamihud/blender-organizer).
## Features
The features of VCStudio include.
**Managing Projects**
![](https://notabug.org/jyamihud/update_manager/raw/master/vcstudio/progect_manager_preview_for_BO.png)
VCStudio compared to Blender-Organizer has a project manager. Which means you install it ones. And do not care about installing it later. While with Blender-Organizer every project had a separate installation of the program.
This **Project Manager** is capable of Creating New Projects, Finding those already on the computer. Including those from Blender-Organizer. Converting projects from Blender-Organizer to VCStudio in a such a way that it's not really breaking Blender-Organizer's installation inside the project. Also Installing updates is done from the Project Manager. So to prevent any installation frustration after the initial installation.
**Writting Scripts**
![](https://notabug.org/jyamihud/update_manager/raw/master/vcstudio/script_writer_preview_for_BO.png)
To make a movie of any kind. Whether it's animation project done with Blender. Or any other type of movie. You need a screen-play. A script. A story. And usually people don't really connnect the story into the produciton of the movie very well. VCStudio is fixing it by making the script a central point in the pipeline.
On the picture above you see a test scene written with VCStudio with shots and assets marked right in the script. The creation of the assets is done primarily while writing.
![](https://notabug.org/jyamihud/update_manager/raw/master/vcstudio/story_editor_preview_for_BO.png)
The script it self is broken into scenes in a simple node system. Every scene is a node. And connecting scene nodes will give you the contnuity of the story. This make it possible to have multiple versions of the scene or of the entire script which are not effecting the main story. Since they are not connected to the main plot line. ( The one coming from the Start Node all the way through the story and to the End node. )
**Asset Management**
![](https://notabug.org/jyamihud/update_manager/raw/master/vcstudio/assets_preview_for_BO.png)
Of course if you have characters or any other type of assets in the story. You want to be able to manage them. For which VCStudio has an asset manager. Where you can create Blender Files. Create and manage tasks. Schedule tasks for various people. Have access to the list of mentions of a particular asset in the story. And have a link system of the assets when you want to animate them based on the story.
**Analytics**
![](https://notabug.org/jyamihud/update_manager/raw/master/vcstudio/analytics_preview_for_BO.png)
The goal of any project. Is to start at 0% and end up at 100% over a certain period of time. With VCStudio you have the ability to set Start Date and Deadline. Compare current time to the completion of the movie. See a graph of progress with 3 different algorithms. And manage schedules and history for any specific date.
**Multiuser**
*The multiuser feature is under development but it will allow you sync multiple computers with the same project. Such as multiple people could work in the same time.*
## Reasons to Re-do Blender-Organizer
The old Blender Organizer project was using an outdated Python2 for the entire system.