Skip to content

Commit 3f58245

Browse files
committed
name change
1 parent b425df3 commit 3f58245

File tree

15 files changed

+14
-2693
lines changed

15 files changed

+14
-2693
lines changed

ae/aiZenoCameraTemplate.py renamed to ae/aiZoicTemplate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import maya.cmds as cmds
44
import mtoa.ui.ae.utils as aeUtils
55

6-
class aiZenoCameraTemplate(templates.AttributeTemplate):
6+
class aiZoicTemplate(templates.AttributeTemplate):
77

88
def filenameEdit(self, mData) :
99
attr = self.nodeAttr('aiBokehPath')
@@ -41,4 +41,4 @@ def setup(self):
4141
self.addControl("aiUseImage", label="Enable Image based bokeh")
4242
self.addCustom('aiBokehPath', self.filenameNew, self.filenameReplace)
4343

44-
templates.registerTranslatorUI(aiZenoCameraTemplate, "camera", "zenoCamera")
44+
templates.registerTranslatorUI(aiZoicTemplate, "camera", "zoic")
Binary file not shown.

bin/zenoCamera.o

-443 KB
Binary file not shown.

bin/zenoCamera.so

-116 KB
Binary file not shown.

bin/zenoCamera.mtd renamed to bin/zoic.mtd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# zenoCamera 0x00070007
2-
[node zenoCamera]
1+
# zoic 0x00070007
2+
[node zoic]
33
desc STRING "Extended camera shader with added options for mage based bokeh shapes and optical vignetting."
44
maya.name STRING "camera"
55
maya.id INT 0x00070007
6-
maya.translator STRING "zenoCamera"
6+
maya.translator STRING "zoic"
77

88
[attr sensorWidth]
99
maya.name STRING "aiSensorWidth"

bin/zoic.so

116 KB
Binary file not shown.

src/arnoldCamera.pro

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,15 @@ LIBS += \
2020

2121

2222
SOURCES += \
23-
zenoCamera.cpp \
24-
imageReader.cpp \
25-
testFile.cpp \
23+
zoic.cpp
2624

2725
HEADERS += \
28-
arnoldcamera.h\
29-
arnoldcamera_global.h \
30-
oblique_lensdistortion.h \
31-
imageReader.h
3226

3327
unix {
3428
target.path = /usr/lib
3529
INSTALLS += target
3630
}
3731

3832
DISTFILES += \
39-
../z_ae/aiZenoCameraTemplate.py \
40-
../z_bin/zenoCamera.mtd
33+
../ae/aiZoicTemplate.py \
34+
../bin/zoic.mtd

src/arnoldcamera.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/arnoldcamera_global.h

Lines changed: 0 additions & 12 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)