Giter Club home page Giter Club logo

bepuik's People

Contributors

aligorith avatar andresusanopinto avatar ben2610 avatar bjornmose avatar brechtvl avatar cwant avatar ddunbar avatar dfelinto avatar dingto avatar elubie avatar gaiaclary avatar howardt avatar ideasman42 avatar jannekarhu avatar jesterking avatar joeedh avatar julianeisel avatar kjym3 avatar lukas-toenne avatar lukastoenne avatar maximecurioni avatar moguri avatar nexyon avatar nicholasbishop avatar psy-fidelious avatar schlaile avatar sergeyvfx avatar significant-bit avatar tonroosendaal avatar willianpgermano 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

Watchers

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

bepuik's Issues

Failed to compile due to Werror=return-type

Dear Squashwell,
I noticed that the latest commit on branch bepuik does not compile due to an uncontrolled end in a non-void function.

Adding "return false" to intern/bepuik/intern/Quaternion.cpp:346 instead of "false" fixes the issue.

Kind regards

error compiling on osx. __INT64_MAX__ not defined

Hey mate, really keen to test this out, and provide a test build for osx.

im compiling on OSX 10.8.5, xcode 4.6.3 (not the latest version) and have all the comandline tools install.
Ive been successfully compiling blender for a few months.

ive disabled most of the blender options for modifiers, cycles etc.

the error message im getting is
/blender-bepuik/bepuik/intern/bepuik/intern/PermutationMapper.cpp:83:48: error: use of undeclared identifier 'INT64_MAX'
permutationIndex = value < 0 ? value + INT64_MAX + 1 : value;

/blender-bepuik/bepuik/intern/bepuik/intern/PermutationMapper.cpp:89:45: error: use of undeclared identifier 'INT64_MAX'
currentOffset = currentOffset + INT64_MAX + 1;

"

I was able to get it compiling by changing them to "UINTMAX_MAX" and also adding:

include <inttypes.h>

i didnt want to fork and patch as this might not be relivant for windows or linux machines.

i have it compiling fine now, but i havent tested the new Bepuik stuff. once i have i can upload a build for you to distribute if you want.

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.