If it helps you, please give the plugin a 5-star rating. It will help improve its visibility.
. key. Refocusing on the object will restore correct annotation density).. 符号。重新聚焦物体,即可恢复显示正常的标注密度)。This extension does not require special permissions.
Hello, thanks for the submission.
I would also advise you to take a look at "Sun Position" add-on for example of correctly done translations.
Don't register stray properties on Scene ID, this clutters Ui for users. Combine them in one PropertyGroup and register that instead.
Using depsgraph handler is highly discouraged, it is fired too often and will cause performance issues if function is called that often for no reason. You can use bpy.msgbus API to subscribe to certain properties and call function when they're updated.
https://docs.blender.org/api/current/bpy.msgbus.html
I would also recommend following Blenders UI guidelines so that
Thanks. It all looks good. I think translations system is correctly set up, but actual translations is missing. I'll leave that up to you to create translations file, it's not a blocker.
Sign in to comment.
Ready for review