HoneyComb mesh py

I would like to use the honeyComb script but blender says the file needs converted to use UTF-8, how do I do that?

The file also have a ending py.xy?
What kind of a file is that?

change the .xz to .7z
I think the author make a MISTAKE!

I have the same problem.

Thanx junming!
It helped!

Thanks…

newest 7z helped, thank you

works for me :slight_smile:
I wanted to say why? If I can place Circle and use 3 array modifiers and 1 solidify . . .
But this is faster way with better result :slight_smile:

(Only one thing (that I will complain any time, and has nothing to do with your script is . . .) why addons menu is “hidden” in Tool Shelf? There is already access throw “F6” to bring it to a 3D View window, but why we can’t set it as default or why it’s not automatically appaer when we call some addon and tool shelf is hidden !!!)

Originally Posted by junming
change the .xz to .7z
I think the author make a MISTAKE!

not working

i can unpack it with “the unarchiver” and/or “keka” as .xz (mac). here is the .py: http://www.pasteall.org/30454/python

Hi, was trying to use it with the recent build 2.77 and i got this error

Traceback (most recent call last):
  File "/Users/mbur07/Library/Application Support/Blender/2.77/scripts/addons/Adds HoneyComb Mesh.py", line 265, in execute
    object_utils.object_data_add(context, mesh, operator=self)
  File "/Applications/blender-2.77a-OSX_10.6-x86_64/blender.app/Contents/MacOS/../Resources/2.77/scripts/modules/bpy_extras/object_utils.py", line 140, in object_data_add
    if operator is not None and any(operator.layers):
  File "/Applications/blender-2.77a-OSX_10.6-x86_64/blender.app/Contents/MacOS/../Resources/2.77/scripts/modules/bpy_types.py", line 597, in __getattribute__
    return super().__getattribute__(attr)
AttributeError: 'add_mesh_honeycomb' object has no attribute 'layers'
location: <unknown location>:-1

i thought that is due to recent python api changes.

This kind of works in 2.77
http://www.pasteall.org/70296/python

honeycomb is in release in add_mesh_extra_objects addon.

Thanks guys, found this one too https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/HoneyComb

@ Meta-Androcto i discovered recently your Github and usinf the AF Tools, (and found the honeycomb inside too) super awesome !

Now i feel kind of stupid… Never saw this script and thread before, it just popped in front at the moment i was briefly looking for other things.
@Meta-Androcto - thanks for keeping these things running!