Instead of re-implementing BLI_string_flip_side_name, use the python function that was exposed in D12322.
Details
Details
Diff Detail
Diff Detail
- Repository
- rBA Blender Add-ons
- Branch
- master
- Build Status
Buildable 18600 Build 18600: arc lint + arc unit
Event Timeline
Comment Actions
👍 on the patch, just one small nag.
| pose_library/pose_usage.py | ||
|---|---|---|
| 25 | flip_name is not a very well-known name, so I'd prefer import bpy.utils and then calling bpy.utils.filp_name later in the code. | |