Skip to content

Conversation

@andrewkaufman
Copy link
Member

Description

This is an initial implementation of #2 to test out the CI workflow now that we are public.

Checklist

This is an initial single apply API just to get started. It will have more attributes eventually
@andrewkaufman andrewkaufman self-assigned this Nov 5, 2025
@codecov
Copy link

codecov bot commented Nov 5, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

)
{
uniform double newton:maxSolverIterations = 100 (
doc = "Maximum (constraint) solver iteration counts"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we want better docs strings

)

uniform double newton:timeStep = 0.005 (
doc = """Simulation time step in seconds"""
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we want better docs strings

inherits = </UsdAPISchemaBase>
)
{
uniform double newton:maxSolverIterations = 100 (
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlesBorovicka if you have feedback on using uniform here

{
"Info": {
"Types": {
"NewtonPhysicsSceneAPI": {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a mechanism to say this only applies to Scene prims but I need to lookup how to do that.

@andrewkaufman andrewkaufman marked this pull request as ready for review November 6, 2025 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant