This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Lukas Tönne 8729e23f2d Fix for invalid void* to typed pointer assignment in bmesh when used in C++ code.
C++ does not allow the assignment of a void pointer to a typed pointer without
explicit casting. Since we use a generic macro in bmesh for iterators we only
ever get a void* back and cannot cast it to the target type. However, casting
the target to a void* as well solves that issue.

This tweak is #ifdef'd to be used in C++ code only.
2015-12-11 16:18:42 +01:00
..
2015-11-26 11:08:25 +11:00
2015-01-29 15:35:06 +11:00
2015-12-11 18:12:46 +11:00
2015-10-10 17:35:30 +02:00
2015-11-28 22:08:49 +05:00