-
Notifications
You must be signed in to change notification settings - Fork 342
Tutorial: CAD to SDFormat #3090
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
base: gz-sim10
Are you sure you want to change the base?
Conversation
Signed-off-by: sanjanasrinivasan <[email protected]>
Signed-off-by: sanjanasrinivasan <[email protected]>
Signed-off-by: sanjanasrinivasan <[email protected]>
Signed-off-by: sanjanasrinivasan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this contribution! I haven't yet had the time to review the tutorial comprehensivly. However, there are some minor syntax issues that could use some fixing.
tutorials/setting_up_CAD_models.md
Outdated
5. **Enable the Add-on**: The "Import-Export: SDF format" add-on will appear. Click the checkbox next to it to enable it. | ||
6. **Close Preferences**: The change is saved automatically. You can now close the Preferences window. | ||
|
||
![][files/setting_up_CAD_models/install_blender_plugin.gif] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per the github markdown syntax guide I think this line should be
![][files/setting_up_CAD_models/install_blender_plugin.gif] | |
 |
Same for all the images below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed it in all spots with that error.
* [https://www.blender.org/](https://www.blender.org/) | ||
* Blender STEPper addon | ||
* [https://ambient.gumroad.com/l/stepper](https://ambient.gumroad.com/l/stepper) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete the inline images below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made them inline links with appropriate names.
tutorials/setting_up_CAD_models.md
Outdated
|
||
XML | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```xml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks added it.
Addressed syntax issues. Signed-off-by: sanjanasrinivasan <[email protected]>
There are still some inlined images. Is it possible to completely remove them? Otherwise it looks good to me. |
|
||
This addon is required to properly process CAD files. | ||
|
||
* After installing SDF\_Gen, a link to purchase and install the STEPper addon will appear in the Utilities tab if it is not already installed ([https://ambient.gumroad.com/l/stepper](https://ambient.gumroad.com/l/stepper)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this is obvious but I'm not very familiar with Blender. I can't find where is the Utilities tab to confirm if I see the STEPper link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update: I found it within the plugin tabs. Perhaps a screenshot might help for newbies like me :)
This addon is required to properly process CAD files. | ||
|
||
* After installing SDF\_Gen, a link to purchase and install the STEPper addon will appear in the Utilities tab if it is not already installed ([https://ambient.gumroad.com/l/stepper](https://ambient.gumroad.com/l/stepper)) | ||
* Do not share the STEPper addon files. Each user must purchase their own license. Installation follows the same process as the SDF\_Gen addon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
STEPper website claims that we need Windows. Do we need to install this plugin on Linux/Mac?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I learned that this plugin is just to import STEP files into Blender. I suggest to clarify that this is strictly speaking not needed to use the SDFGen
plugin. If you have an .obj
, stl
, or .DAE
file, for example, you're good to go.
🎉 New feature
Closes #
Summary
Test it
Checklist
codecheck
passed (See contributing)Generated-by: Remove this if GenAI was not used.
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
andGenerated-by
messages.