Code Monkey home page Code Monkey logo

Comments (7)

Calinou avatar Calinou commented on July 4, 2024

The process is likely similar to the Android setup:

from godot-ci.

croxis avatar croxis commented on July 4, 2024

Is there a specific reason for using focal?

from godot-ci.

Calinou avatar Calinou commented on July 4, 2024

Is there a specific reason for using focal?

I think it's mostly for legacy reasons, as we don't self-compile export templates (so we don't need to be running old Linux to compile binaries that are compatible with old Linux distributions).

That said, we don't recommend using distribution-provided Blender, as it's often outdated and may be modified in undesirable ways. Blender upstream themselves advises downloading Blender from the official source instead.

from godot-ci.

lunarlabs avatar lunarlabs commented on July 4, 2024

You'll also need to get xz-utils in order to extract Blender, it looks like?

edit: Here's what I came up with for the import-assets job:

  stage: import-assets
  script:
    - apt-get update
    - apt-get install -y --no-install-recommends xz-utils
    - wget -nv https://mirrors.dotsrc.org/blender/release/Blender3.6/blender-3.6.0-linux-x64.tar.xz 
    - tar -xf blender-3.6.0-linux-x64.tar.xz
    - cd blender-3.6.0-linux-x64
    - pwd | sed 's/^/filesystem\/import\/blender\/blender3_path = \"/;s/$/"/' >> ~/.config/godot/editor_settings-4.tres
    - cd ..
    - godot -v -e --quit --headless

from godot-ci.

croxis avatar croxis commented on July 4, 2024

from godot-ci.

arnaudvergnet avatar arnaudvergnet commented on July 4, 2024

Hello, would you be open for contributions for a docker image pre-configured to use Blender ? Or at least a readme section with an example job to set up blender with the existing image.

from godot-ci.

lunarlabs avatar lunarlabs commented on July 4, 2024

I could probably do a readme, sure.

from godot-ci.

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.