Git Product home page Git Product logo

blendermada_client's Introduction

Blendermada Client

Blender add-on for access to Blendermada database


Project page

Stable release


Installation

Client installation is same as any another Blender addon:

  1. Download *.py file
  2. Run Blender
  3. Open File - User preferences - Addons tab
  4. Push Install addon and choose downloaded file.

Note: If you have a previous version installed, remove it before the installation

blendermada_client's People

Contributors

truecryer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

blendermada_client's Issues

Hello

First of all I love the Add On and have it running on Blender 2.77a Ubuntu 11.04 and am able to preview the Metals GOLD tried with Firefox and Chrome.

Server Error 500 => Appears when trying to create a new account.

Also It says a previous account exists but I am unable to login, although got in on GITHUB.? I can not login under a new email and no email is being send to [email protected] either and its not in SPAM on Blendermada?

I am not new to Blender but I am to the materials side. So forgive my question.
I can download the MATERIAL.blend files, GREAT and have the BLENDERMADA working. I can see the Materials-Metals-Gold and have it working.

But what FILE/FOLDER? do I add the materials I download for them to with Blendermada ?
I have looked all over for some Tutorial on where to put the .blend files.

I understand this must be a very stupid question, based on ignorance. I have looked around for an answer. I tried reading the path with the IMPORT but its not clear to me?
I think the AddOn is Needed
Thanks for your good work
Ben

Blender 3.2.0 doesn't update categories and materials

Python: Traceback (most recent call last):
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\http\client.py", line 1282, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\http\client.py", line 1328, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\http\client.py", line 1277, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\http\client.py", line 1037, in _send_output
self.send(msg)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\http\client.py", line 975, in send
self.connect()
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\http\client.py", line 1454, in connect
self.sock = self._context.wrap_socket(self.sock,
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\ssl.py", line 512, in wrap_socket
return self.sslsocket_class._create(
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\ssl.py", line 1070, in _create
self.do_handshake()
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\ssl.py", line 1341, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:997)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\balbasyants\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\blendermada.py", line 709, in execute
update_categories(context)
File "C:\Users\balbasyants\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\blendermada.py", line 515, in update_categories
for i in get_categories():
File "C:\Users\balbasyants\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\blendermada.py", line 365, in get_categories
r = bmd_urlopen('/api/materials/categories.json')
File "C:\Users\balbasyants\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\blendermada.py", line 333, in bmd_urlopen
return request.urlopen('%s?%s' % (full_url, params))
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 525, in open
response = meth(req, response)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 634, in http_response
response = self.parent.error(
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 557, in error
result = self._call_chain(*args)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 749, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 519, in open
response = self._open(req, data)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\3.2\python\lib\urllib\request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:997)>

Blender 2.79 - Mouse Middle Button problem

I just installed the latest Blendermada addon to the fresh official Blender 2.79 (released today).
Everything works nice but only one issue:

The preview image is taking control (first priority) on everything on blender.
So if I hold the middle mouse button to pan on the overview it won't pan, but it will pan the Preview image of the Blendermada add-on.

Would be great if this will be fixed, this addon is fantastic! keep up the good job. :)

Updating on blender

After installing Blendermada, everything is normal until I updated the Blendermada materials for the first time. The main categories are showing on the left but the subcategories on the right aren't showing up. It doesn't allow me to use the materials. please help.

I only have 3 Materials

When i update my Materials I don't have anything but glas, blue glas and gold.
Here you see a picture of the emptyness !
please help me so I can use the other Materials too !!!
unbenannt

pressing Import will force the blender to close!!!

Hello. I installed add-on to use various materials, but I am writing to you because of a problem. I am sorry that I am not good at English.

After installing add-on 0.98 the preview will be applied properly, but pressing Import will force the blender to close. My blender is 2.76.

Please let me know what the problem is. Thank you very much.

No materials listed after "Update" - partial solution

I've run into problem on my Blender 2.83.5 with Blendermada Client not showing any materials in Material list. I am new user to Blender.

I have found on one of forums that cause of problem is that Blender has Eeevee renderer as default and Blendermada needs Cycles renderer to show anything in list.

I am not familiar with code driving Blendermada, it may not be a bug because it simply does not show materials that are compatible with Eevee (if materials really are so sharply divided between Eevee and Cycles).

A warning or at least a message saying "Blendermada found 0 materials for your chosen renderer engine." would be nice.

Feature: threading

Hey, really like the work that's been done so far. I think a next step forward would be to integrate some threaded process calls for any api requests, particularly for when downloading images and so forth.

If interested, I could help contribute as it's something I've worked on before with respects to background processes and callback updates (on that topic, could even look into integrating the addon updater system into here as well).

stopped working, please help

I used Blendermada on one project and it worked perfectly. Amazing add-on by the way! Started a new project and when I pick a material and import it I get the error you see below. Please help
screen shot 2018-05-11 at 8 47 21 am

blendermada add-on

Thank you for an excellent piece of software. Unfortunately I'm having an issue, only 3 materials are available through the plug-in. They are blue glass, clear glass and gold. How can I fix this?

Thanks.

Blender 2.9

Any chance this gets updated soon? I tried with Blender 2.9 and the materials didn´t show up

Stopped being able to update library.

When I first installed it, I was updating the library all fine and importing as well. Then I closed the blender down, got on the next day and now when I click the update button nothing happens. The only things displaying in the list is glass for some reason, which I've never downloaded or imported. What is going on here?

Client don't work with 2.75

Hi,
I installed the blendermada client on the last version and it doent displays any materials and on clicking preeview it displays an error:
bildschirmfoto 2015-08-27 um 22 06 05

Kind regards,
Jan

bpy.ops.bmd.import() Syntax Error: invalid syntax

Blender version: 2.77 - 4e50010

Hello,

I try to run bpy.ops.bmd.import() in the blender console and I get the following error:
SyntaxError: invalid syntax

Other commands like bpy.ops.bmd.update() or bpy.ops.bmd.help() work fine.

What is wrong?
I tried autocomplete without success.

Baking Jeans is weird

Thank you for this gem!
It's really useful.
I don't get why baking diffuse on 2.78 is wrong.
capture
Any idea?
Can you share your working process for Jeans?
Mine is simply:

  • Apply material
  • Add lights, check render (left)
  • Add image in UV Editor (right)
  • Add image texutre in node (below)
  • Select image in Image texture in node
  • Smart unwrap with island
  • Bake Diffuse

Missing materials

On the site I can see that there are many materials, however when I click the Update button in blender, I only get 3 materials.
Specifically I get Clear Glass and Blue Glass in the Glass category, and Gold in the Metals category. All other categories are empty.

I don't seem to be doing anything wrong, and I'm not getting any errors either, so I must assume that it's some sort of bug.

Reporting an Error

Hi Sergey

I got this error:

Traceback (most recent call last):

File "C\Users\Dell\AppData\Roaming\Blender.... etc etc blendermada.py",line 466 in execution filename=filename,
File etc etc \bby\ops.py, line 189, in_call_ret = op_call (self.idname_py(), None,kw)
RuntimeError:Operator bpy.ops.wm.append.poll () failed, context is incorrect

location::=1

blendermada

Im still new to blender so Im hoping that it wasent something silly that I've done/neglected to do.

Regards
Kim

Material not updating

Installed today - update installs the categories, but nothing else. Not working at all.
Blendermada error

немогу зарегистрироваться на сайте blendermada.com

При регистрации выдается ошибка "500 Internal Server Error" при попытке повторить регистрацию, получаю сообщения что такое имя и такой Е-Mail уже есть. пытаюсь войти на сайт " неверный пароль" пытаюсь обновить пароль на почту не чего не приходит!!! Пожалуйста исправьте ошибку и помогите зарегистрироваться!!!

When registering, an error is issued "500 Internal Server Error" when trying to re-register, I receive messages that such a name and such an E-Mail already exists. I'm trying to log in to the site "invalid password" I'm trying to update my password to the mail is not what does not come!!! Please fix the error and help us register!!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.