Commit Graph

16 Commits

Author SHA1 Message Date
9406de5f31 Cleanup: remove <pep8 compliant> comment
This is no longer necessary, see: T98554.
2022-06-03 11:52:13 +10:00
5c755ab594 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
8f8e712558 addons-contrib: objects.link/unlink syntax update
Change objects.link and objects.unlink from scene to collection
2019-01-29 21:58:30 -05:00
ad4e81e5c2 addons-contrib: more view_layer syntax updates 2019-01-29 14:09:08 -05:00
cfed082dba addons-contrib: object select_set syntax update 2019-01-24 23:40:37 -05:00
f69655b4c4 Update contrib Add-ons class properties to annotations
This should take care of most of the class property conversions to
use the new annotation format (colon instead of equals) for
assignment in 2.80. There may still be a few edge cases that
were missed.
2019-01-17 17:50:55 -05:00
56bce373e3 Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location. 2018-08-29 15:10:41 +02:00
3f433bbe91 mass clean up: remove/replace redundant bl_tracker info 2016-07-22 22:51:45 +10:00
bbe8a2e0e4 Fix T39903: osm importer division by zero error in UTM mode 2014-04-26 06:02:54 +10:00
777944b400 Code cleanup: style 2014-04-26 06:02:41 +10:00
071e9f1764 fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ? 2012-12-19 16:05:42 +00:00
147a63f2a0 pep8 cleanup 2012-10-12 14:25:15 +00:00
4aa36f7ea2 remove BOM 2012-09-26 20:57:00 +00:00
871daa1ba7 v0.2
osm tags for nodes and ways as vgroup, UTM projection, bpy access, ps.import_mesh.osm()
more info in the file.
2012-09-03 15:05:22 +00:00
9690967fa4 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:00:23 +00:00
1d0416d4d7 Open Street Map - originally by Michael Anthrax Schlachter, updated to work as an addon, and for the bmesh API by me.
Port requested for work on mango.blender.org

Notes:
- all lines import as a single object (could use curves/polylines instead)
- at the moment we are scaling by 1.5 on an axis, which seems odd, need to look into this.
- no face-filling happens at the moment could use BMesh ngons for this.
- theres probably more data that could be imported from these OSM/XML files.
2012-03-15 18:32:58 +00:00