[Python-ogre-commit] SF.net SVN: python-ogre: [444] trunk/python-ogre
Brought to you by:
andy_miller,
roman_yakovenko
From: <and...@us...> - 2007-10-19 10:21:34
|
Revision: 444 http://python-ogre.svn.sourceforge.net/python-ogre/?rev=444&view=rev Author: andy_miller Date: 2007-10-19 03:21:27 -0700 (Fri, 19 Oct 2007) Log Message: ----------- Further Linux updates Modified Paths: -------------- trunk/python-ogre/code_generators/physx/build.out trunk/python-ogre/code_generators/physx/customization_data.pyc trunk/python-ogre/code_generators/physx/hand_made_wrappers.pyc trunk/python-ogre/demos/nxogre/CakeFramework.py trunk/python-ogre/demos/nxogre/config.yaml trunk/python-ogre/demos/nxogre/plugins.cfg trunk/python-ogre/environment.py trunk/python-ogre/scripts/01-RetrieveSource.sh trunk/python-ogre/scripts/06-GenerateCode.sh trunk/python-ogre/scripts/07-BuildModules.sh trunk/python-ogre/scripts/master.sh Modified: trunk/python-ogre/code_generators/physx/build.out =================================================================== --- trunk/python-ogre/code_generators/physx/build.out 2007-10-19 10:06:58 UTC (rev 443) +++ trunk/python-ogre/code_generators/physx/build.out 2007-10-19 10:21:27 UTC (rev 444) @@ -4,6 +4,10 @@ WARNING: Unable to find ode/odecpp.h include file (ogreode class) in include_dirs WARNING: Unable to find Ogreode_Prefab.h include file (ogreode class) in include_dirs +INFO Creating xml file "/home/andy/development/python-ogre/code_generators/cache/physx_2.7.2_cache.xml" from source file "/home/andy/development/python-ogre/code_generators/physx/python_physx.h" ... + +INFO gccxml cmd: /home/andy/development/gccxml-build/bin/gccxml -I"/home/andy/development/python-ogre" -I"/home/andy/development/root/usr/include/boost-1_34" -I"/home/andy/development/root/usr/include/OGRE" -I"/home/andy/development/root/usr/include/PhysX/v2.7.2/SDKs" -I"/home/andy/development/root/usr/include/PhysX/v2.7.2/SDKs/Cooking/Include" -I"/home/andy/development/root/usr/include/PhysX/v2.7.2/SDKs/Foundation/include" -I"/home/andy/development/root/usr/include/PhysX/v2.7.2/SDKs/PhysXLoader/include" -I"/home/andy/development/root/usr/include/PhysX/v2.7.2/SDKs/NxCharacter/include" -I"/home/andy/development/root/usr/include/PhysX/v2.7.2/SDKs/NxExtensions/include" -I"/home/andy/development/root/usr/include/PhysX/v2.7.2/SDKs/Physics/include" -D"LINUX" -D"VERSION_2.7.2" "/home/andy/development/python-ogre/code_generators/physx/python_physx.h" -fxml="/home/andy/development/python-ogre/code_generators/cache/physx_2.7.2_cache.xml" + INFO Parsing xml file "/home/andy/development/python-ogre/code_generators/cache/physx_2.7.2_cache.xml" ... Excluding static const NX_NO_HIGH_LIMIT [variable] Excluding static const NX_NO_LOW_LIMIT [variable] @@ -100,361 +104,312 @@ Excluded: NxShapeDesc * * NxArray<NxShapeDesc*, NxAllocatorDefault>::reallocate(size_t n, NxShapeDesc * * old) [member function] WARNING: void NxUtilLib::NxSegmentPlaneIntersect(NxVec3 const & v1, NxVec3 const & v2, NxPlane const & plane, NxReal & dist, NxVec3 & pointOnPlane) [member function] -> execution error W1009: The function takes as argument (name=dist, pos=3) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=dist, pos=3) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxUtilLib::NxRayPlaneIntersect(NxRay const & ray, NxPlane const & plane, NxReal & dist, NxVec3 & pointOnPlane) [member function] -> execution error W1009: The function takes as argument (name=dist, pos=2) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=dist, pos=2) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxUtilLib::NxRaySphereIntersect(NxVec3 const & origin, NxVec3 const & dir, NxReal length, NxVec3 const & center, NxReal radius, NxReal & hit_time, NxVec3 & hit_pos) [member function] -> execution error W1009: The function takes as argument (name=hit_time, pos=5) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=hit_time, pos=5) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: NxU32 NxUtilLib::NxRayAABBIntersect2(NxVec3 const & min, NxVec3 const & max, NxVec3 const & origin, NxVec3 const & dir, NxVec3 & coord, NxReal & t) [member function] -> execution error W1009: The function takes as argument (name=t, pos=5) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=t, pos=5) non-const reference to Python immutable type - function could not be called +> from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxUtilLib::NxRayTriIntersect(NxVec3 const & orig, NxVec3 const & dir, NxVec3 const & vert0, NxVec3 const & vert1, NxVec3 const & vert2, float & t, float & u, float & v, bool cull) [member function] -> execution error W1009: The function takes as argument (name=t, pos=5) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=t, pos=5) non-const reference to Python immutable type - function could not be called +> from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxUtilLib::NxRayTriIntersect(NxVec3 const & orig, NxVec3 const & dir, NxVec3 const & vert0, NxVec3 const & vert1, NxVec3 const & vert2, float & t, float & u, float & v, bool cull) [member function] -> execution error W1009: The function takes as argument (name=u, pos=6) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=u, pos=6) non-const reference to Python immutable type - function could not be called +> from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxUtilLib::NxRayTriIntersect(NxVec3 const & orig, NxVec3 const & dir, NxVec3 const & vert0, NxVec3 const & vert1, NxVec3 const & vert2, float & t, float & u, float & v, bool cull) [member function] -> execution error W1009: The function takes as argument (name=v, pos=7) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=v, pos=7) non-const reference to Python immutable type - function could not be called +> from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxUserWheelContactModify::onWheelContact(NxWheelShape * wheelShape, NxVec3 & contactPoint, NxVec3 & contactNormal, NxReal & contactPosition, NxReal & normalForce, NxShape * otherShape, NxMaterialIndex & otherShapeMaterialIndex, NxU32 otherShapeFeatureIndex) [member function] -> execution error W1009: The function takes as argument (name=contactPosition, pos=3) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=contactPosition, pos=3) non-const reference to Python immutable type - function could +> not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxUserWheelContactModify::onWheelContact(NxWheelShape * wheelShape, NxVec3 & contactPoint, NxVec3 & contactNormal, NxReal & contactPosition, NxReal & normalForce, NxShape * otherShape, NxMaterialIndex & otherShapeMaterialIndex, NxU32 otherShapeFeatureIndex) [member function] -> execution error W1009: The function takes as argument (name=normalForce, pos=4) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=normalForce, pos=4) non-const reference to Python immutable type - function could not +> be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxUserWheelContactModify::onWheelContact(NxWheelShape * wheelShape, NxVec3 & contactPoint, NxVec3 & contactNormal, NxReal & contactPosition, NxReal & normalForce, NxShape * otherShape, NxMaterialIndex & otherShapeMaterialIndex, NxU32 otherShapeFeatureIndex) [member function] -> execution error W1009: The function takes as argument (name=otherShapeMaterialIndex, pos=6) non-const reference to Python -> immutable type - function could not be called from Python. Take a look on "Function Transformation" functionality and -> define the transformation. +> execution error W1009: The function takes as argument (name=otherShapeMaterialIndex, pos=6) non-const reference to Python immutable type - +> function could not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: NxCompartmentType [enumeration] -> execution error W1032: Boost.Python library does not support enums with duplicate values. You can read more about this -> here: http://boost.org/libs/python/todo.html#support-for-enums-with-duplicate-values . The quick work around is to add new -> class variable to the exported enum, from Python. +> execution error W1032: Boost.Python library does not support enums with duplicate values. You can read more about this here: +> http://boost.org/libs/python/todo.html#support-for-enums-with-duplicate-values . The quick work around is to add new class variable to the +> exported enum, from Python. WARNING: NxSimulationStatus [enumeration] -> execution error W1032: Boost.Python library does not support enums with duplicate values. You can read more about this -> here: http://boost.org/libs/python/todo.html#support-for-enums-with-duplicate-values . The quick work around is to add new -> class variable to the exported enum, from Python. +> execution error W1032: Boost.Python library does not support enums with duplicate values. You can read more about this here: +> http://boost.org/libs/python/todo.html#support-for-enums-with-duplicate-values . The quick work around is to add new class variable to the +> exported enum, from Python. WARNING: void NxSpringAndDamperEffector::getLinearSpring(NxReal & distCompressSaturate, NxReal & distRelaxed, NxReal & distStretchSaturate, NxReal & maxCompressForce, NxReal & maxStretchForce) [member function] -> execution error W1009: The function takes as argument (name=distCompressSaturate, pos=0) non-const reference to Python -> immutable type - function could not be called from Python. Take a look on "Function Transformation" functionality and -> define the transformation. +> execution error W1009: The function takes as argument (name=distCompressSaturate, pos=0) non-const reference to Python immutable type - function +> could not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxSpringAndDamperEffector::getLinearSpring(NxReal & distCompressSaturate, NxReal & distRelaxed, NxReal & distStretchSaturate, NxReal & maxCompressForce, NxReal & maxStretchForce) [member function] -> execution error W1009: The function takes as argument (name=distRelaxed, pos=1) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=distRelaxed, pos=1) non-const reference to Python immutable type - function could not +> be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxSpringAndDamperEffector::getLinearSpring(NxReal & distCompressSaturate, NxReal & distRelaxed, NxReal & distStretchSaturate, NxReal & maxCompressForce, NxReal & maxStretchForce) [member function] -> execution error W1009: The function takes as argument (name=distStretchSaturate, pos=2) non-const reference to Python -> immutable type - function could not be called from Python. Take a look on "Function Transformation" functionality and -> define the transformation. +> execution error W1009: The function takes as argument (name=distStretchSaturate, pos=2) non-const reference to Python immutable type - function +> could not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxSpringAndDamperEffector::getLinearSpring(NxReal & distCompressSaturate, NxReal & distRelaxed, NxReal & distStretchSaturate, NxReal & maxCompressForce, NxReal & maxStretchForce) [member function] -> execution error W1009: The function takes as argument (name=maxCompressForce, pos=3) non-const reference to Python -> immutable type - function could not be called from Python. Take a look on "Function Transformation" functionality and -> define the transformation. +> execution error W1009: The function takes as argument (name=maxCompressForce, pos=3) non-const reference to Python immutable type - function could +> not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxSpringAndDamperEffector::getLinearSpring(NxReal & distCompressSaturate, NxReal & distRelaxed, NxReal & distStretchSaturate, NxReal & maxCompressForce, NxReal & maxStretchForce) [member function] -> execution error W1009: The function takes as argument (name=maxStretchForce, pos=4) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=maxStretchForce, pos=4) non-const reference to Python immutable type - function could +> not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxSpringAndDamperEffector::getLinearDamper(NxReal & velCompressSaturate, NxReal & velStretchSaturate, NxReal & maxCompressForce, NxReal & maxStretchForce) [member function] -> execution error W1009: The function takes as argument (name=velCompressSaturate, pos=0) non-const reference to Python -> immutable type - function could not be called from Python. Take a look on "Function Transformation" functionality and -> define the transformation. +> execution error W1009: The function takes as argument (name=velCompressSaturate, pos=0) non-const reference to Python immutable type - function +> could not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxSpringAndDamperEffector::getLinearDamper(NxReal & velCompressSaturate, NxReal & velStretchSaturate, NxReal & maxCompressForce, NxReal & maxStretchForce) [member function] -> execution error W1009: The function takes as argument (name=velStretchSaturate, pos=1) non-const reference to Python -> immutable type - function could not be called from Python. Take a look on "Function Transformation" functionality and -> define the transformation. +> execution error W1009: The function takes as argument (name=velStretchSaturate, pos=1) non-const reference to Python immutable type - function +> could not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxSpringAndDamperEffector::getLinearDamper(NxReal & velCompressSaturate, NxReal & velStretchSaturate, NxReal & maxCompressForce, NxReal & maxStretchForce) [member function] -> execution error W1009: The function takes as argument (name=maxCompressForce, pos=2) non-const reference to Python -> immutable type - function could not be called from Python. Take a look on "Function Transformation" functionality and -> define the transformation. +> execution error W1009: The function takes as argument (name=maxCompressForce, pos=2) non-const reference to Python immutable type - function could +> not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxSpringAndDamperEffector::getLinearDamper(NxReal & velCompressSaturate, NxReal & velStretchSaturate, NxReal & maxCompressForce, NxReal & maxStretchForce) [member function] -> execution error W1009: The function takes as argument (name=maxStretchForce, pos=3) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=maxStretchForce, pos=3) non-const reference to Python immutable type - function could +> not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxSoftBody::raycast(NxRay const & worldRay, NxVec3 & hit, NxU32 & vertexId) [member function] -> execution error W1009: The function takes as argument (name=vertexId, pos=2) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=vertexId, pos=2) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxSoftBody::getShapePointers(NxShape * * shapePointers, NxU32 * flags) [member function] -> warning W1051: The function takes as argument (name=shapePointers, pos=0) "NxShape * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=shapePointers, pos=0) "NxShape * *" type. You have to specify a call policies or to use +> "Function Transformation" functionality. WARNING: void NxSoftBody::setShapePointers(NxShape * * shapePointers, unsigned int numShapes) [member function] -> warning W1051: The function takes as argument (name=shapePointers, pos=0) "NxShape * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=shapePointers, pos=0) "NxShape * *" type. You have to specify a call policies or to use +> "Function Transformation" functionality. WARNING: bool NxCloth::raycast(NxRay const & worldRay, NxVec3 & hit, NxU32 & vertexId) [member function] -> execution error W1009: The function takes as argument (name=vertexId, pos=2) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=vertexId, pos=2) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxCloth::getShapePointers(NxShape * * shapePointers, NxU32 * flags=0) [member function] -> warning W1051: The function takes as argument (name=shapePointers, pos=0) "NxShape * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=shapePointers, pos=0) "NxShape * *" type. You have to specify a call policies or to use +> "Function Transformation" functionality. WARNING: void NxCloth::setShapePointers(NxShape * * shapePointers, unsigned int numShapes) [member function] -> warning W1051: The function takes as argument (name=shapePointers, pos=0) "NxShape * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=shapePointers, pos=0) "NxShape * *" type. You have to specify a call policies or to use +> "Function Transformation" functionality. WARNING: void NxCompartment::getTiming(NxReal & maxTimestep, NxU32 & maxIter, NxTimeStepMethod & method, NxU32 * numSubSteps=0) const [member function] -> execution error W1009: The function takes as argument (name=maxTimestep, pos=0) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=maxTimestep, pos=0) non-const reference to Python immutable type - function could not +> be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxCompartment::getTiming(NxReal & maxTimestep, NxU32 & maxIter, NxTimeStepMethod & method, NxU32 * numSubSteps=0) const [member function] -> execution error W1009: The function takes as argument (name=maxIter, pos=1) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=maxIter, pos=1) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxCompartment::getTiming(NxReal & maxTimestep, NxU32 & maxIter, NxTimeStepMethod & method, NxU32 * numSubSteps=0) const [member function] -> execution error W1009: The function takes as argument (name=method, pos=2) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=method, pos=2) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: NxU32 NxPhysicsSDK::getInternalVersion(NxU32 & apiRev, NxU32 & descRev, NxU32 & branchId) const [member function] -> execution error W1009: The function takes as argument (name=apiRev, pos=0) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=apiRev, pos=0) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: NxU32 NxPhysicsSDK::getInternalVersion(NxU32 & apiRev, NxU32 & descRev, NxU32 & branchId) const [member function] -> execution error W1009: The function takes as argument (name=descRev, pos=1) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=descRev, pos=1) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: NxU32 NxPhysicsSDK::getInternalVersion(NxU32 & apiRev, NxU32 & descRev, NxU32 & branchId) const [member function] -> execution error W1009: The function takes as argument (name=branchId, pos=2) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=branchId, pos=2) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxJoint::getActors(NxActor * * actor1, NxActor * * actor2) [member function] -> warning W1051: The function takes as argument (name=actor1, pos=0) "NxActor * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=actor1, pos=0) "NxActor * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: void NxJoint::getActors(NxActor * * actor1, NxActor * * actor2) [member function] -> warning W1051: The function takes as argument (name=actor2, pos=1) "NxActor * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=actor2, pos=1) "NxActor * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: void NxJoint::getBreakable(NxReal & maxForce, NxReal & maxTorque) [member function] -> execution error W1009: The function takes as argument (name=maxForce, pos=0) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=maxForce, pos=0) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxJoint::getBreakable(NxReal & maxForce, NxReal & maxTorque) [member function] -> execution error W1009: The function takes as argument (name=maxTorque, pos=1) non-const reference to Python immutable type -> - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=maxTorque, pos=1) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxJoint::getNextLimitPlane(NxVec3 & planeNormal, NxReal & planeD, NxReal * restitution=0) [member function] -> execution error W1009: The function takes as argument (name=planeD, pos=1) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=planeD, pos=1) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxConvexMesh::getMassInformation(NxReal & mass, NxMat33 & localInertia, NxVec3 & localCenterOfMass) const [member function] -> execution error W1009: The function takes as argument (name=mass, pos=0) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=mass, pos=0) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxTriangleMesh::getMassInformation(NxReal & mass, NxMat33 & localInertia, NxVec3 & localCenterOfMass) const [member function] -> execution error W1009: The function takes as argument (name=mass, pos=0) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=mass, pos=0) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: NxU32 NxScene::getCompartmentArray(NxCompartment * * userBuffer, NxU32 bufferSize, NxU32 & usersIterator) const [member function] -> warning W1051: The function takes as argument (name=userBuffer, pos=0) "NxCompartment * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=userBuffer, pos=0) "NxCompartment * *" type. You have to specify a call policies or to use +> "Function Transformation" functionality. WARNING: NxU32 NxScene::getCompartmentArray(NxCompartment * * userBuffer, NxU32 bufferSize, NxU32 & usersIterator) const [member function] -> execution error W1009: The function takes as argument (name=usersIterator, pos=2) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=usersIterator, pos=2) non-const reference to Python immutable type - function could +> not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: NxU32 NxScene::getActorGroupPairArray(NxActorGroupPair * userBuffer, NxU32 bufferSize, NxU32 & userIterator) const [member function] -> execution error W1009: The function takes as argument (name=userIterator, pos=2) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=userIterator, pos=2) non-const reference to Python immutable type - function could not +> be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxScene::getFilterOps(NxFilterOp & op0, NxFilterOp & op1, NxFilterOp & op2) const [member function] -> execution error W1009: The function takes as argument (name=op0, pos=0) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=op0, pos=0) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxScene::getFilterOps(NxFilterOp & op0, NxFilterOp & op1, NxFilterOp & op2) const [member function] -> execution error W1009: The function takes as argument (name=op1, pos=1) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=op1, pos=1) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxScene::getFilterOps(NxFilterOp & op0, NxFilterOp & op1, NxFilterOp & op2) const [member function] -> execution error W1009: The function takes as argument (name=op2, pos=2) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=op2, pos=2) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: NxActiveTransform * NxScene::getActiveTransforms(NxU32 & nbTransformsOut) [member function] -> execution error W1009: The function takes as argument (name=nbTransformsOut, pos=0) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=nbTransformsOut, pos=0) non-const reference to Python immutable type - function could +> not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: NxU32 NxScene::getIslandArrayFromActor(NxActor & actor, NxActor * * userBuffer, NxU32 bufferSize, NxU32 & userIterator) [member function] -> warning W1051: The function takes as argument (name=userBuffer, pos=1) "NxActor * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=userBuffer, pos=1) "NxActor * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: NxU32 NxScene::getIslandArrayFromActor(NxActor & actor, NxActor * * userBuffer, NxU32 bufferSize, NxU32 & userIterator) [member function] -> execution error W1009: The function takes as argument (name=userIterator, pos=3) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=userIterator, pos=3) non-const reference to Python immutable type - function could not +> be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: NxU32 NxScene::getMaterialArray(NxMaterial * * userBuffer, NxU32 bufferSize, NxU32 & usersIterator) [member function] -> warning W1051: The function takes as argument (name=userBuffer, pos=0) "NxMaterial * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=userBuffer, pos=0) "NxMaterial * *" type. You have to specify a call policies or to use +> "Function Transformation" functionality. WARNING: NxU32 NxScene::getMaterialArray(NxMaterial * * userBuffer, NxU32 bufferSize, NxU32 & usersIterator) [member function] -> execution error W1009: The function takes as argument (name=usersIterator, pos=2) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=usersIterator, pos=2) non-const reference to Python immutable type - function could +> not be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxScene::getTiming(NxReal & maxTimestep, NxU32 & maxIter, NxTimeStepMethod & method, NxU32 * numSubSteps=0) const [member function] -> execution error W1009: The function takes as argument (name=maxTimestep, pos=0) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=maxTimestep, pos=0) non-const reference to Python immutable type - function could not +> be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxScene::getTiming(NxReal & maxTimestep, NxU32 & maxIter, NxTimeStepMethod & method, NxU32 * numSubSteps=0) const [member function] -> execution error W1009: The function takes as argument (name=maxIter, pos=1) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=maxIter, pos=1) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxScene::getTiming(NxReal & maxTimestep, NxU32 & maxIter, NxTimeStepMethod & method, NxU32 * numSubSteps=0) const [member function] -> execution error W1009: The function takes as argument (name=method, pos=2) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=method, pos=2) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: bool NxScene::raycastAnyShape(NxRay const & worldRay, NxShapesType shapesType, NxU32 groups=0x0ffffffff, NxReal maxDist=3.4028234663852885981170418348451692544e+38, NxGroupsMask const * groupsMask=0, NxShape * * cache=0) const [member function] -> warning W1051: The function takes as argument (name=cache, pos=5) "NxShape * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=cache, pos=5) "NxShape * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: NxShape * NxScene::raycastClosestShape(NxRay const & worldRay, NxShapesType shapeType, NxRaycastHit & hit, NxU32 groups=0x0ffffffff, NxReal maxDist=3.4028234663852885981170418348451692544e+38, NxU32 hintFlags=0x0ffffffff, NxGroupsMask const * groupsMask=0, NxShape * * cache=0) const [member function] -> warning W1051: The function takes as argument (name=cache, pos=7) "NxShape * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=cache, pos=7) "NxShape * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: NxU32 NxScene::overlapSphereShapes(NxSphere const & worldSphere, NxShapesType shapeType, NxU32 nbShapes, NxShape * * shapes, NxUserEntityReport<NxShape*> * callback, NxU32 activeGroups=0x0ffffffff, NxGroupsMask const * groupsMask=0, bool accurateCollision=false) [member function] -> warning W1051: The function takes as argument (name=shapes, pos=3) "NxShape * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=shapes, pos=3) "NxShape * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: NxU32 NxScene::overlapAABBShapes(NxBounds3 const & worldBounds, NxShapesType shapeType, NxU32 nbShapes, NxShape * * shapes, NxUserEntityReport<NxShape*> * callback, NxU32 activeGroups=0x0ffffffff, NxGroupsMask const * groupsMask=0, bool accurateCollision=false) [member function] -> warning W1051: The function takes as argument (name=shapes, pos=3) "NxShape * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=shapes, pos=3) "NxShape * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: NxU32 NxScene::overlapOBBShapes(NxBox const & worldBox, NxShapesType shapeType, NxU32 nbShapes, NxShape * * shapes, NxUserEntityReport<NxShape*> * callback, NxU32 activeGroups=0x0ffffffff, NxGroupsMask const * groupsMask=0, bool accurateCollision=false) [member function] -> warning W1051: The function takes as argument (name=shapes, pos=3) "NxShape * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=shapes, pos=3) "NxShape * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: NxU32 NxScene::overlapCapsuleShapes(NxCapsule const & worldCapsule, NxShapesType shapeType, NxU32 nbShapes, NxShape * * shapes, NxUserEntityReport<NxShape*> * callback, NxU32 activeGroups=0x0ffffffff, NxGroupsMask const * groupsMask=0, bool accurateCollision=false) [member function] -> warning W1051: The function takes as argument (name=shapes, pos=3) "NxShape * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=shapes, pos=3) "NxShape * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: NxU32 NxScene::cullShapes(NxU32 nbPlanes, NxPlane const * worldPlanes, NxShapesType shapeType, NxU32 nbShapes, NxShape * * shapes, NxUserEntityReport<NxShape*> * callback, NxU32 activeGroups=0x0ffffffff, NxGroupsMask const * groupsMask=0) [member function] -> warning W1051: The function takes as argument (name=shapes, pos=4) "NxShape * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=shapes, pos=4) "NxShape * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: bool NxUserContactModify::onContactConstraint(NxU32 & changeFlags, NxShape const * shape0, NxShape const * shape1, unsigned int const featureIndex0, unsigned int const featureIndex1, NxUserContactModify::NxContactCallbackData & data) [member function] -> execution error W1009: The function takes as argument (name=changeFlags, pos=0) non-const reference to Python immutable -> type - function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=changeFlags, pos=0) non-const reference to Python immutable type - function could not +> be called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxUserNotify::onWake(NxActor * * actors, NxU32 count) [member function] -> warning W1051: The function takes as argument (name=actors, pos=0) "NxActor * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=actors, pos=0) "NxActor * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: void NxUserNotify::onSleep(NxActor * * actors, NxU32 count) [member function] -> warning W1051: The function takes as argument (name=actors, pos=0) "NxActor * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=actors, pos=0) "NxActor * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: bool NxUserEntityReport<NxShape*>::onEvent(NxU32 nbEntities, NxShape * * entities) [member function] -> warning W1051: The function takes as argument (name=entities, pos=1) "NxShape * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=entities, pos=1) "NxShape * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: void NxVec3::set(NxF32 const * v) [member function] -> execution error W1010: The function introduces registration order problem. For more information about the problem read next -> document: http://language-binding.net/pyplusplus/documentation/functions/registration_order.html Problematic functions -> list: void NxVec3::set(NxReal v) [member function] +> execution error W1010: The function introduces registration order problem. For more information about the problem read next document: http +> ://language-binding.net/pyplusplus/documentation/functions/registration_order.html Problematic functions list: void NxVec3::set(NxReal v) +> [member function] WARNING: void NxVec3::set(NxReal v) [member function] -> execution error W1010: The function introduces registration order problem. For more information about the problem read next -> document: http://language-binding.net/pyplusplus/documentation/functions/registration_order.html Problematic functions -> list: void NxVec3::set(NxF32 const * v) [member function] +> execution error W1010: The function introduces registration order problem. For more information about the problem read next document: http +> ://language-binding.net/pyplusplus/documentation/functions/registration_order.html Problematic functions list: void NxVec3::set(NxF32 +> const * v) [member function] WARNING: void NxQuat::getAngleAxis(NxReal & angle, NxVec3 & axis) const [member function] -> execution error W1009: The function takes as argument (name=angle, pos=0) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=angle, pos=0) non-const reference to Python immutable type - function could not be +> called from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: static void NxMath::sinCos(NxF32 f, NxF32 & s, NxF32 & c) [member function] -> execution error W1009: The function takes as argument (name=s, pos=1) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=s, pos=1) non-const reference to Python immutable type - function could not be called +> from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: static void NxMath::sinCos(NxF32 f, NxF32 & s, NxF32 & c) [member function] -> execution error W1009: The function takes as argument (name=c, pos=2) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=c, pos=2) non-const reference to Python immutable type - function could not be called +> from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: static void NxMath::sinCos(NxF64 a, NxF64 & s, NxF64 & c) [member function] -> execution error W1009: The function takes as argument (name=s, pos=1) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=s, pos=1) non-const reference to Python immutable type - function could not be called +> from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: static void NxMath::sinCos(NxF64 a, NxF64 & s, NxF64 & c) [member function] -> execution error W1009: The function takes as argument (name=c, pos=2) non-const reference to Python immutable type - -> function could not be called from Python. Take a look on "Function Transformation" functionality and define the -> transformation. +> execution error W1009: The function takes as argument (name=c, pos=2) non-const reference to Python immutable type - function could not be called +> from Python. Take a look on "Function Transformation" functionality and define the transformation. WARNING: void NxArray<NxShapeDesc*, NxAllocatorDefault>::insert(NxShapeDesc * * where, unsigned int n, NxShapeDesc * const & x) [member function] -> warning W1051: The function takes as argument (name=where, pos=0) "NxShapeDesc * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=where, pos=0) "NxShapeDesc * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: void NxArray<NxShapeDesc*, NxAllocatorDefault>::erase(NxShapeDesc * * from, NxShapeDesc * * to) [member function] -> warning W1051: The function takes as argument (name=from, pos=0) "NxShapeDesc * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=from, pos=0) "NxShapeDesc * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: void NxArray<NxShapeDesc*, NxAllocatorDefault>::erase(NxShapeDesc * * from, NxShapeDesc * * to) [member function] -> warning W1051: The function takes as argument (name=to, pos=1) "NxShapeDesc * *" type. You have to specify a call policies -> or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=to, pos=1) "NxShapeDesc * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: void NxArray<NxShapeDesc*, NxAllocatorDefault>::erase(NxShapeDesc * * from) [member function] -> warning W1051: The function takes as argument (name=from, pos=0) "NxShapeDesc * *" type. You have to specify a call -> policies or to use "Function Transformation" functionality. +> warning W1051: The function takes as argument (name=from, pos=0) "NxShapeDesc * *" type. You have to specify a call policies or to use "Function +> Transformation" functionality. WARNING: void NxRemoteDebugger::writeParameter(NxReal const & parameter, void * object, bool create, char const * name, NxU32 mask) [member function] > warning W1044: Py++ created an ugly alias ("writeParameter_b50e9ef8956c46e675a5e7f008b9dba4") for function wrapper. @@ -487,9 +442,735 @@ > warning W1044: Py++ created an ugly alias ("writeParameter_7df00078d56d1bb262d4e9659c58bab9") for function wrapper. WARNING: _Nx3F32 [struct] -> execution error W1040: The declaration is unexposed, but there are other declarations, which refer to it. This could cause -> "no to_python converter found" run time error. Declarations: NxVec3::NxVec3(Nx3F32 const & d) [constructor] NxVec3 const -> & NxVec3::operator=(Nx3F32 const & d) [member operator] +> execution error W1040: The declaration is unexposed, but there are other declarations, which refer to it. This could cause "no to_python converter +> found" run time error. Declarations: NxVec3::NxVec3(Nx3F32 const & d) [constructor] NxVec3 const & NxVec3::operator=(Nx3F32 const & d) [member +> operator] +INFO: file "__array_1.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "__call_policies.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "named_tuple.py" - updated( 0.000000 seconds ) + +INFO: file "NxActiveTransform.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxActiveTransform.pypp.cpp" - updated( 0.010000 seconds ) + +INFO: file "NxSweepCache.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxSweepCache.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxActor.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxActor.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxActorDescBase.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxActorDescBase.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxActorDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxActorDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxActorGroupPair.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxActorGroupPair.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxActorPairFilter.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxActorPairFilter.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxAllocateable.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxAllocateable.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxAllocatorDefault.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxAllocatorDefault.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxArrayFluidEmitterDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxArrayFluidEmitterDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxArrayShapeDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxArrayShapeDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxBitField.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxBitField.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxBodyDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxBodyDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxBounds3.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxBounds3.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxBox.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxBox.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxForceFieldShape.pypp.hpp" - updated( 0.010000 seconds ) + +INFO: file "NxForceFieldShape.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxBoxForceFieldShape.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxBoxForceFieldShape.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxForceFieldShapeDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxForceFieldShapeDesc.pypp.cpp" - updated( 0.010000 seconds ) + +INFO: file "NxBoxForceFieldShapeDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxBoxForceFieldShapeDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxShape.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxShape.pypp.cpp" - updated( 0.010000 seconds ) + +INFO: file "NxBoxShape.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxBoxShape.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxShapeDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxShapeDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxBoxShapeDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxBoxShapeDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCCDSkeleton.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCCDSkeleton.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxSegment.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxSegment.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCapsule.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCapsule.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCapsuleForceFieldShape.pypp.hpp" - updated( 0.010000 seconds ) + +INFO: file "NxCapsuleForceFieldShape.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCapsuleForceFieldShapeDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCapsuleForceFieldShapeDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCapsuleShape.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCapsuleShape.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCapsuleShapeDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCapsuleShapeDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCloth.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCloth.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxClothDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxClothDesc.pypp.cpp" - updated( 0.010000 seconds ) + +INFO: file "NxClothMesh.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxClothMesh.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxSimpleTriangleMesh.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxSimpleTriangleMesh.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxClothMeshDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxClothMeshDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCompartment.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCompartment.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCompartmentDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCompartmentDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxConstraintDominance.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxConstraintDominance.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxContactPair.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxContactPair.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxContactStreamIterator.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxContactStreamIterator.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexForceFieldShape.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexForceFieldShape.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexForceFieldShapeDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexForceFieldShapeDesc.pypp.cpp" - updated( 0.010000 seconds ) + +INFO: file "NxConvexMesh.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexMesh.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexMeshDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexMeshDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexShape.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexShape.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexShapeDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxConvexShapeDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxUserAllocator.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxUserAllocator.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxUserOutputStream.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxUserOutputStream.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCookingInterface.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCookingInterface.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCookingParams.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCookingParams.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxJoint.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxJoint.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCylindricalJoint.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCylindricalJoint.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxJointDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxJointDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxCylindricalJointDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxCylindricalJointDesc.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxD6Joint.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxD6Joint.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxD6JointDesc.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxD6JointDesc.pypp.cpp" - updated( 0.010000 seconds ) + +INFO: file "NxDebugLine.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxDebugLine.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxDebugPoint.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "NxDebugPoint.pypp.cpp" - updated( 0.000000 seconds ) + +INFO: file "NxDebugRenderable.pypp.hpp" - updated( 0.000000 seconds ) + +INFO: file "Nx... [truncated message content] |