Home
last modified time | relevance | path

Searched refs:use_self_collision (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_ui/
H A Dproperties_physics_cloth.py323 … layout.active = (cloth.use_collision or cloth.use_self_collision) and cloth_panel_enabled(md)
382 layout.active = cloth.use_self_collision and cloth_panel_enabled(md)
H A Dproperties_physics_softbody.py305 layout.active = softbody.use_self_collision and softbody_panel_enabled(md)
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp3617 bool use_self_collision = false; in loadUrdf() local
3618 use_self_collision = (flags & CUF_USE_SELF_COLLISION); in loadUrdf()
3619 … orn, bodyUniqueIdPtr, bufferServerToClient, bufferSizeInBytes, globalScaling, use_self_collision); in loadUrdf()
9555 bool use_self_collision = false; in processLoadSoftBodyCommand() local
9558 use_self_collision = clientCmd.m_loadSoftBodyArguments.m_useSelfCollision; in processLoadSoftBodyCommand()
9562 …os, initialOrn, &bodyUniqueId, bufferServerToClient, bufferSizeInBytes, scale, use_self_collision); in processLoadSoftBodyCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp3617 bool use_self_collision = false; in loadUrdf() local
3618 use_self_collision = (flags & CUF_USE_SELF_COLLISION); in loadUrdf()
3619 … orn, bodyUniqueIdPtr, bufferServerToClient, bufferSizeInBytes, globalScaling, use_self_collision); in loadUrdf()
9555 bool use_self_collision = false; in processLoadSoftBodyCommand() local
9558 use_self_collision = clientCmd.m_loadSoftBodyArguments.m_useSelfCollision; in processLoadSoftBodyCommand()
9562 …os, initialOrn, &bodyUniqueId, bufferServerToClient, bufferSizeInBytes, scale, use_self_collision); in processLoadSoftBodyCommand()