GithubHelp home page GithubHelp logo

demonrem / 3dsmax-xplnobj Goto Github PK

View Code? Open in Web Editor NEW

This project forked from steptosky/3dsmax-xplnobj

0.0 0.0 0.0 487 KB

This plug-in is for 3DsMax that allows you to import or export x-plane's obj format

License: Other

CMake 2.01% C++ 97.24% C 0.74%

3dsmax-xplnobj's Introduction

This Plugin is for the 3DsMax, it allows you to export to X-Plane obj format.

Warning

The importing is still under developing and does not work correctly!

Dependencies

Build

  • The release check list - is used for producing the releases.
  • You have to get the 3DsMax sdk and then put it into conan repository, see this for more information.
  • Adjust the file conanfile.txt, you can comment unnecessary 3DsMax sdk version with #. It also will turn off appropriate targets.
#3DsMaxSdk2009/last@steptosky/stable   will not be used
3DsMaxSdk2010/last@steptosky/stable
  • Create the buld folder mkdir build and go in cd build
  • Use conan install .. --profile ../conan-profiles/vs2015MD-Release --build=outdated to get all necessary dependencies.
    You can use predefined profiles as in this example or your ones.
  • Use cmake -G "Visual Studio 14 Win64" ../ -DCMAKE_INSTALL_PREFIX=../output for generation the visual studio 2015 project.
  • Use cmake --build . --target install --config Release for building the project with cmake or use visual studio.
  • You can make a .bat file and copy/paste and adjust the following script there.
::==========================================================
@echo off
set dir="msvc"
if not exist %dir% mkdir %dir%
cd %dir%
::==========================================================
call conan install .. --profile ../conan-profiles/vs2015MD-Release -g cmake_multi --build=outdated
call conan install .. --profile ../conan-profiles/vs2015MD-Debug -g cmake_multi --build=outdated
::==========================================================
call cmake -G "Visual Studio 14 Win64" ../ -DCMAKE_INSTALL_PREFIX=../output
::call cmake --build . --target install --config Release
::call cmake --build . --target install --config Debug
cd ../
::==========================================================

Copyright

Copyright (c) 2017, StepToSky team. All rights reserved.
www.steptosky.com

3dsmax-xplnobj's People

Contributors

pancir avatar

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.