Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFrangenberg committed Aug 5, 2020
1 parent 681509b commit aa508fa
Show file tree
Hide file tree
Showing 81 changed files with 16,038 additions and 13,324 deletions.
4 changes: 2 additions & 2 deletions Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------

project = u'Pandora'
copyright = u'2018-2019, Richard Frangenberg'
copyright = u'2018-2020, Richard Frangenberg'
author = u'Richard Frangenberg'

# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'1.0.3'
release = u'1.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions Pandora/Plugins/Apps/3dsMax/Integration/initPandora.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Dir = os.path.join(PANDORAROOT, "Scripts")
if Dir not in sys.path:
sys.path.append(Dir)
sys.path.append(Dir)

import PandoraCore
Pandora = PandoraCore.PandoraCore(app="3dsMax")

Pandora = PandoraCore.PandoraCore(app="3dsMax")
Loading

0 comments on commit aa508fa

Please sign in to comment.