Skip to content

Commit aa508fa

Browse files
author
RichardFrangenberg
committed
v1.1.0
1 parent 681509b commit aa508fa

File tree

81 files changed

+16038
-13324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+16038
-13324
lines changed

Documentation/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = u'Pandora'
23-
copyright = u'2018-2019, Richard Frangenberg'
23+
copyright = u'2018-2020, Richard Frangenberg'
2424
author = u'Richard Frangenberg'
2525

2626
# The short X.Y version
2727
version = u''
2828
# The full version, including alpha/beta/rc tags
29-
release = u'1.0.3'
29+
release = u'1.1.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

Pandora/Plugins/Apps/3dsMax/Integration/initPandora.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Dir = os.path.join(PANDORAROOT, "Scripts")
44
if Dir not in sys.path:
5-
sys.path.append(Dir)
5+
sys.path.append(Dir)
66

77
import PandoraCore
8-
Pandora = PandoraCore.PandoraCore(app="3dsMax")
8+
9+
Pandora = PandoraCore.PandoraCore(app="3dsMax")

0 commit comments

Comments
 (0)