Hi all! Is it possible to apply window themes to Cinelerra by type, as shown in the video? Link: https://www.datafilehost.com/d/f663cf49 I want to be run constantly Cinelerra with only concrete window theme. -- Ugin.
Ugin, this is interesting. One could write a theme that takes a bg_color as a parameter, and derive the theme setup functionally, instead of by static initializers. But, as it stands there are already 11 themes, and in a wide variety of colors. It would be nice to get a patch for that one! (from Phyllis email but written by GoodGuy). Is it possible to apply window themes to Cinelerra by type, as shown in
the video? Link: https://www.datafilehost.com/d/f663cf49 I want to be run constantly Cinelerra with only concrete window theme.
Sorry, I do not specialist on questions creating sinelerra's themes... But I would be interested to read a guide on how to do it. -- Ugin 02.09.2019 20:58, Phyllis Smith пишет:
Ugin, this is interesting. One could write a theme that takes a bg_color as a parameter, and derive the theme setup functionally, instead of by static initializers. But, as it stands there are already 11 themes, and in a wide variety of colors. It would be nice to get a patch for that one! (from Phyllis email but written by GoodGuy).
Is it possible to apply window themes to Cinelerra by type, as shown in
the video? Link: https://www.datafilehost.com/d/f663cf49 I want to be run constantly Cinelerra with only concrete window theme.
Ugin: Sorry, I do not specialist on questions creating sinelerra's themes...
But I would be interested to read a guide on how to do it.
There might have been a guide available in the CV version in the past, but I have not located one. It might be worthwhile to add one to the appendix in the CinelerraGG_manual.pdf in the future.
Meanwhile if you look at {cinelerra_path}/plugins/theme_cakewalk directory you can see what is involved. For comparison, in the plugins subdirectory each of the themes has its own subdirectory, named theme_... (for example theme_suv or theme_hulk). If you compare these, you can see that they all have similar formats with the majority of original work done in png and svg files.
Phyllis, I did not find the directory theme_cakewalk and others. I did find only the files: theme_cakewalk.plugin, theme_suv.plugin, etc. Path: {cinelerra}/plugins/themes/ Build: https://www.cinelerra-gg.org/download/testing/cinelerra-5.1-ub18-x86_64-stat... Or am I looking in the wrong place? -- Ugin 06.09.2019 21:28, Phyllis Smith пишет:
Ugin:
Sorry, I do not specialist on questions creating sinelerra's themes...
But I would be interested to read a guide on how to do it.
There might have been a guide available in the CV version in the past, but I have not located one. It might be worthwhile to add one to the appendix in the CinelerraGG_manual.pdf in the future.
Meanwhile if you look at {cinelerra_path}/plugins/theme_cakewalk directory you can see what is involved. For comparison, in the plugins subdirectory each of the themes has its own subdirectory, named theme_... (for example theme_suv or theme_hulk). If you compare these, you can see that they all have similar formats with the majority of original work done in png and svg files.
В сообщении от Saturday 07 September 2019 13:52:29 [email protected] написал(а):
Phyllis, I did not find the directory theme_cakewalk and others. I did find only the files: theme_cakewalk.plugin, theme_suv.plugin, etc. Path: {cinelerra}/plugins/themes/ Build: https://www.cinelerra-gg.org/download/testing/cinelerra-5.1-ub18-x86_64-stat... Or am I looking in the wrong place?
I think you should download source code ... or look via web interface: https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=tree;f=cinelerra... (but you will need source code locally for making and testing any changes) https://cinelerra-gg.org/download/pkgs/src/ - cin_5.1.20190831-src.tgz source for latest monthly build. But having local git copy somewhat better, I think (more fresh, and educational): git clone git://git.cinelerra-gg.org/goodguy/cinelerra.git and then just git pull from cinelerra directory for updating your loacl copy
-- Ugin
06.09.2019 21:28, Phyllis Smith пишет:
Ugin:
Sorry, I do not specialist on questions creating sinelerra's themes...
But I would be interested to read a guide on how to do it.
There might have been a guide available in the CV version in the past, but I have not located one. It might be worthwhile to add one to the appendix in the CinelerraGG_manual.pdf in the future.
Meanwhile if you look at {cinelerra_path}/plugins/theme_cakewalk directory you can see what is involved. For comparison, in the plugins subdirectory each of the themes has its own subdirectory, named theme_... (for example theme_suv or theme_hulk). If you compare these, you can see that they all have similar formats with the majority of original work done in png and svg files.
participants (3)
-
Andrew Randrianasulu -
Phyllis Smith -
preobraz@gmail.com