Skip to content

Commit

Permalink
v2.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Elistratov committed Jul 21, 2020
1 parent 82bbc8f commit 565e5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
bl_info = {
"name": "blender-osm",
"author": "Vladimir Elistratov <[email protected]>",
"version": (2, 4, 20),
"version": (2, 4, 21),
"blender": (2, 80, 0),
"location": "Right side panel for Blender 2.8x (left side panel for Blender 2.79))> \"osm\" tab",
"description": "One click download and import of OpenStreetMap, terrain, satellite imagery, web maps",
Expand Down
2 changes: 1 addition & 1 deletion pml/PythonCoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def enterRANDN(self,value):

def enterRANDW(self,li):
li = self.replaceColorsInText(li)
list = self.literalize(li,True)
list = self.literalize(li,False)
if self.alternativesContext or self.conditionContext:
self.write(self.alterCommaStack[-1])
self.write(self.indent()+'RandomWeighted( ' + list + ' )')
Expand Down

0 comments on commit 565e5de

Please sign in to comment.