We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920ae75 commit 6cc5facCopy full SHA for 6cc5fac
contrib/IECoreAppleseed/src/IECoreAppleseed/PrimitiveConverter.cpp
@@ -189,7 +189,7 @@ const asr::Assembly *IECoreAppleseed::PrimitiveConverter::convertPrimitive( cons
189
190
// compute the hash of all the deformation samples.
191
MurmurHash primitiveHash;
192
- primitiveHash.append( primitivesPtr->size() );
+ primitiveHash.append( (uint64_t)primitivesPtr->size() );
193
primitiveHash.append( m_shutterOpenTime );
194
primitiveHash.append( m_shutterCloseTime );
195
0 commit comments