Git Product home page Git Product logo

Comments (4)

Tom-Ski avatar Tom-Ski commented on August 17, 2024 1

Yup, windows is pretty much impossible (on the fbx sdk versions we use). So it has to just be bundled manually which is pretty shit.

I can setup some nodes on jenkins and deploy that way, but it just requires getting round to it.

from fbx-conv.

mgsx-dev avatar mgsx-dev commented on August 17, 2024

@Tom-Ski i'm currently checking if fbx-conv still compatible with Blender 2.8 and their new default material (Principled BSDF). It looks fine so far but i had an issue with opacity : opaque materials went fully transparent in G3DJ file.
I built fbx-conv locally on linux (thank you for the travis build instructions btw) and it was ok : opacity is 1.0 now.
There was a fix merged #94 a long time ago (nov. 2015) but not included in last release (aug. 2015).
This plus PR #113 make me feel a new release is needed.
Btw, it would be nice to have a versionning (at least tags) in order to know what's in the latest release.

It seems you have trouble configuring build for windows in travis and i guess it blocks a new release. Unfortunately i can't help on Windows stuff.

No pressure, it's just a reminder just in case Blender 2.8 users start to complain and open issues here and there.

from fbx-conv.

happypandaface avatar happypandaface commented on August 17, 2024

yeah, opacity is working after you build it on linux. can confirm
had a time figuring out the makefile though. here's a couple commands I ran to build it roughly complete/in-order on ubuntu 18:

git clone https://github.com/libgdx/fbx-conv.git
wget http://images.autodesk.com/adsk/files/fbx20142_1_fbxsdk_linux.tar.gz
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-linux.tar.gz
sudo apt install g++
cd fbx-conv/
FBX_SDK_ROOT=<path>
./generate_makefile
cd fbx-conv/build/gmake/ && make -f fbx-conv.make
LD_LIBRARY_PATH=FBX_SDK_ROOT/<path to so>
fbx-conv/build/gmake/bin/Debug/fbx-conv file.fbx output_file.g3dj

from fbx-conv.

Tom-Ski avatar Tom-Ski commented on August 17, 2024

This is what is used for travis that works https://github.com/libgdx/fbx-conv/blob/master/.travis.yml

from fbx-conv.

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.