Closed gabrielmontagne closed 5 years ago
Thanks, looks fine to me. At this stage this project is mostly "a proof of concept", so those setting are just quickly thrown in and I'm not even sure the camera should be added, instead it may be better to let the users deside if they want to add ex. a camera for each character pointing at them, which could be done if we could get this object to keyword assigning working: https://blender.stackexchange.com/questions/158440/how-to-get-one-uilist-to-control-the-contents-of-another-uilist
I've uploaded your changes. Good idea to use the GP camera settings.
Now what's this funky stuff - screenwriting with nodes!? https://github.com/gabrielmontagne/blender-addon-bnhela
Awesome sauce : ) thanks for pulling this in! That repo bnhela is me playing around with the nodes API, see how to propagate data from one node to the next. Funny how low level that API is, which is kinda cool, after going throu a kindafrustrating acknowledgment phase.
It'd be great, yeah, at some point merge things in through a node API... but once I started playing with it for diagram and mind mapping, things got really spaghetti-y very quickly!
I'll close this issue as this is working now for me and I'll switch back from my humble fork to the real thing ; )
Could be fun to outline or rearrange the scene order in the node editor like index cards:
That's a cool idea, absolutely :+1: Hmm. : )
First things first: this project is super cool. Thanks for making it.
Now, I have a main scene, on which I load the fountain file, which has special dimensions and framerate. When I run the "Create sequence" operator, the scenes are created with the default blender configuration, which is a, to me, random framerate and size. All the scenes are then squished, and when I switch to the scenes, the framerate is also off.
I hacked my version to my taste, but I'm not sure if there'd be a better, more elegant solution to this issue?