~cgi-daily-devs/cgi-daily/+git/opensubdiv:2x_patch

Last commit made on 2017-04-28
Get this branch:
git clone -b 2x_patch https://git.launchpad.net/~cgi-daily-devs/cgi-daily/+git/opensubdiv

Branch merges

Branch information

Recent commits

6747fc3... by David G Yu <email address hidden>

Fixed compatibility issues with external packages

Merged changes from the dev branch which improve
compatibility with newer versions of GLFW and PTEX

22d8fa2... by Takahito Tejima <email address hidden>

remove #version line from *.glsl and add that to the top
when compiling shaders.

e6d2be6... by Manuel Kraemer <email address hidden>

Merge pull request #368 from stopiccot/2x_patch_backports

backporting some fixes from dev branch to 2x_patch branch

3dba1f6... by Alexey

backporting some fixes from dev branch

acbf9ab... by manuelk <email address hidden>

Harden Far::SubdivisionTablesFactory to handle unconnected vertices

Unconnected vertices are non-manifold topology and trigger asserts in the
subdivision table factory. The code has been hardened to not assert out and
return the proper subdivision depth. The fix appears to be workin on our test
cases, but the odds are fairly high that non-manifolds will still break
something else...

8165d3b... by manuelk <email address hidden>

Fix crash bug in catmark subdivision tables factory

GetValence() cannot be called on singular vertices. Singular vertices can be introduced
in an Hbr mesh as a result of hole tags, so we have to check for that when ranking
vertices for the subdivision table.

c76e662... by manuelk <email address hidden>

Fix crash bug triggered by hole-tagged extraordinary faces

note 1 : this fix is somewhat delicate and may trigger other problems that
         i did not notice with superficial testing
note 2 : extraordinary faces surrounded by holes still break in adaptive mode

787a80c... by manuelk <email address hidden>

Merge branch 'release/v2_6_1'

5ede429... by manuelk <email address hidden>

Release 2.6.1

102f246... by Manuel Kraemer <email address hidden>

Merge pull request #347 from nathan-at-digitalfish/digitalfish

Minor change to NOTICE.txt