Jorijn de Graaf bonj
  • Joined on 2023-02-10
Jorijn de Graaf commented on pull request blender/blender#114003 2023-10-22 01:59:30 +02:00
Fix #102885: IDproperty subtype can cause Blender UI to throw exception

Oh this is embarrassing, I had weeks to notice that my fix doesn't work as intended, and didn't. Sure it no longer gives an error, but the check is incorrect, so it always resets the subtype to…

Jorijn de Graaf created pull request blender/blender#114003 2023-10-21 15:00:08 +02:00
Fix #102885: IDproperty subtype can cause Blender UI to throw exception
Jorijn de Graaf commented on pull request blender/blender#112582 2023-10-21 14:56:21 +02:00
Fix #102885: IDproperty subtype can cause Blender UI to throw exception

I didn't intend to close it, guess messing with branches locally broke something.

Jorijn de Graaf created branch fix/custom-property-subtype in bonj/blender 2023-10-21 14:53:33 +02:00
Jorijn de Graaf deleted branch fix/custom-prop-subtype-4.0 from bonj/blender 2023-10-21 14:53:33 +02:00
Jorijn de Graaf closed pull request blender/blender#112582 2023-10-21 14:52:42 +02:00
Fix #102885: IDproperty subtype can cause Blender UI to throw exception
Jorijn de Graaf deleted branch fix/custom-property-subtype from bonj/blender 2023-10-21 14:52:41 +02:00
Jorijn de Graaf pushed to fix/custom-prop-subtype-4.0 at bonj/blender 2023-10-21 14:51:20 +02:00
3a1f0ae5eb Check whether custom property subtype is valid
b592e5c69a Fix error in animation player arguments (font_id & frame_step swapped)
0e9f472726 Fix #113773: repeat zone does not propagate anonymous attributes sometimes
b6108c5cef Cleanup: make format
ed619559ce Fix #113942: Cycles discontinuities in bump mapping
Compare 10 commits »
Jorijn de Graaf created branch fix/custom-prop-subtype-4.0 in bonj/blender 2023-10-21 14:51:19 +02:00
Jorijn de Graaf pushed to fix/custom-property-subtype at bonj/blender 2023-10-19 23:07:49 +02:00
21336ae243 Merge branch 'main' into fix/custom-property-subtype
3aa5644751 Merge branch 'blender-v4.0-release'
e3fc935349 I18n: disambiguate and extract a few messages
f79b86553a EEVEE-Next: Add mesh volume bounds estimation
dbd775c708 Revert "UI: Remove Colons from Property Names"
Compare 1489 commits »
Jorijn de Graaf commented on pull request blender/blender#112582 2023-10-19 23:07:19 +02:00
Fix #102885: IDproperty subtype can cause Blender UI to throw exception

Is there anything I need to do here?

Jorijn de Graaf commented on pull request blender/blender#112583 2023-10-03 16:49:20 +02:00
Custom Properties: Add extra subtypes for float array

@HooglyBoogly Alright done, XYZ_LENGTH is no more.

Jorijn de Graaf pushed to extra-custom-property-subtypes at bonj/blender 2023-10-03 16:48:04 +02:00
b436d6350c Remove XYZ_LENGTH from the list
Jorijn de Graaf commented on pull request blender/blender#112583 2023-10-03 00:36:38 +02:00
Custom Properties: Add extra subtypes for float array

That makes sense, I'll remove XYZ_LENGTH then. Tomorrow because I've already shut off for the night.

Jorijn de Graaf commented on pull request blender/blender#112583 2023-10-03 00:11:01 +02:00
Custom Properties: Add extra subtypes for float array

Looks good. How is XYZ_LENGTH different from TRANSLATION though?

They're the same, but XYZ_LENGTH is used for dimensions while TRANSLATION is used for offset. I suppose you could get…

Jorijn de Graaf commented on pull request blender/blender#112583 2023-09-22 17:46:50 +02:00
Custom Properties: Add extra subtypes for float array

Matrix looks like this in the UI: image, which isn't very useful. Currently the list is limited to "Most useful entries of rna_enum_property_s…

Jorijn de Graaf commented on pull request blender/blender#112582 2023-09-20 15:21:24 +02:00
Fix #102885: IDproperty subtype can cause Blender UI to throw exception

Blender is fine with any subtype for any property, but not all of them make sense to use. If a subtype doesn't make sense to use (for example PASSWORD for a float property), it behaves the same…

Jorijn de Graaf commented on pull request blender/blender#112582 2023-09-19 16:14:54 +02:00
Fix #102885: IDproperty subtype can cause Blender UI to throw exception

Here is the PR that adds more subtypes for float array: blender/blender#112583

Jorijn de Graaf created pull request blender/blender#112583 2023-09-19 16:05:14 +02:00
Add extra subtypes for float array
Jorijn de Graaf created pull request blender/blender#112582 2023-09-19 16:03:42 +02:00
Fix #102885: IDproperty subtype can cause Blender UI to throw exception