OpenEXR 3.4.0__cp38-cp38-macosx_10_15_x86_64.whl → 3.4.3__cp38-cp38-macosx_10_15_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- Imath.py +5 -2
- OpenEXR.cpython-38-darwin.so +0 -0
- {openexr-3.4.0.dist-info → openexr-3.4.3.dist-info}/METADATA +1 -1
- openexr-3.4.3.dist-info/RECORD +6 -0
- openexr-3.4.0.dist-info/RECORD +0 -6
- {openexr-3.4.0.dist-info → openexr-3.4.3.dist-info}/WHEEL +0 -0
- {openexr-3.4.0.dist-info → openexr-3.4.3.dist-info}/licenses/LICENSE.md +0 -0
Imath.py
CHANGED
|
@@ -154,7 +154,7 @@ class TimeCode:
|
|
|
154
154
|
|
|
155
155
|
def __repr__(self):
|
|
156
156
|
# ignoring binaryGroups for now
|
|
157
|
-
return "<Imath.TimeCode instance { time: %s:%s:%s:%s, dropFrame: %s, colorFrame: %s, fieldPhase: %s, bgf0: %s, bgf1: %s, bgf2: %s" % (self.hours, self.minutes, self.seconds, self.frame, self.dropFrame, self.colorFrame, self.fieldPhase, self.bgf0, self.bgf1, self.bgf2)
|
|
157
|
+
return "<Imath.TimeCode instance { time: %s:%s:%s:%s, dropFrame: %s, colorFrame: %s, fieldPhase: %s, bgf0: %s, bgf1: %s, bgf2: %s }" % (self.hours, self.minutes, self.seconds, self.frame, self.dropFrame, self.colorFrame, self.fieldPhase, self.bgf0, self.bgf1, self.bgf2)
|
|
158
158
|
|
|
159
159
|
def __eq__(self, other):
|
|
160
160
|
return self.__dict__ == other.__dict__
|
|
@@ -195,4 +195,7 @@ class TileDescription:
|
|
|
195
195
|
self.mode = m
|
|
196
196
|
self.roundingMode = r
|
|
197
197
|
def __repr__(self):
|
|
198
|
-
return "<Imath.TileDescription instance %
|
|
198
|
+
return "<Imath.TileDescription instance { xSize: %s, ySize: %s, mode: %s, roundingMode: %s>" % (self.xSize, self.ySize, repr(self.mode), repr(self.roundingMode))
|
|
199
|
+
def __eq__(self, other):
|
|
200
|
+
return self.__dict__ == other.__dict__
|
|
201
|
+
|
OpenEXR.cpython-38-darwin.so
CHANGED
|
Binary file
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
OpenEXR.cpython-38-darwin.so,sha256=4XeWgiTd61mrqO8EF8NNuaNG7kY-xuba2dLfmybul4g,3914704
|
|
2
|
+
Imath.py,sha256=hjDPS7zdtWmsdAfBHuWs-d4Wp4rAIgxBY-MkvPncygg,7322
|
|
3
|
+
openexr-3.4.3.dist-info/RECORD,,
|
|
4
|
+
openexr-3.4.3.dist-info/WHEEL,sha256=3a5z2b08FFs-6BC1juL0YrQoGS_mFmYb9KKL_2ziG08,114
|
|
5
|
+
openexr-3.4.3.dist-info/METADATA,sha256=-__0bmqcIvss-MEMM96GI1VEnjarfLOjnSS5dHpZxTY,10758
|
|
6
|
+
openexr-3.4.3.dist-info/licenses/LICENSE.md,sha256=hIU8kdTC4DEHQdR3NGnZi7k-YQKWCOC6CIKj__3zML0,1501
|
openexr-3.4.0.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
OpenEXR.cpython-38-darwin.so,sha256=qHyLkbjy0ka6G56JyY8pPxZ4y0hVxIZ-obxHQafBhuE,3906016
|
|
2
|
-
Imath.py,sha256=EOP_uzvYPjigCVknjCF-99BzZ8L4Zfz3saTX25GqZr8,7203
|
|
3
|
-
openexr-3.4.0.dist-info/RECORD,,
|
|
4
|
-
openexr-3.4.0.dist-info/WHEEL,sha256=3a5z2b08FFs-6BC1juL0YrQoGS_mFmYb9KKL_2ziG08,114
|
|
5
|
-
openexr-3.4.0.dist-info/METADATA,sha256=pkviYqKUtJgZF_yTnTU0I9gP3k5Eq3T3351mOQxNtDI,10758
|
|
6
|
-
openexr-3.4.0.dist-info/licenses/LICENSE.md,sha256=hIU8kdTC4DEHQdR3NGnZi7k-YQKWCOC6CIKj__3zML0,1501
|
|
File without changes
|
|
File without changes
|