Blender is a 3-D computer graphics creation suite. It contains a set of tools that can be used for all phases of the 3-D computer graphics pipeline, including modeling, sculpting, texturing, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing. It can be used for creating animated films, visual effects, art, 3-D printing, motion graphics, interactive 3-D applications, and computer games.
Blender is a 3-D computer graphics creation suite. It contains a set of tools that can be used for all phases of the 3-D computer graphics pipeline, including modeling, sculpting, texturing, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing. It can be used for creating animated films, visual effects, art, 3-D printing, motion graphics, interactive 3-D applications, and computer games.
To install blender, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install blender
To see what files were installed by blender, run:
port contents blender
To later upgrade blender, run:
sudo port selfupdate && sudo port upgrade blender
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.