Re: [Bf-committers] Start up with blender issues of smooth rendering

2019-02-12 Thread Brecht Van Lommel
Hi, Blender as an organization has not yet been accepted for summer of code, so it's a little early. Information on how to get started is here: https://wiki.blender.org/wiki/GSoC Note that the Blender game engine was removed in version 2.80, and there are no current plans to bring back a game en

Re: [Bf-committers] Start up with blender issues of smooth rendering

2019-02-12 Thread Braden McPhail
Hello, In order to implement the Blender game engine, in my opinion, we would totally need to wipe out the block type visual scripting, and implement C# or Cython(Python mixed with C), because as it is, python really takes a lot of performance out of it. Also Vulkan should be implem

[Bf-committers] Start up with blender issues of smooth rendering

2019-02-12 Thread Level To Success
Hi, i am Computer engg. student,I am also freelancer creating normal animations coming to blender I can Participate in its open source, We have GSOC platform which can contact us, firstly,Please give me some project if i need to show skills,as i have nearly 20 days to do it, secondly,in compare to

Re: [Bf-committers] Blender with no widgets

2019-02-12 Thread Dave Plater
The patch fixes the issue. Thanks Dave On 2/12/19 1:52 PM, Campbell Barton wrote: Building against Python3.7 wont work with 2.79b & gives an error like the one you've posted. Try cherry picking 1db47a2ccd1e68994bf8140eba6cc2a26a2bc91f On Tue, Feb 12, 2019 at 10:42 PM Brecht Van Lommel wrote:

Re: [Bf-committers] Blender with no widgets

2019-02-12 Thread Dave Plater
I was afraid of it being the python version in Tumbleweed. On 2/12/19 1:52 PM, Campbell Barton wrote: Building against Python3.7 wont work with 2.79b & gives an error like the one you've posted. Try cherry picking 1db47a2ccd1e68994bf8140eba6cc2a26a2bc91f 0001-Fix-PyRNA-class-registration-w-Pyt

Re: [Bf-committers] Blender with no widgets

2019-02-12 Thread Campbell Barton
Building against Python3.7 wont work with 2.79b & gives an error like the one you've posted. Try cherry picking 1db47a2ccd1e68994bf8140eba6cc2a26a2bc91f On Tue, Feb 12, 2019 at 10:42 PM Brecht Van Lommel wrote: > > Can we see the full terminal log? It's the first errors that would give an > indic

Re: [Bf-committers] Blender with no widgets

2019-02-12 Thread Brecht Van Lommel
Can we see the full terminal log? It's the first errors that would give an indication of the source of the problem. My guess would be incompatible Python installations somehow, maybe related to PYTHONPATH: https://docs.blender.org/manual/en/dev/troubleshooting/python.html#pythonpath On Tue, Feb 1

Re: [Bf-committers] hello, world... :)

2019-02-12 Thread dr . Sybren A . Stüvel
On 12-02-19 11:57, dr. Sybren A. Stüvel wrote: > Furthermore, it allows static type checking with mypy . Oops, that should have been http://mypy-lang.org/ -- Sybren A. Stüvel https://stuvelfoto.nl/ https://stuvel.eu/ ___ Bf-commi

Re: [Bf-committers] Blender with no widgets

2019-02-12 Thread Dave Plater
A bit of searching found this exact same issue: https://blenderartists.org/t/new-blender-install-gui-is-empty-no-icons-controls-etc/1145751 Dave On 12/02/2019 11:39, Sergey Sharybin wrote: Hi, If it's same exact Blender release (i.e. 2.79b from our website) worked before and stopped working mea

Re: [Bf-committers] hello, world... :)

2019-02-12 Thread dr . Sybren A . Stüvel
On 08-02-19 02:23, Benjamin Humpherys wrote: > Bonus points if you use type annotations in your docstrings. A lot of > existing Python code was initially written before PEP484 and so the docstring > type annotations are often incompatible with standard Python type checking. My preference would

Re: [Bf-committers] Blender with no widgets

2019-02-12 Thread Dave Plater
There's a string of AttributeError: 'RNA_Types' and: AttributeError: 'RNA_Types' object has no attribute 'RENDER_PT_render' search for unknown operator 'WM_OT_context_set_enum', 'WM_OT_context_set_enum' RNA_string_set: OperatorProperties.data_path not found. RNA_string_set: OperatorProperties.va

Re: [Bf-committers] Blender with no widgets

2019-02-12 Thread Dalai Felinto
Hi, Is there anything in the console? When Blender is missing its UI tends to be either missing the python folder with the UI scripts or a mismatch of Python versions. Regards, Dalai On Tue, Feb 12, 2019, 8:32 AM Dave Plater No it's a blender dependency that's changed in Tumbleweed. Somebody >

Re: [Bf-committers] Blender with no widgets

2019-02-12 Thread Brecht Van Lommel
It could be an error that is preventing the UI layout Python scripts to run. I would expect there to be Python errors in the terminal then. On Tue, Feb 12, 2019 at 11:32 AM Dave Plater wrote: > No it's a blender dependency that's changed in Tumbleweed. Somebody > filed a bug and I ran blender

Re: [Bf-committers] Blender with no widgets

2019-02-12 Thread Dave Plater
No it's a blender dependency that's changed in Tumbleweed. Somebody filed a bug and I ran blender that was working on my Tumbleweed laptop and it had no menus or widgets. I then installed the build from my home:plater:blender repository on both my laptop and my Leap:15.0 pc and it has all the w

Re: [Bf-committers] Blender with no widgets

2019-02-12 Thread Sergey Sharybin
Hi, If it's same exact Blender release (i.e. 2.79b from our website) worked before and stopped working means that some change on your system caused it. Most likely it is something to do with the graphics card or its driver. On Tue, Feb 12, 2019 at 10:27 AM Dave Plater wrote: > Hi, what could ca

[Bf-committers] Blender with no widgets

2019-02-12 Thread Dave Plater
Hi, what could cause blender 2.79b to suddenly have no widgets or menus? This has suddenly happened in the openSUSE:Tumbleweed build, the same build in Leap:15.0 has everything and the cmake outputs are the same. Where can I look? Thanks Dave Plater __