It’s checkboxes for GPU selection, what’s there to mock up? The only question is where to put these checkboxes. The correct answer is: Not in Preferences, because it’s annoying to open Preferences for this. You will want to constantly toggle that display GPU, to switch between a slower render and an almost unusable system.
The only question is where to put these checkboxes. The correct answer is: Not in Preferences, because it’s annoying to open Preferences for this. You will want to constantly toggle that display GPU, to switch between a slower render and an almost unusable system.
the logical place imo is the performance section in the render tab its the same place for setting the number of cpu threads.
This might be possible to do with an add-on. The Python API already gives you the ability to specify a single compute device for rendering (‘CUDA_0’ for the first device, ‘CUDA_1’ for the second, and so on). The only limitation is that it seems you can only specify a single device. So if you have 4 GPUs, you can’t arbitrary choose two of them. Doing that might require a more involved patch at the C level.
Edit: Also, if you prefer the option in the preference tab and have that patch applied, just add " context.user_preferences.addons[‘cycles’].preferences.draw_impl(layout, context)" at line 367 (below “cscene = scene.cycles”) to ui.py (either in intern/cycles/blender/addon/ before building, or in 2.78/scripts/addons/cycles/ after building).
This feature in in master branch now and I was surprised that I have to reselect the GPU in order to get old gpu.blend files work again.
GPU selection is relocated from System to Add-ons.
here is what I would like to achieve:
In 2.78 there was a bug what shortened the material, mesh, etc display length and added a ‘…’ to the material names.
I create assets for Blender, too and I need to display long material names.
As far as I know the possible maximum is about 67 characters now, I would like to have about 40.
I don’t know who should be contacted related to this; also I have an alternative solution (having a mouse-over popup on the material selector popup what displays all length).
Do you have any idea who could be contacted related to this?