Add to Quick Favorites not possible when custom property is not of type boolean. #70

Open
opened 2026-04-13 15:39:24 +00:00 by Triager-bot · 7 comments
Owner

Original bug report: https://projects.blender.org/blender/blender/issues/157269

System Information
Operating system: Arch Linux
Graphics card: gtx 1080 ti

Blender Version
5.1.0

Short description of error
Cannot add custom property to quick favorites if the type is anything other than boolean.

Exact steps for others to reproduce the error
New blender project, add custom property to the default cube, make the custom property of float, see that you cannot add it to the quick favorites, make it of type boolean, and now the option to add it to the quick favorites appears.

First attached image is when the type is boolean, second is when the type is float.

Original bug report: https://projects.blender.org/blender/blender/issues/157269 **System Information** Operating system: Arch Linux Graphics card: gtx 1080 ti **Blender Version** 5.1.0 **Short description of error** Cannot add custom property to quick favorites if the type is anything other than boolean. **Exact steps for others to reproduce the error** New blender project, add custom property to the default cube, make the custom property of float, see that you cannot add it to the quick favorites, make it of type boolean, and now the option to add it to the quick favorites appears. First attached image is when the type is boolean, second is when the type is float.
Triager-bot added the
Status
Needs review
label 2026-04-13 15:39:24 +00:00
Author
Owner

Report is clear

LLM Reasoning

Got it, let's analyze this bug report. The question is whether it clearly describes the issue. First, check the title: "Add to Quick Favorites not possible when custom property is not of type boolean." Then the body has a short description and exact steps. The steps are clear: new project, add custom property to cube, set to float (can't add to quick favorites), then set to boolean (option appears). So the steps are present and clear. The issue is clearly stated. So the answer should be Yes.

JSON Data

{
"llm_judgement": true,
"processing_time": 7.033741
}

<!-- ID: CLARITY_CHECK --> ### Report is clear <details> <summary>LLM Reasoning</summary> Got it, let's analyze this bug report. The question is whether it clearly describes the issue. First, check the title: "Add to Quick Favorites not possible when custom property is not of type boolean." Then the body has a short description and exact steps. The steps are clear: new project, add custom property to cube, set to float (can't add to quick favorites), then set to boolean (option appears). So the steps are present and clear. The issue is clearly stated. So the answer should be Yes. </details> <details> <summary>JSON Data</summary> { "llm_judgement": true, "processing_time": 7.033741 } </details>
Author
Owner

Report is specific

LLM Reasoning

Got it, let's analyze this bug report. The title says "Add to Quick Favorites not possible when custom property is not of type boolean." The body describes a specific scenario: creating a new project, adding a custom property to a cube, trying different types (float vs boolean) and seeing the difference in the quick favorites option. So it's about a specific issue where a particular action (adding to quick favorites) fails when the custom property is float but works when boolean. That's a specific problem because it's tied to a particular condition (custom property type being non-boolean). So the answer should be 'Specific'.

JSON Data

{
"llm_judgement": true,
"processing_time": 8.144886999999999
}

<!-- ID: SPECIFIC_REPORT --> ### Report is specific <details> <summary>LLM Reasoning</summary> Got it, let's analyze this bug report. The title says "Add to Quick Favorites not possible when custom property is not of type boolean." The body describes a specific scenario: creating a new project, adding a custom property to a cube, trying different types (float vs boolean) and seeing the difference in the quick favorites option. So it's about a specific issue where a particular action (adding to quick favorites) fails when the custom property is float but works when boolean. That's a specific problem because it's tied to a particular condition (custom property type being non-boolean). So the answer should be 'Specific'. </details> <details> <summary>JSON Data</summary> { "llm_judgement": true, "processing_time": 8.144886999999999 } </details>
Author
Owner

Report flagged as NOT a duplicate by LLM

custom properties dont appear in quick favourites

https://projects.blender.org/blender/blender/issues/106395

System Information
Operating system: Windows-10-10.0.19044-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 526.98

Blender Version
Broken: version: 3.5.0 Alpha, branch: main (modified), commit date: 2023-02-10 02:18, hash: rBc2c62c3618ee
Worked: (newest version of Blender that worked as expected)

Short description of error
custom properties don't appear in quick favourites

Exact steps for others to reproduce the error

  1. open blend file
  2. click foot shaped bone in pose mode
  3. in the item tab of the 3d viewports n panel, righ click ik mode (in properties), and add it to quick favourites
  4. open quick favourites, property isn't there.

see video for quick example.

LLM Reasoning

Got it, let's analyze these two bug reports. First, look at the descriptions and steps.

Bug report 1 is about custom properties not being addable to quick favorites when their type isn't boolean. The steps involve creating a custom property with float type (can't add) vs boolean (can add). So the issue here is specifically about the type of the custom property affecting the ability to add to quick favorites.

Bug report 2 is about custom properties not appearing in quick favorites at all, regardless of type? Wait, no—their steps are: open blend file, click a bone, right-click ik mode (properties) and add to quick favorites, but it's not there. So their issue is that even when trying to add a property (maybe the ik mode or custom property?), it doesn't show up in quick favorites. The description says "custom properties don't appear in quick favourites"—but the steps are about adding something (ik mode) and it not being there.

Now, compare the core issues. Bug 1 is about the type of custom property (float vs boolean) preventing addition to quick favorites. Bug 2 is about custom properties not appearing in quick favorites at all (maybe a different scenario, like after adding, they don't show). The steps are different: one is creating a new project and testing types, the other is using an existing blend file with a bone and ik mode.

So the issues seem different. Bug 1 is about type restriction (only boolean works), bug 2 is about custom properties not appearing in quick favorites even after adding. So they aren't the same issue. Therefore, the answer is No.

JSON Data

{
"llm_judgement": false,
"processing_time": 18.574775999999996,
"duplicate_report_number": "106395"
}

<!-- ID: CHECK_DUPLICATE --> ### Report flagged as NOT a duplicate by LLM <details> <summary>custom properties dont appear in quick favourites</summary> https://projects.blender.org/blender/blender/issues/106395 **System Information** Operating system: Windows-10-10.0.19044-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 526.98 **Blender Version** Broken: version: 3.5.0 Alpha, branch: main (modified), commit date: 2023-02-10 02:18, hash: `rBc2c62c3618ee` Worked: (newest version of Blender that worked as expected) **Short description of error** custom properties don't appear in quick favourites **Exact steps for others to reproduce the error** 1. open blend file 2. click foot shaped bone in pose mode 3. in the item tab of the 3d viewports n panel, righ click ik mode (in properties), and add it to quick favourites 4. open quick favourites, property isn't there. see video for quick example. </details> <details> <summary>LLM Reasoning</summary> Got it, let's analyze these two bug reports. First, look at the descriptions and steps. Bug report 1 is about custom properties not being addable to quick favorites when their type isn't boolean. The steps involve creating a custom property with float type (can't add) vs boolean (can add). So the issue here is specifically about the type of the custom property affecting the ability to add to quick favorites. Bug report 2 is about custom properties not appearing in quick favorites at all, regardless of type? Wait, no—their steps are: open blend file, click a bone, right-click ik mode (properties) and add to quick favorites, but it's not there. So their issue is that even when trying to add a property (maybe the ik mode or custom property?), it doesn't show up in quick favorites. The description says "custom properties don't appear in quick favourites"—but the steps are about adding something (ik mode) and it not being there. Now, compare the core issues. Bug 1 is about the type of custom property (float vs boolean) preventing addition to quick favorites. Bug 2 is about custom properties not appearing in quick favorites at all (maybe a different scenario, like after adding, they don't show). The steps are different: one is creating a new project and testing types, the other is using an existing blend file with a bone and ik mode. So the issues seem different. Bug 1 is about type restriction (only boolean works), bug 2 is about custom properties not appearing in quick favorites even after adding. So they aren't the same issue. Therefore, the answer is No. </details> <details> <summary>JSON Data</summary> { "llm_judgement": false, "processing_time": 18.574775999999996, "duplicate_report_number": "106395" } </details>
Author
Owner

Report flagged as NOT a duplicate by LLM

Regression: IDProperty UI missing library overridable toggle for types other than float or int

https://projects.blender.org/blender/blender/issues/105278

System Information
Operating system: Windows
Graphics card:

Blender Version
Broken: 3.5.0 Beta
Worked:

The toggle (for anything but float and int types) was swallowed in
bf948b2cef. Also seems ef68a37e5d discarded
property_overridable_library_set for bools.

Short description of error
The Edit Property UI popup is missing the is_overridable_library toggle when using the new boolean types.

Exact steps for others to reproduce the error
Add custom property to an object, click on that property's gear icon in Properties Editor > Custom Properties panel, set to Boolean or Boolean Array type.

LLM Reasoning

Got it, let's analyze these two bug reports. First, look at the descriptions and steps.

Bug report 1 is about adding a custom property to quick favorites not being possible when the type isn't boolean. The steps involve creating a custom property with float (can't add) vs boolean (can add).

Bug report 2 is about the IDProperty UI missing the library overridable toggle for types other than float or int, specifically mentioning boolean types. The steps are adding a custom property and checking the gear icon's toggle.

The key here: Report 1 is about quick favorites (adding to favorites), Report 2 is about the Edit Property UI's overridable toggle. Different features—quick favorites vs UI toggle for library overrides. So they're not the same issue. Therefore, answer is No.

JSON Data

{
"llm_judgement": false,
"processing_time": 10.417813,
"duplicate_report_number": "105278"
}

<!-- ID: CHECK_DUPLICATE --> ### Report flagged as NOT a duplicate by LLM <details> <summary>Regression: IDProperty UI missing library overridable toggle for types other than float or int</summary> https://projects.blender.org/blender/blender/issues/105278 **System Information** Operating system: Windows Graphics card: **Blender Version** Broken: 3.5.0 Beta Worked: The toggle (for anything but float and int types) was swallowed in bf948b2cef. Also seems ef68a37e5d discarded property_overridable_library_set for bools. **Short description of error** The Edit Property UI popup is missing the is_overridable_library toggle when using the new boolean types. **Exact steps for others to reproduce the error** Add custom property to an object, click on that property's gear icon in Properties Editor > Custom Properties panel, set to Boolean or Boolean Array type. </details> <details> <summary>LLM Reasoning</summary> Got it, let's analyze these two bug reports. First, look at the descriptions and steps. Bug report 1 is about adding a custom property to quick favorites not being possible when the type isn't boolean. The steps involve creating a custom property with float (can't add) vs boolean (can add). Bug report 2 is about the IDProperty UI missing the library overridable toggle for types other than float or int, specifically mentioning boolean types. The steps are adding a custom property and checking the gear icon's toggle. The key here: Report 1 is about quick favorites (adding to favorites), Report 2 is about the Edit Property UI's overridable toggle. Different features—quick favorites vs UI toggle for library overrides. So they're not the same issue. Therefore, answer is No. </details> <details> <summary>JSON Data</summary> { "llm_judgement": false, "processing_time": 10.417813, "duplicate_report_number": "105278" } </details>
Author
Owner

Report flagged as NOT a duplicate by LLM

Cannot add items from search menu to Quick/Favourites menu

https://projects.blender.org/blender/blender/issues/59350

System Information
Operating system: Windows 10
Graphics card: Nvidia Geforce 970

Blender Version
Broken: Blender 2.80 Beta 2018-12-14

Short description of error
In most menus it's possible to add items to Quick Favourites by right-clicking on the menu item to open a sub-menu with "Add to Quick Favourites" on it. This sub-menu does not appear from the search menu, which is arguably one of the most useful places for this menu to appear.

Exact steps for others to reproduce the error
Open Blender and press space to open the search menu and type in a command name, "Add cube" for example. Right clicking on add cube in the search menu will not open a context menu with the "Add to Quick Favourites" option on it, although it is possible to add this command from other menus in Blender.

LLM Reasoning

Got it, let's analyze these two bug reports. First, look at the descriptions and steps.

Bug report 1 is about custom properties: when a custom property isn't boolean, you can't add it to quick favorites. The steps involve creating a custom property with float type (can't add) vs boolean (can add).

Bug report 2 is about the search menu: right-clicking items in the search menu doesn't show "Add to Quick Favourites" option, even though other menus do. Steps are opening search, typing a command, right-clicking—no context menu.

The issues are different: one is about custom property types (boolean vs non-boolean) affecting quick favorites, the other is about the search menu not having the add option at all. So they're not the same issue.

JSON Data

{
"llm_judgement": false,
"processing_time": 10.538390999999999,
"duplicate_report_number": "59350"
}

<!-- ID: CHECK_DUPLICATE --> ### Report flagged as NOT a duplicate by LLM <details> <summary>Cannot add items from search menu to Quick/Favourites menu</summary> https://projects.blender.org/blender/blender/issues/59350 **System Information** Operating system: Windows 10 Graphics card: Nvidia Geforce 970 **Blender Version** Broken: Blender 2.80 Beta 2018-12-14 **Short description of error** In most menus it's possible to add items to Quick Favourites by right-clicking on the menu item to open a sub-menu with "Add to Quick Favourites" on it. This sub-menu does not appear from the search menu, which is arguably one of the most useful places for this menu to appear. **Exact steps for others to reproduce the error** Open Blender and press space to open the search menu and type in a command name, "Add cube" for example. Right clicking on add cube in the search menu will not open a context menu with the "Add to Quick Favourites" option on it, although it is possible to add this command from other menus in Blender. </details> <details> <summary>LLM Reasoning</summary> Got it, let's analyze these two bug reports. First, look at the descriptions and steps. Bug report 1 is about custom properties: when a custom property isn't boolean, you can't add it to quick favorites. The steps involve creating a custom property with float type (can't add) vs boolean (can add). Bug report 2 is about the search menu: right-clicking items in the search menu doesn't show "Add to Quick Favourites" option, even though other menus do. Steps are opening search, typing a command, right-clicking—no context menu. The issues are different: one is about custom property types (boolean vs non-boolean) affecting quick favorites, the other is about the search menu not having the add option at all. So they're not the same issue. </details> <details> <summary>JSON Data</summary> { "llm_judgement": false, "processing_time": 10.538390999999999, "duplicate_report_number": "59350" } </details>
Author
Owner

Report flagged as NOT a duplicate by LLM

add to quick favourites missing on most menus

https://projects.blender.org/blender/blender/issues/69919

System Information
Operating system: Windows-10-10.0.17134 64 Bits
Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.70

Blender Version
Broken: version: 2.81 (sub 10), branch: master, commit date: 2019-09-12 09:34, hash: 492a7998d5
Worked: (optional)

Short description of error
add to quick favourites missing on most menus

Exact steps for others to reproduce the error

image.png

LLM Reasoning

Got it, let's analyze these two bug reports. First, look at the descriptions and steps.

Bug report 1 is about not being able to add a custom property to quick favorites when the type isn't boolean. The steps involve creating a custom property with float (can't add) vs boolean (can add). So the issue is specific to custom properties' types affecting quick favorites.

Bug report 2's title is "add to quick favourites missing on most menus" and the description is about that option being missing in many menus. But the steps or details don't mention custom properties or their types. The image might show a menu where the option is missing, but there's no info about custom property types here.

So the core issues are different: one is about custom property type (boolean vs non-boolean) preventing adding to quick favorites, the other is about the option being missing in most menus (not related to custom properties). Therefore, they aren't the same issue. So the answer is No.

JSON Data

{
"llm_judgement": false,
"processing_time": 12.193916000000002,
"duplicate_report_number": "69919"
}

<!-- ID: CHECK_DUPLICATE --> ### Report flagged as NOT a duplicate by LLM <details> <summary>add to quick favourites missing on most menus</summary> https://projects.blender.org/blender/blender/issues/69919 **System Information** Operating system: Windows-10-10.0.17134 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.70 **Blender Version** Broken: version: 2.81 (sub 10), branch: master, commit date: 2019-09-12 09:34, hash: `492a7998d5` Worked: (optional) **Short description of error** add to quick favourites missing on most menus **Exact steps for others to reproduce the error** ![image.png](https://archive.blender.org/developer/F7749330/image.png) </details> <details> <summary>LLM Reasoning</summary> Got it, let's analyze these two bug reports. First, look at the descriptions and steps. Bug report 1 is about not being able to add a custom property to quick favorites when the type isn't boolean. The steps involve creating a custom property with float (can't add) vs boolean (can add). So the issue is specific to custom properties' types affecting quick favorites. Bug report 2's title is "add to quick favourites missing on most menus" and the description is about that option being missing in many menus. But the steps or details don't mention custom properties or their types. The image might show a menu where the option is missing, but there's no info about custom property types here. So the core issues are different: one is about custom property type (boolean vs non-boolean) preventing adding to quick favorites, the other is about the option being missing in most menus (not related to custom properties). Therefore, they aren't the same issue. So the answer is No. </details> <details> <summary>JSON Data</summary> { "llm_judgement": false, "processing_time": 12.193916000000002, "duplicate_report_number": "69919" } </details>
Author
Owner

Report flagged as NOT a duplicate by LLM

add to quick favourites missing on most menus

https://projects.blender.org/blender/blender/issues/69922

System Information
Operating system: Windows-10-10.0.17134 64 Bits
Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.70

Blender Version
Broken: version: 2.81 (sub 10), branch: master, commit date: 2019-09-12 09:34, hash: 492a7998d5
Worked: (optional)

Short description of error
add to quick favourites missing on most menus

Exact steps for others to reproduce the error

image.png

LLM Reasoning

Got it, let's analyze these two bug reports. First, look at the descriptions and steps.

Bug report 1 is about not being able to add a custom property to quick favorites when the type isn't boolean. The steps involve creating a custom property with float (can't add) vs boolean (can add). So the issue is specific to custom properties' types affecting quick favorites.

Bug report 2's title is "add to quick favourites missing on most menus" and the description is about that option being missing in many menus. But the steps or details don't mention custom properties or their types. The image might show a menu where the option is missing, but there's no info about custom property types here.

So the core issues are different: one is about custom property type (boolean vs non-boolean) preventing adding to quick favorites, the other is about the option being missing in most menus (not related to custom properties). Therefore, they aren't the same issue. So the answer is No.

JSON Data

{
"llm_judgement": false,
"processing_time": 12.189609,
"duplicate_report_number": "69922"
}

<!-- ID: CHECK_DUPLICATE --> ### Report flagged as NOT a duplicate by LLM <details> <summary>add to quick favourites missing on most menus</summary> https://projects.blender.org/blender/blender/issues/69922 **System Information** Operating system: Windows-10-10.0.17134 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.70 **Blender Version** Broken: version: 2.81 (sub 10), branch: master, commit date: 2019-09-12 09:34, hash: `492a7998d5` Worked: (optional) **Short description of error** add to quick favourites missing on most menus **Exact steps for others to reproduce the error** ![image.png](https://archive.blender.org/developer/F7749330/image.png) </details> <details> <summary>LLM Reasoning</summary> Got it, let's analyze these two bug reports. First, look at the descriptions and steps. Bug report 1 is about not being able to add a custom property to quick favorites when the type isn't boolean. The steps involve creating a custom property with float (can't add) vs boolean (can add). So the issue is specific to custom properties' types affecting quick favorites. Bug report 2's title is "add to quick favourites missing on most menus" and the description is about that option being missing in many menus. But the steps or details don't mention custom properties or their types. The image might show a menu where the option is missing, but there's no info about custom property types here. So the core issues are different: one is about custom property type (boolean vs non-boolean) preventing adding to quick favorites, the other is about the option being missing in most menus (not related to custom properties). Therefore, they aren't the same issue. So the answer is No. </details> <details> <summary>JSON Data</summary> { "llm_judgement": false, "processing_time": 12.189609, "duplicate_report_number": "69922" } </details>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Triager-bot/blender-bug-reports#70