Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto commented on pull request blender/blender#123833 2024-06-27 21:36:22 +02:00
Add-ons: move Rigify into core add-ons

I now just took the existing code and put a menu item in front of it.

I didn’t mean this as blocking either but couldn’t help mentioning :)

Dalai Felinto commented on pull request infrastructure/extensions-website#196 2024-06-27 17:32:26 +02:00
Improve validation messages

How about moving the gist of the message to the beginning of the phrase?

From:

To catch and prevent most of these errors, it is recommended to build your extension using the…

Dalai Felinto pushed to pr-error-messages at infrastructure/extensions-website 2024-06-27 17:32:17 +02:00
cc65bdd4e9 Update error message based on review
Dalai Felinto pushed to pr-error-messages at infrastructure/extensions-website 2024-06-27 17:20:04 +02:00
3350aa56a8 Use blockquote instead
Dalai Felinto commented on pull request infrastructure/extensions-website#196 2024-06-27 17:18:13 +02:00
Improve validation messages
Dalai Felinto pushed to pr-error-messages at infrastructure/extensions-website 2024-06-27 17:13:46 +02:00
d4aead2026 Using alert-info for the command-line part
Dalai Felinto created pull request infrastructure/extensions-website#196 2024-06-27 17:10:11 +02:00
WIP: Improve validation messages
Dalai Felinto created branch pr-error-messages in infrastructure/extensions-website 2024-06-27 17:07:46 +02:00
Dalai Felinto pushed to pr-error-messages at infrastructure/extensions-website 2024-06-27 17:07:46 +02:00
ced03ec34f WIP: Improve validation messages
Dalai Felinto commented on pull request blender/blender#123833 2024-06-27 16:43:25 +02:00
Add-ons: move Rigify into core add-ons

PS: what is the difference between Human and Basic Human?

Dalai Felinto commented on pull request blender/blender#123833 2024-06-27 16:41:14 +02:00
Add-ons: move Rigify into core add-ons

image

Final notes (which some of it was from 4.1 already, but some are new). I find the order of the menus a bit strange. It is neither…

Dalai Felinto approved blender/blender#123833 2024-06-27 16:37:06 +02:00
Add-ons: move Rigify into core add-ons

LGTM (see my comments though).

Dalai Felinto commented on pull request blender/blender#123833 2024-06-27 16:32:03 +02:00
Add-ons: move Rigify into core add-ons

We can also remove "rigify" from scripts/addons_core/bl_pkg/extensions_map_from_legacy_addons.py +81.

All in all it seems good. I'm building the branch now to test it.

Dalai Felinto commented on pull request blender/blender#123833 2024-06-27 16:28:54 +02:00
Add-ons: move Rigify into core add-ons

Shouldn't this be blender: (4, 2, 0)? I thought that the recent changes Nathan did were specific to the 4.2.0 API.

Dalai Felinto pushed to blender-v4.2-release at blender/blender 2024-06-27 12:09:02 +02:00
c6e452d865 UI: Extensions: Add a separator between Install and the "⌄" button
Dalai Felinto deleted branch pr-blender-version-unsupported-since from blender/blender-manual 2024-06-27 11:49:52 +02:00
Dalai Felinto commented on issue blender/blender#123569 2024-06-27 11:45:40 +02:00
Extensions: Disabling an extension resets all of its preferences

This is not a bug, but indeed more a known issue. The behaviour in 4.2/4.3, although not ideal, copies what we did for add-ons before.

Dalai Felinto commented on pull request blender/blender#123795 2024-06-27 11:43:46 +02:00
I18n: Translate messages in extensions, operator descriptions, Node Wrangler

This case here is not the add-on name but its internal "module" name. This is a corner case that happens if users deliberately removed an add-on from the installation folder. In this case we don't…

Dalai Felinto suggested changes for blender/blender#123795 2024-06-27 11:38:19 +02:00
I18n: Translate messages in extensions, operator descriptions, Node Wrangler

The changes seem to be suggesting extensions names, taglines and (add-on) module names to be translatable. Which are not.

Dalai Felinto commented on pull request blender/blender#123795 2024-06-27 11:36:34 +02:00
I18n: Translate messages in extensions, operator descriptions, Node Wrangler

tag-lines are not translated, why to use iface_() here?