A string is a string, what's in there doesn't really matter, what's happening here is the UI is trying to draw some text from memory that has been freed, and it's pretty much a roll of the dice if…
kinda looks like what is being warned about in the manual
There is a known bug with using a callback, Python must keep a reference to the strings returned by the callback or Blender will…
Oof, that's a 14 year old (Terrascale 2 based) GPU, running a 10 year old driver. The [blender…
Can you run dxdiag /dontskip /whql:off /64bit /t c:\some\place\you\can\write\dxdiag.txt
and attach the resulting dxdiag.txt?
The command will return immediately, but it may take a bit for the…
rats, I really hoped i wouldn't need to, i can bump to 16.11.26 without disrupting the CI infra, fingers crossed it's close enough.
We're still building with vs2019 (v16.9.16) and it's having some template errors when building dpcpp
yeah we can ignore the .lib if it's not being used, it was being harvested due to ${SHAREDLIBEXT}
being .lib
on windows, since for linkage we need to link the import library, and not the…
Think this patch is not yet fully covering all needed changes for all platforms (see note below)?
You are correct, I covered windows, and did the generic house keeping, the respective…
Seems to have a happy time now, at-least with the few files i tried, looks like this be ready for review then
OpenImageIo seems fine with the file, i can confirm Gimp doesn't like the files much, but technically they are fine.
f:\idiff>iinfo.exe 0001_Z_401.exr --stats
0001_Z_401.exr : 1920 x…
best guess, the hip compiler requires perl to be available, and it's missing
Fixed most issues, and it's in a build-able state now, but some trivial things still remain i'll have to address
- The trick of renaming the library to get rid of the version number in it,…
i'd hold off on upstreaming these patches, there will be some work required for windows.
first off, the low hanging fruit
diff --git a/build_files/build_environment/cmake/hiprt.cmake…