Giter Club home page Giter Club logo

Comments (16)

fat-tire avatar fat-tire commented on May 31, 2024 1

Yeah, I think your first location, something like /home/youraccount/docker/resolve/mounts/resolve-home/.local/share/DaVinciResolve/.LUT should be the right one. (The exact path will depend on where you've installed the git repository and the mount folders)

To verify, when you go into the container, say with ./resolve.sh /bin/bash, do you see the files at /home/resolve/.local/share/DaVinciResolve/.LUT? You can also just do: ./resolve.sh /bin/ls -la /home/resolve/.local/share/DaVinciResolve/.LUT

I'm not sure how exactly you got the LUTs into the .LUT directory, but make sure not only that the LUT files are there as expected, but that the permissions and ownership makes the files accessible to the program. They should probably match the other LUT files that are already there. If needed, you can change the permissions or owner with chmod or chown from inside the container or outside from the host.

A final thought-- you can also add your own LUT Locations in the settings: From a project, in the top menu bar, choose DaVinci Resolve->Preferences. Make sure the System tab is active, then under General, you can select LUT Locations. Then select Add or Remove.

Hope this helps. Let me know!

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024 1

Sorry, it's been so crazy at work! I'll try this later. Thank you so much!

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024 1

Oh, wow, your trick in your last paragraph worked! Thank you so much! The next thing I need to figure out are my hundreds of fonts :D

from resolve.

fat-tire avatar fat-tire commented on May 31, 2024 1

Glad you got the LUTs sorted. Re the fonts-- did you happen to see this section in the README?

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024 1

Very cool! I'll try it later. Thanks a lot! :)

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024 1

I finally got it to work. First thing I tried was copying the font into /usr/local/share/fonts. That didn't work. The next destination was in /usr/share/fonts/opentype. The font I copied was Blacksword.otf. Here are the steps I did, if in case someone in the future encounters the same issues:

1. cd /usr/share/fonts
2. mkdir opentype/blacksword
3. sudo cp /home/myname/.fonts/Blacksword.otf opentype/blacksword

And for folks who will read this, the .fonts directory is where I've always placed fonts I've downloaded. For the downloaded fonts to work, I have to run fc-cache -f -v. This is what I did when I was still using Davinci Resolve non-docker-based. With Fat-tire, you don't do this. Just follow the instructions above. Don't forget to put export RESOLVE_ENABLE_HOST_SYSTEM_FONTS="YES" in either ~/.bashrc orr ~/.zshrc.

I'm heading to work soon. I'll copy all the other fonts tonight.

Thank you so much! :)

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024 1

image

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024 1

Even more simpler. I created two directories under opentype and truetype. I called them AllOtherTTFs and AllOtherOTFs. I copied all my .otf files to AllOtherOTFs and .ttf to AllOtherTTFs. It worked!
https://github.com/fat-tire/resolve/assets/3783931/46d139d4-2875-4577-94e5-431604576367

from resolve.

fat-tire avatar fat-tire commented on May 31, 2024 1

Looks gorgeous! Congrats!

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024 1

Thanks for all the help! 😊

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024

I remember now. On my non-docker-based Davinci Resolve, I can open the LUT folder when I click the button. However, with my docker-based Davinci Resolve, nothing happens when I click it. It doesn't show any errors. Maybe if I move a new LUT in that location and restart Davinci Resolve, it might parse. I will try it.
image

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024

The .LUT folder you mentioned, is where I copied my other LUTS before. I fixed the group ownership but it still didn't help. I also tried clicking 'Update Lists' button, it didn't add my LUTs. The version of Davinci is the same as my non-docker version.

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024

I've followed the instructions. The environment variable worked. However, it looks like the fonts weren't getting rendered properly. I think 98% look the same. I guess I have like 150 fonts. What do you think is going on?

from resolve.

fat-tire avatar fat-tire commented on May 31, 2024

So you're saying the fonts are there and listed in the pull-down but are not rendered correctly? Is it possible that they are in an unsupported format or something?

from resolve.

c0debreaker avatar c0debreaker commented on May 31, 2024

Yes, the fonts are now showing in the pulldown in Davinci Resolve. Previously, I only saw like 15 fonts. Now, I see more than 100 fonts. However, there are fonts that I installed with fc-cache and I don't see them. I can see the fonts working in other applications though. I'll try to move them to /usr/share/fonts. I'll report back later.

from resolve.

fat-tire avatar fat-tire commented on May 31, 2024

Okay, yeah- I'm guessing that it's now pointing to the /usr/share/fonts (hence the zillion fonts-- probably the system fonts), so basically you want to get the fonts you want (that rhymes!) in the folder it's looking at... keep me posted, and if you have any suggestions for improving the default behavior, let me know. Thanks!

from resolve.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.