Julian Eisel JulianEisel
  • Amsterdam
  • Asset system (development lead), UI (developer & module coordindator), VR (initial development).

  • Joined on 2013-12-12
Julian Eisel commented on pull request blender/blender#104958 2023-05-31 18:09:43 +02:00
Fix #98923 : Remove the ability to offset a linked collection asset not instantiated

I'd omit the negation to make this more readable / less error-prone:

Julian Eisel commented on pull request blender/blender#104958 2023-05-31 18:09:42 +02:00
Fix #98923 : Remove the ability to offset a linked collection asset not instantiated

This shouldn't use the UI name but the internal identifier, see RNA_property_identifier(). UI names are supposed to be changeable without compatibility concerns, plus they are translated. For example this code will break for languages that have "Rotation" or "Location" translated.

Julian Eisel pushed to main at blender/blender 2023-05-31 17:18:30 +02:00
06be652055 Cleanup: Clang-format
Julian Eisel approved blender/blender#108437 2023-05-31 17:15:04 +02:00
Outliner: Port mesh elements to new tree-element code design

Looks good! Only thing: Please run clang-format, there is a minor formatting error: https://wiki.blender.org/wiki/Tools/ClangFormat

Julian Eisel pushed to brush-assets-project at blender/blender 2023-05-31 17:07:18 +02:00
7f7d234d42 Merge branch 'asset-shelf' into brush-assets-project
f504527b27 Merge branch 'main' into asset-shelf
ad50eedb16 Cleanup: Remove unused argument in recursive function
83ffc108e4 Merge branch 'blender-v3.6-release'
8bd14cb3aa Update the copyright.txt
Compare 374 commits »
Julian Eisel pushed to asset-shelf at blender/blender 2023-05-31 17:06:16 +02:00
f504527b27 Merge branch 'main' into asset-shelf
ad50eedb16 Cleanup: Remove unused argument in recursive function
83ffc108e4 Merge branch 'blender-v3.6-release'
8bd14cb3aa Update the copyright.txt
eb9209c1f5 Cleanup: Deprecation warning in the FFmpeg
Compare 16 commits »
Julian Eisel pushed to main at blender/blender 2023-05-31 17:05:59 +02:00
ad50eedb16 Cleanup: Remove unused argument in recursive function
Julian Eisel pushed to asset-shelf at blender/blender 2023-05-31 13:08:44 +02:00
4b1208ffde Merge branch 'main' into asset-shelf
397663a7cb Fix #107956: Simulation reset on fps change
c8ed927eac Cleanup: use nullptr and function style casts for numbers
623a40b9d0 UV: move editor files to C++
f80e2c9f93 Cleanup: remove redundant struct qualifiers in 'uvedit'
Compare 356 commits »
Julian Eisel pushed to asset-shelf at blender/blender 2023-05-24 22:19:33 +02:00
8848a78111 Add name filtering, supports wildcard searching
Julian Eisel commented on pull request blender/blender#104831 2023-05-22 17:07:12 +02:00
UI: Asset Shelf (Experimental Feature)

@blender-bot package

Julian Eisel pushed to brush-assets-project at blender/blender 2023-05-22 17:04:35 +02:00
3020afc5e1 Merge branch 'asset-shelf' into brush-assets-project
c12ac8bef6 Merge branch 'main' into asset-shelf
c2e0623ad1 Add an asset shelf for brushes in sculpt mode (experimental)
be08d78272 Fix editors sharing active shelf settings after splitting
f9ec539a51 Merge branch 'blender-v3.6-release'
Compare 74 commits »
Julian Eisel pushed to asset-shelf at blender/blender 2023-05-22 17:04:13 +02:00
c12ac8bef6 Merge branch 'main' into asset-shelf
f9ec539a51 Merge branch 'blender-v3.6-release'
24ca886ac0 Revert "Animation: Update NLA "TAB" tweak mode to be full stack evaluation"
8d17458569 Cycles: Path Guiding: Adding guiding on glossy surfaces via RIS
6cce149144 Merge branch 'blender-v3.6-release'
Compare 70 commits »
Julian Eisel pushed to asset-shelf at blender/blender 2023-05-22 17:03:30 +02:00
c2e0623ad1 Add an asset shelf for brushes in sculpt mode (experimental)
be08d78272 Fix editors sharing active shelf settings after splitting
Compare 2 commits »
Julian Eisel pushed to asset-shelf at blender/blender 2023-05-22 15:54:29 +02:00
85575edb11 Make shelf settings instance based
Julian Eisel commented on pull request blender/blender#104831 2023-05-22 10:30:21 +02:00
UI: Asset Shelf (Experimental Feature)

@blender-bot package

Julian Eisel pushed to asset-shelf at blender/blender-addons 2023-05-19 16:59:26 +02:00
c9f294930f Cleanup: Remove outdated TODO comments
Julian Eisel pushed to asset-shelf at blender/blender-addons 2023-05-19 16:55:54 +02:00
557d58e195 Cleanup: Use passed in context, not bpy.context
Julian Eisel pushed to asset-shelf at blender/blender 2023-05-19 16:53:59 +02:00
61482f9c6d Add toggle for asset shelf to View menu
0bef07e9c5 Hide asset shelf theme settings if experimental option is disabled
Compare 2 commits »
Julian Eisel pushed to asset-shelf at blender/blender-addons 2023-05-19 15:47:30 +02:00
e102a4de55 Don't show old pose library UI when experimental asset shelf is enabled