Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Properties Tag Support #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

csevier
Copy link

@csevier csevier commented Jul 23, 2023

Links blenders custom properties with the panda tag system. You can query the custom value properties as so:
friction = panda_node.getTag("friction") mass = panda_node.getTag("mass") bounce = panda_node.getTag("bounce") ghost = panda_node.getTag("ghost")

You put the tabs on there in the custom properties fields in blender

@csevier
Copy link
Author

csevier commented Jul 26, 2023

Hey dude, is something wrong with this one? Happy to fix it!

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