if (frames.size() > 0) {...} return 1;
-> if (frames.is_empty()) { return 1; } ...
blender::Vector<CacheFrame> frames{};
-> blender::Vector<CacheFrame> frames;
`int frame_curr =…
Not sure (first time this gpu), but look like it duplicate of blender/blender#100096
When I said nesting, I meant...
...
if (info.create_radius_attribute) {
pointcloud_info.radii = *attributes.lookup_or_default("radius", ATTR_DOMAIN_POINT, 0.01f);
}
And
…
Basically, it's just a shuffled around code. I was doing support for a new type of component and noticed that the code has a lot of duplication, so I decided to at least make it simpler. As an…
Hi, if i open this file and just enable modifier, clender will be actually crash. As i can see, this caused by missing internal edge attribute. But may be i sat on the tail of another bug.
static Array<StringRef> texts = {"abc", "ddd", "fff"};
?
It possiblt to replace KeywordInfo
by StringReff
?