[OS X] How to generate blender icons?

What does it mean the note on wiki (the last one on page):

“… both inkscape and blender must be in the system PATH for this command to execute properly.”

When I’m run command “make icons” a got this error

FileNotFoundError: [Errno 2] No such file or directory: 'blender': 'blender'
make: *** [icons] Error 1

Thank you for advice

That seems specific to windows. But then unix like/POSIX systems do have a PATH variable too.
https://en.wikipedia.org/wiki/PATH_(variable)#DOS,_OS/2,_and_Windows
edit: OK it’s specifically in reference to UNIX like systems.

Originally Posted by gandalf:
@vklidu I don’t have a mac to test on, but I don’t see anything obviously wrong with your PATH adjustment. You could try setting the path to blender directly in the icon script (see lines 34 and 49) and running it manually. Re: cmake, is cmake installed?

In my “blender_icons_update.py” I don’t think I can do that on lines 34,49. See http://pasteall.org/blend/index.php?id=49271

Re: cmake, yes installed.
Via cmake I generated Xcode project and compile blender with Xcode as described on wiki.

@Felix_Kütt: thank you, but how can I move forward? I still don’t understand

  • if my PATHs are correct enough to be able do that or they should look differently
  • if error message is referring to a problem with PATH or problem is totally different
  • if some mac user is able to generate icons successfully with “blender_icons_update.py”

Thank you for patience.

Awesome :slight_smile: It works :slight_smile: Thank you