System Information
Dell n5050 laptop
Win7 Ultimate
2GB RAM
dual core intel celeron 1.6
graphic intel hd 3000
Blender Version
Broken: 2.77
Past versioins worked well
i cannot enable cycles when i try see attached picture of problem.
System Information
Dell n5050 laptop
Win7 Ultimate
2GB RAM
dual core intel celeron 1.6
graphic intel hd 3000
Blender Version
Broken: 2.77
Past versioins worked well
i cannot enable cycles when i try see attached picture of problem.
Cycles is enabled per default. Please try File -> Load Factory Settings and enable Cycles via the Info Header.
It was enabled but it isn't in info header. And when i import project with cycles settings it just go on blender render there is no cycles.
Oh if you asking me i'm really not sure what you asking i don't really know much of programming so i really cant undrestand...
Deveoper note:
While it looks like a regression, masqueraded issue was present in previous releases. It is caused by use of PyUnicode_EncodeFSDefault() to deal with file paths. While it worked fine for single-byte characters it fails for multi-byte ones. So old behavior was simply silent failure and unable of use of CUDA/OSL, new behavior is that Cycles fails to register at all (this seems to be related on internal check that built-in functions does not fail when running python bindings).
Not sure yet what would be the real solution here, but simple fix for upcoming 'a' release wuould be to call PyErr_Clear() if PyUnicode_EncodeFSDefault() fails.