Re: [Bf-committers] Getting the associated Blender object name from a uiBut object

2017-08-07 Thread The Simple Carnival
That worked! Thank you, Lukas. -Jeff On 8/7/2017 9:50 PM, Lukas Stockner wrote: > The PointerRNA contains two data pointers, in your case, you'll probably want > to use ptr.id.data - while it's a void*, it will point to some ID datablock, > so ((ID*)(ptr.id.data))->name should contain "OB". >

Re: [Bf-committers] Getting the associated Blender object name from a uiBut object

2017-08-07 Thread The Simple Carnival
Actually, I take that back. It's pretty messy to handle that from the Restrict View section because it would mean overriding the ability to turn on/off the view/select/render icons. Plus, out of the available modifier keys (shift, alt, oskey -- ctrl is already taken), only shift appears to work

Re: [Bf-committers] I can't use Opensubdiv on 2.79 RC1 with an AMD RX 480 (Linux)

2017-08-07 Thread Brecht Van Lommel
I think in this specific case the driver is not installed or configured correctly. The system info shows it's not using the AMDGPU driver for OpenGL, but Mesa. The RX 480 is certainly new enough to support OpenSubdiv. On Mon, Aug 7, 2017 at 11:26 PM, Sergey Sharybin wrote: > Blender requires dec

Re: [Bf-committers] I can't use Opensubdiv on 2.79 RC1 with an AMD RX 480 (Linux)

2017-08-07 Thread Sergey Sharybin
Blender requires decent OpenGL for drawing OpenSubdiv meshes. This is the only way to get decent speedups. But it's not all that sad as it sounds! In Blender 2.8 we've switched to OpenGL core profile, which has higher OpenGL support than the compatibility profile we use in 2.78/2.79. Unfortunately

Re: [Bf-committers] I can't use Opensubdiv on 2.79 RC1 with an AMD RX 480 (Linux)

2017-08-07 Thread Jefferson Rausseo
Is it possible to use Opensubdiv with CPU only? For example with OpenMP. 2017-08-07 12:24 GMT-04:00 Sergey Sharybin : > Thanks for the file. This clarifies a lots. > > Your driver only provides OpenGL 3.0, for which we need the following > extensions: > > - uniform_buffer_object > - geometry_shad

Re: [Bf-committers] I can't use Opensubdiv on 2.79 RC1 with an AMD RX 480 (Linux)

2017-08-07 Thread Sergey Sharybin
Thanks for the file. This clarifies a lots. Your driver only provides OpenGL 3.0, for which we need the following extensions: - uniform_buffer_object - geometry_shader4 - texture_buffer_object The latter two are not supported by the driver you're using (you can see that in the `extensions` secti

Re: [Bf-committers] I can't use Opensubdiv on 2.79 RC1 with an AMD RX 480 (Linux)

2017-08-07 Thread Jefferson Rausseo
system-info.txt: http://www.pasteall.org/501754/text 2017-08-07 11:38 GMT-04:00 Sergey Sharybin : > Hi, > > Please show your system-info.txt generated via Help -> Save System Info > (use hastebin.com or pasteall.org, that file will be quite long). > > On Mon, Aug 7, 2017 at 4:25 PM, Jefferson Rau

Re: [Bf-committers] I can't use Opensubdiv on 2.79 RC1 with an AMD RX 480 (Linux)

2017-08-07 Thread Sergey Sharybin
Hi, Please show your system-info.txt generated via Help -> Save System Info (use hastebin.com or pasteall.org, that file will be quite long). On Mon, Aug 7, 2017 at 4:25 PM, Jefferson Rausseo < jeffersonraus...@gmail.com> wrote: > Hi, > > I am a Blender user and I have some problems to use Opens

Re: [Bf-committers] Is it possible to compile Blender without to install Cuda? I have only a AMD GPU

2017-08-07 Thread Jefferson Rausseo
I disabled WITH_CUDA_DYNLOAD, It is my error. Thank you, I can compile now. 2017-08-07 11:17 GMT-04:00 Germano Cavalcante de Sousa < germano.co...@ig.com.br>: > > > Strange. I do not have the CUDA Toolkit installed. And I have no problem > compiling Blender with Cycles. > > Germano > > Em 07/08/2

[Bf-committers] WARNING! DO NOT merge master to Blender2.8!

2017-08-07 Thread Bastien Montagne
Hi devs, I just committed new ID copying code to master. Unfortunately, merging it into blender2.8 branch will be harder than expected - so please, DO NOT try to merge master in 2.8 for now. Initial merge shall be done soon now, but it will most certainly leave the branch rather broken, and wi

Re: [Bf-committers] Is it possible to compile Blender without to install Cuda? I have only a AMD GPU

2017-08-07 Thread Germano Cavalcante de Sousa
Strange. I do not have the CUDA Toolkit installed. And I have no problem compiling Blender with Cycles. Germano Em 07/08/2017 11:44, Thomas Dinges escreveu: > Hi, > > you need to install the CUDA Toolkit first, then you can compile Blender > with CUDA kernels. https://developer.nvidia.com

Re: [Bf-committers] Is it possible to compile Blender without to install Cuda? I have only a AMD GPU

2017-08-07 Thread Brecht Van Lommel
Did you follow the build instructions exactly? Did you change any CMake options manually? https://wiki.blender.org/index.php/Dev:Doc/Building_Blender/Linux/Generic_Distro/CMake It looks like you disabled WITH_CUDA_DYNLOAD, which should be left on to build without CUDA binaries. Or there is a bug i

Re: [Bf-committers] Is it possible to compile Blender without to install Cuda? I have only a AMD GPU

2017-08-07 Thread Jefferson Rausseo
I only have one AMD GPU (RX 480). Do I need to install CUDA to use an AMD GPU? Do AMD GPUs use CUDA? I would like to use OpenCL only. 2017-08-07 10:44 GMT-04:00 Thomas Dinges : > Hi, > > you need to install the CUDA Toolkit first, then you can compile Blender > with CUDA kernels. https://develo

Re: [Bf-committers] Is it possible to compile Blender without to install Cuda? I have only a AMD GPU

2017-08-07 Thread Thomas Dinges
Hi, you need to install the CUDA Toolkit first, then you can compile Blender with CUDA kernels. https://developer.nvidia.com/cuda-toolkit Best regards, Thomas Am 07.08.2017 um 16:40 schrieb Jefferson Rausseo: > Hi, > > I am a Blender user and I have some problems to compile. I want to compile

[Bf-committers] Is it possible to compile Blender without to install Cuda? I have only a AMD GPU

2017-08-07 Thread Jefferson Rausseo
Hi, I am a Blender user and I have some problems to compile. I want to compile Blender with Cycles, but I can't compile with the option WITH_CYCLES_CUDA_BINARIES disabling. My computer: Linux: Manjaro 64bits 17.0 Kernel: 4.12 CPU: AMD Ryzen 5 1600 GPU: AMD RX 480 8Gb Driver: amdgpu (Free) + openc

[Bf-committers] I can't use Opensubdiv on 2.79 RC1 with an AMD RX 480 (Linux)

2017-08-07 Thread Jefferson Rausseo
Hi, I am a Blender user and I have some problems to use Opensubdiv with my AMD RX 480: My computer: Linux: Manjaro 64bits 17.0 Kernel: 4.12 GPU: AMD RX 480 8Gb CPU: Ryzen 5 1600 Driver: amdgpu (Free) + opencl-amd (not free) Blender: 2.79 RC1 Official build Screenshot: https://pasteboard.co/GEyD

[Bf-committers] Blender 2.8 planning notes 2017-08-07

2017-08-07 Thread Luca Rood
Hi, meeting notes for today's Blender 2.8 planning. = Last Week = * Bastien: Did RC1. https://wiki.blender.org/index.php/User:Mont29/Foundation/2017#Week_203_-_07.2F29_to_08.2F04 * Campbell: Added manipulators for render-border, compositor-crop & area lamps. Exposed some API issues that took ti