Page MenuHome

A.N.T. Landscape Add-on cannot be enabled
Closed, ArchivedPublic

Description

System Information
Operating system: Ubuntu 16.04.3 LTS (xenial)
Graphics card: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X]

Blender Version
Broken: Blender 2.79 (sub 0) Installed via PPA [http://ppa.launchpad.net/thomas-schiex/blender/ubuntu/]
Worked: 2.78b also 2.79 Official tarball download

Short description of error

Report: Error
Traceback (most recent call last):
File "/usr/share/blender/2.79/scripts/modules/addon_utils.py", line 331, in enable mod = __import__(module_name)
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/__init__.py", line 42, in <module> from ant_landscape import ass_mesh_ant_landscape
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/add_mesh_ant_landscape.py", line 33, in <module> from .ant_functions import (
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/ant_functions.py", line 779, in <module> class Eroder(bpy.types.Operator):
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/ant_functions.py", line 937, in Eroder stats = Stats()
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 16, in __init__ self.reset()
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 19, in reset self.lasttime = self._gettime()
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 28, in _gettime m=self.process.get_cpu_times()
AttributeError: 'Process' object has no attribute 'get_cpu_times'

Exact steps for others to reproduce the error

  1. Blender > User Preferences... > Add-ons
  2. Trying to enable add-on "Add Mesh: A.N.T.Landscape"
  3. Add-on cannot be enabled, warning message with error report displays on screen (cited above)

Add-on is installed by default Blender installation, and all (10) required files are present at /usr/share/blender/2.79/scripts/addons/ant_landscape/

Sample .blend file with default cube (if needed or anyhow useful):

Event Timeline

Ray Molenkamp (LazyDodo) changed the task status from Unknown Status to Unknown Status.Oct 14 2017, 4:36 PM
Ray Molenkamp (LazyDodo) claimed this task.

If our official version works, you'll have to take this up with whomever packaged this for your distro.