blender/intern/opensubdiv
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
..
internal Fix: OpenSubdiv reporting version 0.0.0 in system_info.txt 2022-11-12 13:31:55 -07:00
stub Cleanup: quiet compiler warnings 2022-07-19 13:32:53 +10:00
CMakeLists.txt Fix missing OpenMP in Linux builds 2022-10-21 20:04:47 +02:00
opensubdiv_capi_type.h Subdiv: remove unused GPU device choice, fix crash with libepoxy on init 2022-07-18 13:59:08 +02:00
opensubdiv_capi.h Subdiv: remove unused GPU device choice, fix crash with libepoxy on init 2022-07-18 13:59:08 +02:00
opensubdiv_converter_capi.h Cleanup: fix typos in source code in intern/ 2022-01-05 15:35:30 +01:00
opensubdiv_evaluator_capi.h Merge branch 'blender-v3.2-release' 2022-05-30 14:09:13 +02:00
opensubdiv_topology_refiner_capi.h OpenSubdiv: Refactor, move topology refiner to own folder 2020-05-27 12:07:15 +02:00