Collaborative project!
-
@ustk Its an Orthographic View , I will render with perspective as well
-
Perspective render test
-
@lalalandsynth Here you are
-
@lalalandsynth looks fantastic!!!!!!!!
Any way you can send me renders are they are now? backgrounds, strips? Not final, we will replace then later.
So I can start compiling beta 0.0.1 and testing???? -
@hisefilo Almost ready to push, but I still need your credentials Filo (the name you want to appear and website if you have one)
I have other's -
@ustk will place that later. don't worry. its https://sampleson.com the link
-
@hisefilo Yes, have to go out for a bit , will send when I get back .
-
@hisefilo Just pushed the "More" panel and interface code cleaning
-
@hisefilo Do you want the drawbars to be stepped?
-
@ustk mmmm never thought about it. ..... what do you think??
-
@hisefilo They are stepped. Rendered as 9 steps . 0-8
-
@hisefilo both are good, it could be a custom setting later in a pro version so let say this one can be stepped
-
@ustk Also saves bit of memory :)
-
@lalalandsynth @hisefilo Ok so I doing the stepping code...
-
@lalalandsynth Don't forget to stitch the strip in reverse order
-
@ustk Ok, so what is the rule here , why in reverse order ?
Also , for switches ? -
@lalalandsynth Because when a drawbar is fully opened (at 8), the knob is at 0
So the first image in the strip is 8, and the last image is 0 -
@hisefilo @lalalandsynth Drawbars are ready to receive the filmstrips
-
@ustk Yep, should be a way to flip value of a slider easily , but yes , will make sure of that .
-
@lalalandsynth It's not because of the values in fact but because of the mouse.
With a knob, the value is going up and down when the mouse goes up and down, so both the value and the filmstrip have to be inverted.
If we were using script panels, I could have made the code the way we want independently from the mouse movement.
So if it's a problem, tell me and I can change the knobs for script panels ;)