retrieve_editable_drawings
can return duplicates
static GlyphCacheBLF *blf_glyph_cache_new(FontBLF *font)
{
std::unique_ptr<GlyphCacheBLF> gc = std::make_unique<GlyphCacheBLF>();
and
int key = g->c << 6
lighttree.o
is building with -msse2
according to the build log , _mm_round_ss
is an sse42 func and while msvc will allow you to use intrinsics not included in the current arch, gcc is trying…
I think it makes sense to leave the choice of minimum hardware requirements to Linux distributions, and it's nice not to have to figure out how to make this library work with install into…
This excludes the features from the actual build, where factory startup would merely disables them.
for context, the diff came out of a request from @nathanvegdahl on chat
Context: I'm…
No matter how that define gets resolved, i'm ok with this landing
I'm divided here, one hand i go, i could see this being useful as a global define, just set it in the main cmakelists so everyone could benefit from it, on the other hand, i do like the locality of this, you change the option and only the modules that really depend on it get rebuild rather than all of blender, anyone have a strong opinion here?