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
@predat is the latest person to have worked on the OSBTools build system, so maybe have a chat with him. I'm not in the industry at the moment.
On Wed, Nov 14, 2018 at 6:22 PM rovi9969 [email protected] wrote:
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 https://github.com/shyal @predat https://github.com/predat
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/shyal/osbTools/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/ABARdDsSS8_frMYcxs9YXzBs5XPbfka6ks5uvF9OgaJpZM4YeUGC .
Okay thanks for replying me with the proper answer @shyal @predat Can you Please me with the installation of this script or plugin ?
don't you guys have a dev who can help you out with this? Are you a studio?
On Thu, Nov 15, 2018 at 6:16 PM rovi9969 [email protected] wrote:
Okay thanks for replying me with the proper answer @shyal https://github.com/shyal @predat https://github.com/predat Can you Please me with the installation of this script or plugin ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/shyal/osbTools/issues/5#issuecomment-439138673, or mute the thread https://github.com/notifications/unsubscribe-auth/ABARdAXknI7tqFNvuReNicMVK5IxuINeks5uva9ygaJpZM4YeUGC .
Hello @rovi9969,
Sorry for the response delay but i’m very busy these days...
What is the OS you’re using ?
osbTools is a mix of python scripts and c++ code, so you need some tools to install it; like git, cmake and a compiler (gcc for Linux or msvc 2015 at least for windows).
We are using Windows @predat Sorry for being late @shyal we don't have developer yet but maybe soon , its small boutique
ok cool maybe you can hire @predat for a couple hours.
On Fri, Nov 16, 2018 at 5:37 PM rovi9969 [email protected] wrote:
We are using Windows @predat https://github.com/predat Sorry for being late @shyal https://github.com/shyal we don't have developer yet but maybe soon , its small boutique
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/shyal/osbTools/issues/5#issuecomment-439469535, or mute the thread https://github.com/notifications/unsubscribe-auth/ABARdMNbTZLXuCme_4gjygftWIomjprDks5uvvf1gaJpZM4YeUGC .
Our pipeline is Linux only but i’ve compile osbTools on windows for Maya 2018 for testing... I can share this build with you but i’m not sure that will be compatible with maya 2017 abi...
Otherwise, i need to find the correct compilation instructions for a Windows build (On Linux is way more easier...😆)
there's a microsoft visual studio file in there, not sure how up to date it is though
On Fri, Nov 16, 2018 at 5:56 PM predat [email protected] wrote:
Our pipeline is Linux only but i’ve compile osbTools on windows for Maya 2018 for testing... I can share this build with you but i’m not sure that will compatible with maya 2017 abi...
Otherwise, i need to find the correct compilation instructions for a Windows build (On Linux is way more easier...😆)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/shyal/osbTools/issues/5#issuecomment-439474683, or mute the thread https://github.com/notifications/unsubscribe-auth/ABARdKsRZBP7Il7kuZaLBMG7bLvssBnjks5uvvxNgaJpZM4YeUGC .
okay maybe I can try that by having talk with @predat and our management person @predat we can maya 2018 as for now I was thinking that if would work for maya 2017 so it even would work on 2018.
Thanks for providing me the help :) As its sunday , i will try . Really thanks a lot @predat
Here is the command i use on Windows platform to compile osbTools:
- In the git repo that you clone create, a build directory
-
cd build -
cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_INSTALL_PREFIX="C:\dev\osbTools-install" ..Last command will generate MSVC projects file needed to compile. You can set CMAKE_INSTALL_PREFIX to any directory you want but you need to specify it otherwize cmake try to install files in "C:\Program Files" and it's not allow by the system.
To compile and install, type:
-
cmake --build . --config Release --target install
Forget to mention that you also need boost libraries for the compilation to succeed.
Really I didnt understood this thing now . can you install for me in my pc , just a request for asking if you can . kindly know me how much will be your fees to install and which all software you need to get downloaded prior , let me know If i can afford to get learn from you that will be great @predat
@predat
Our pipeline is Linux only but i’ve compile osbTools on windows for Maya 2018 for testing... I can share this build with you but i’m not sure that will be compatible with maya 2017 abi...
Otherwise, i need to find the correct compilation instructions for a Windows build (On Linux is way more easier...😆)
@predat Can you share a compilation instruction for linux.else can u share a compiled version for linux. Thanks