Git Product home page Git Product logo

osbtools's People

Contributors

dshlai avatar predat avatar shyal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

osbtools's Issues

osbTools version

Hi!

I just compiled osbTools on windows for maya 2019 (will create a PR with my changes).
During the cmake configure process, in cmake/modules/version.cmake it tries to find the version from git tags. This repo does not contain any tags, so it falls back to 0.0.0.

Can you please create a tag with the appropriate version number?

sanity Check Query

Can you Please tell me how one can install Sanity Check for maya 2017?
They are really good topics in that and tempting us to use

Thanks.
@shyal @predat

No license

This looks interesting, but there's no license, so nobody can do anything with the code. MIT, maybe?

Linux g++ compile for maya2016 error

Hi Guys,

I try to compile this plugin in Linux, but an error occurred at last step.

My env:
MAYAVER=2016 (devkit v3)
BOOSTVER=1.47.0
PLATFORM=el6
GCC= 4.4.7

Maybe overlappingUVShells.o have some problems.
If I exclude it, compile is successfully.

Other Maya versions Lib compile this plugin have happened it?
How to fix it?

Error log:

mkdir -p .build/maya2016sp1/osbTools-1.0/src
/usr/bin/g++ -c -o .build/maya2016sp1/osbTools-1.0/src/UVReversed.o src/UVReversed.cpp -shared -O3 -DNDEBUG -fno-strict-aliasing -c -fPIC -D_BOOL -DREQUIRE_IOSTREAM -DLINUX -I/usr/include/boost/ -I/home/qijun_peng/Dev/code/Maya_2016_DEVKIT_3_Linux/devkitBase/include
mkdir -p .build/maya2016sp1/osbTools-1.0/src
/usr/bin/g++ -c -o .build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o src/overlappingUVShells.cpp -shared -O3 -DNDEBUG -fno-strict-aliasing -c -fPIC -D_BOOL -DREQUIRE_IOSTREAM -DLINUX -I/usr/include/boost/ -I/home/qijun_peng/Dev/code/Maya_2016_DEVKIT_3_Linux/devkitBase/include
mkdir -p .build/maya2016sp1/osbTools-1.0/src
/usr/bin/g++ -c -o .build/maya2016sp1/osbTools-1.0/src/UVSeams.o src/UVSeams.cpp -shared -O3 -DNDEBUG -fno-strict-aliasing -c -fPIC -D_BOOL -DREQUIRE_IOSTREAM -DLINUX -I/usr/include/boost/ -I/home/qijun_peng/Dev/code/Maya_2016_DEVKIT_3_Linux/devkitBase/include
mkdir -p .build/maya2016sp1/osbTools-1.0/src
/usr/bin/g++ -c -o .build/maya2016sp1/osbTools-1.0/src/holesBorder.o src/holesBorder.cpp -shared -O3 -DNDEBUG -fno-strict-aliasing -c -fPIC -D_BOOL -DREQUIRE_IOSTREAM -DLINUX -I/usr/include/boost/ -I/home/qijun_peng/Dev/code/Maya_2016_DEVKIT_3_Linux/devkitBase/include
mkdir -p .build/maya2016sp1/osbTools-1.0/src
/usr/bin/g++ -c -o .build/maya2016sp1/osbTools-1.0/src/Renaming.o src/Renaming.cpp -shared -O3 -DNDEBUG -fno-strict-aliasing -c -fPIC -D_BOOL -DREQUIRE_IOSTREAM -DLINUX -I/usr/include/boost/ -I/home/qijun_peng/Dev/code/Maya_2016_DEVKIT_3_Linux/devkitBase/include
mkdir -p .build/maya2016sp1/osbTools-1.0/src
/usr/bin/g++ -c -o .build/maya2016sp1/osbTools-1.0/src/pluginMain.o src/pluginMain.cpp -shared -O3 -DNDEBUG -fno-strict-aliasing -c -fPIC -D_BOOL -DREQUIRE_IOSTREAM -DLINUX -I/usr/include/boost/ -I/home/qijun_peng/Dev/code/Maya_2016_DEVKIT_3_Linux/devkitBase/include
mkdir -p .build/maya2016sp1/osbTools-1.0/src
/usr/bin/g++ -c -o .build/maya2016sp1/osbTools-1.0/src/intersect.o src/intersect.cpp -shared -O3 -DNDEBUG -fno-strict-aliasing -c -fPIC -D_BOOL -DREQUIRE_IOSTREAM -DLINUX -I/usr/include/boost/ -I/home/qijun_peng/Dev/code/Maya_2016_DEVKIT_3_Linux/devkitBase/include
mkdir -p .build/maya2016sp1/osbTools-1.0/src
/usr/bin/g++ -c -o .build/maya2016sp1/osbTools-1.0/src/triangleOverlappingTest.o src/triangleOverlappingTest.cpp -shared -O3 -DNDEBUG -fno-strict-aliasing -c -fPIC -D_BOOL -DREQUIRE_IOSTREAM -DLINUX -I/usr/include/boost/ -I/home/qijun_peng/Dev/code/Maya_2016_DEVKIT_3_Linux/devkitBase/include
/usr/bin/g++ -shared -Wl,-soname,osbTools-1.0.so.1 -Wl,-Bdynamic -o .build/maya2016sp1/osbTools-1.0/osbTools-1.0.so .build/maya2016sp1/osbTools-1.0/src/UVReversed.o .build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o .build/maya2016sp1/osbTools-1.0/src/UVSeams.o .build/maya2016sp1/osbTools-1.0/src/holesBorder.o .build/maya2016sp1/osbTools-1.0/src/Renaming.o .build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o .build/maya2016sp1/osbTools-1.0/src/pluginMain.o .build/maya2016sp1/osbTools-1.0/src/intersect.o .build/maya2016sp1/osbTools-1.0/src/triangleOverlappingTest.o -L/usr/lib/boost -L/usr/autodesk/maya2016/lib -lOpenMaya -lOpenMayaUI -lOpenMayaAnim
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o: In function OverlappingUVShells::isUndoable() const': overlappingUVShells.cpp:(.text+0x0): multiple definition ofOverlappingUVShells::isUndoable() const'
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o:overlappingUVShells.cpp:(.text+0x0): first defined here
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o: In function OverlappingUVShells::undoIt()': overlappingUVShells.cpp:(.text+0x10): multiple definition ofOverlappingUVShells::undoIt()'
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o:overlappingUVShells.cpp:(.text+0x10): first defined here
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o: In function OverlappingUVShells::~OverlappingUVShells()': overlappingUVShells.cpp:(.text+0x50): multiple definition ofOverlappingUVShells::~OverlappingUVShells()'
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o:overlappingUVShells.cpp:(.text+0x50): first defined here
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o: In function OverlappingUVShells::~OverlappingUVShells()': overlappingUVShells.cpp:(.text+0x50): multiple definition ofOverlappingUVShells::~OverlappingUVShells()'
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o:overlappingUVShells.cpp:(.text+0x50): first defined here
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o: In function OverlappingUVShells::~OverlappingUVShells()': overlappingUVShells.cpp:(.text+0x70): multiple definition ofOverlappingUVShells::~OverlappingUVShells()'
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o:overlappingUVShells.cpp:(.text+0x70): first defined here
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o: In function OverlappingUVShells::OverlappingUVShells()': overlappingUVShells.cpp:(.text+0x90): multiple definition ofOverlappingUVShells::OverlappingUVShells()'
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o:overlappingUVShells.cpp:(.text+0x90): first defined here
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o: In function OverlappingUVShells::OverlappingUVShells()': overlappingUVShells.cpp:(.text+0x90): multiple definition ofOverlappingUVShells::OverlappingUVShells()'
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o:overlappingUVShells.cpp:(.text+0x90): first defined here
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o: In function OverlappingUVShells::creator()': overlappingUVShells.cpp:(.text+0xb0): multiple definition ofOverlappingUVShells::creator()'
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o:overlappingUVShells.cpp:(.text+0xb0): first defined here
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o: In function OverlappingUVShells::doIt(MArgList const&)': overlappingUVShells.cpp:(.text+0xf0): multiple definition ofOverlappingUVShells::doIt(MArgList const&)'
.build/maya2016sp1/osbTools-1.0/src/overlappingUVShells.o:overlappingUVShells.cpp:(.text+0xf0): first defined here
collect2: ld returned 1 exit status
make: *** [.build/maya2016sp1/osbTools-1.0/osbTools-1.0.so] Error 1

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.