Skip to content

Commit

Permalink
Merge pull request #470 from howetuft/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
howetuft authored Dec 15, 2024
2 parents fe42b3b + 59b5558 commit e4ea5bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Render/taskpanels.py
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ def chooseMat(self, card):
Override Arch initial method (buggy).
"""
card = self.form.comboBox_MaterialsInDir.currentText()
assert card in self.cards
parser = configparser.ConfigParser(interpolation=None)
parser.optionxform = lambda x: x # Case sensitive
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<description>A workbench to produce high-quality rendered images from your FreeCAD document, using open-source external rendering engines.

Designed as a modern replacement for deprecated internal Raytracing Workbench.</description>
<version>2024.12.14</version>
<date>2024-12-14</date>
<version>2024.12.15</version>
<date>2024-12-15</date>
<maintainer email="@howetuft">howetuft</maintainer>
<maintainer email="@yorikvanhavre">Yorik Van Havre</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
Expand Down

0 comments on commit e4ea5bd

Please sign in to comment.