blender/intern/opensubdiv/internal
Ray Molenkamp 1b34da5da6 Fix: OpenSubdiv reporting version 0.0.0 in system_info.txt
OSD Lists as 0, 0, 0 this is due to opensubdiv_capi.cc not actually including
the OSD version header, so it's not getting the version define, and the code
in openSubdiv_getVersionHex is really well prepared to deal with any or no
version at all of OSD, catches the problem and returns 0, 0, 0

Given this file is only build when OSD is enabled we can just blindly include
opensubdiv/version.h here

Reviewed by: brecht
Differential Revision: https://developer.blender.org/D16398
2022-11-12 13:31:55 -07:00
..
base Fix: OpenSubdiv reporting version 0.0.0 in system_info.txt 2022-11-12 13:31:55 -07:00
evaluator Cleanup: match names between functions & declarations 2022-08-23 11:05:50 +10:00
topology Cleanup: fix typos in source code in intern/ 2022-01-05 15:35:30 +01:00