question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve consistency of addon's Python API

See original GitHub issue

Reported 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
juliendurourecommented, Oct 6, 2022

Seems we can close this now

0reactions
juliendurourecommented, Mar 13, 2022

Is there still some cases we need to rename here?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found