Coder Social home page Coder Social logo

afx-nuke-plugins's People

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  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

afx-nuke-plugins's Issues

Could NOT find Ipp

Hello, thanks for your project!
Just can't compile on Linux x64.
When I did all that was described in README.md, and started compile plugin by command

cmake -DCMAKE_C_COMPILER=/usr/local/gcc-4.8.2/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/gcc-4.8.2/bin/g++ ..

I've got error Could NOT find Ipp (missing: Ipp_LIBRARIES Ipp_LIBRARY_DIR ippcore ippi)

Can you hint me about that I need to do?
export Ipp_LIBRARIES and Ipp_LIBRARY_DIR in terminal doesn't help
also as creating FindIPP.cmake in /usr/share/cmake-3.10/Modules

Many thanks

Windows cmake error

I am getting this error. Mind you, I don't have Nuke on the machine that I am compiling this so that may be related? I saw that there are requirements in the beginning but it's not clear if the requirements are for running or compiling the plugin.

My plan was to compile the plugin inside a VM and release then to a different machine as that makes the process more reproducible.

That's the log:

C:\Users\IEUser\afx-nuke-plugins\build>cmake -G "Visual Studio 10 2010 Win64" ..
CMake Error at cmake/Modules/FindNuke.cmake:25 (string):
  string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  command.
Call Stack (most recent call first):
  CMakeLists.txt:53 (find_package)
 
 
CMake Error at C:/Program Files/CMake/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find Nuke (missing: NUKE_ROOT Nuke_INCLUDE_DIR Nuke_LIBRARIES)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  cmake/Modules/FindNuke.cmake:54 (find_package_handle_standard_args)
  CMakeLists.txt:53 (find_package)
 
 
-- Configuring incomplete, errors occurred!
See also "C:/Users/IEUser/afx-nuke-plugins/build/CMakeFiles/CMakeOutput.log".

batch mode : license issue ?

Hi,

First of all, thank you for sharing those awesome plugins! I compiled them for linux and manage to use them in an interactive session without any issues but have an error message when using them in batch mode. Do you know what could be the issue ?

ERROR: AFXMedian1: 'AFXMedian': unknown command. This is most likely from a corrupt .nk file, or from a missing or unlicensed plug-in. Can't render from that Node.

Let me know if you need more informations.

Thank you

Windows build errors

I'm trying to compile this plugin pack on Windows 7 x64 using:

  • VS2010
  • Nuke 10.5v3
  • Boost 1.61
  • CUDA SDK v8.0

Both afx_anti_alias and afx_chroma_key are failing during the build process. This is the console log:

"C:\Users\dev\afx-nuke-plugins\build\INSTALL.vcxproj" (default target) (1) -> "C:\Users\dev\afx-nuke-plugins\build\ALL_BUILD.vcxproj" (default target) (3) -> "C:\Users\dev\afx-nuke-plugins\build\afx_anti_alias.vcxproj" (default target) (4) -> (Link target) -> mlaa.obj : error LNK2019: unresolved external symbol "private: static unsigned short const * const half::_eLut" (?_eLut@half@@0QBGB) referenced in function "public: __cdecl half::half(float)" (??0half@@QEAA@M@Z) [C:\Users\dev\afx -nuke-plugins\build\afx_anti_alias.vcxproj] mlaa.obj : error LNK2019: unresolved external symbol "private: static union half::uif const * const half::_toFloat" (?_toFloat@half@@0QBTuif@1@B) referenced in function "public: __cdecl half::operator float(void)const " (??Bhalf@@QEBAM XZ) [C:\Users\dev\afx-nuke-plugins\build\afx_anti_alias.vcxproj] C:\Users\dev\afx-nuke-plugins\build\Release\afx_anti_alias.dll : fatal error LNK1120: 2 unresolved externals [C:\Users\dev\afx-nuke-plugins\build\afx_anti_alias.vcxproj]

"C:\Users\dev\afx-nuke-plugins\build\INSTALL.vcxproj" (default target) (1) -> "C:\Users\dev\afx-nuke-plugins\build\ALL_BUILD.vcxproj" (default target) (3) -> "C:\Users\dev\afx-nuke-plugins\build\afx_chroma_key.vcxproj" (default target) (6) -> (ClCompile target) -> C:\Users\dev\boost64-1.61.0-vs2010\include\boost-1_61\boost/geometry/policies/robustness/get_rescale_policy.hpp(74): error C2039: '_finite' : is not a member of 'boost::math' [C:\Users\dev\afx-nuke-plugins\build\afx_chroma_ key.vcxproj]

Can you help me pinpoint the problem?

AFXChromaKey crashing

AFXChromaKey is crashing intermittently. I believe it has something do with _request() and calling request() on split inputs.

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.