FS#60998 - [blender] A.N.T Landscape not working

Attached to Project: Community Packages
Opened by Joseph Sisson (Wardstone) - Friday, 07 December 2018, 21:43 GMT
Last edited by Balló György (City-busz) - Friday, 12 April 2019, 13:44 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Upon trying to load the ANT Landscape addon, Blender reports a series of errors relating to the /usr/share/blender/2.79/scripts/addons/ant_landscape/stats.
The error can be rectified by changing the def _gettime subroutine's m=self.process.get_cpu_times() to m=self.process.cpu_times() and
def _getmem subroutine's m = self.process.get_memory_info() to m = self.process.memory_info()

Additional info:
The package was updated before I found the bug and so the system is, as far as I am aware, fully up to date.

Steps to reproduce:
Go to User Preferences, Addons and type in Landscape. Then attempt to enable A.N.T.Landscape. The error report will then show.
This task depends upon

Closed by  Balló György (City-busz)
Friday, 12 April 2019, 13:44 GMT
Reason for closing:  No response
Comment by Leafeon (iLeafeon) - Sunday, 13 January 2019, 14:23 GMT
Confirmed with blender 2.79 after fresh arch installation.

Seems like using the actual package provided by Blender works fine, it's just this repository's copy that's breaking.


Can also confirm Steam's copy of blender works fine. Will probably be using that.
Comment by Nikola Bunjevac (nbunjevac) - Monday, 11 March 2019, 12:15 GMT
Is this still happening for you? I can't seem to reproduce the issue with latest Blender package.

Loading...