Improve consistency of addon's Python API
See original GitHub issueReported on Twitter, https://twitter.com/mcclure111/status/1233959819767427073, it seems that other I/O addons have some conventions on parameter naming that we’ve missed: export_selected
should be use_selected
use_selection
, for one. We should fix that, and check if there are others that could be more consistent.
I think I would start with the FBX addon’s naming as a guide, since its options and features are most similar to ours.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Gotchas — Blender Python API
Gotchas . This document attempts to help you work with the Blender API in areas that can be troublesome and avoid practices...
Read more >Library and Extension FAQ — Python 3.11.1 documentation
An alternative for creating API documentation purely from docstrings is epydoc. Sphinx can also include docstring content.
Read more >Developing Python Web Applications with Flask
Read HERE on how to install and use Eclipse PyDev for Python program development. This section highlights how to use Eclipse PyDev to...
Read more >Sourcery | Automatically Improve Python Code Quality
Sourcery instantly refactors your Python code. Try Sourcery for free to improve the quality of your code and speed up your team's development....
Read more >Building a Python C extension module with CMake
Here the Python C API comes to the rescue, allowing to implement an ... is implemented in pristine C. Libraries such as pybind11...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems we can close this now
Is there still some cases we need to rename here?