Version 20.125 (Almost Fully Functional Script Editor)
Jeison Yehuda Amihud (Blender Dumbass) редактира тази страница преди 4 години

Script Editor is Almost Fully Functional

Missing features:

  • Clipboard. I think I will implement a basic clipboard thing soon. It is working in any single line entry. So I don't thing it's going to take a long time to implement. But there is a problem. This would not be able to copy and paste parts of text that are formatted as formatted yet. Because it's not really a simple thing to do. I think in the end I'm going to use an old format from Blender-Organizer legacy for clipboard. Which was a text markup code. Rather then a database of now. But I'm not sure about it. I need to think about it.
  • Delete. Backspace works fine. Delete should work but it's broken. Also there is no backspace or delete on inserted images. But you can select an image and then delete it.
  • Un-Mark Text. There is currently no way to restore text from being marked. So there is this.
  • Ctrl-Z. Proabably simple. I think Story Editor also needs one.
  • Export. In the Blender - Organizer legacy I had a way to export the script into ODT. It's in plans for this one. But it's probably not soon.

Shots

An alpha version of shot preview is there too. It's on the left on the picture. It's currently able to edit names of shots ( unless their folders exist ), colors of mark, and you can see the renders if they exist.

Missing features:

  • Blend Files. Probably the first thing I'm going to implement next. There is no blend files anything.
  • Linking. Linking to the blend files is not there yet.
  • Rendering. I gonna probably design a whole system around rendering because of how I want to able to work in the end. In the multiuser idea that is going to be developed next. I want to be able to set up one computer as a kind of server and send rendering tasks to it. So rendering has to be able to be done in such a way that everything works.
  • Checklist Creation. If a shot already has a checklist (shot.progress) then it will be shown at the right side. But there is no way to generate one yet.
  • Scene Checklist. I was thinking about making a checklist for each scene as well in general. Like so while writting you could have a list of stuff you want to make sure to write about. Or something. But I'm not sure how to implement it properly yet. Since it's going to create a folder.

I guess play arround with it. Try to find things that do not work right. And tell me. I gonna have something to break my head with.