RedMser RedMser
  • Joined on 2015-03-01
RedMser created pull request blender/blender#108428 2023-05-30 18:18:29 +02:00
Add Object: simplify curve primitives
RedMser pushed to flat-add-curve-2 at RedMser/blender 2023-05-30 18:17:26 +02:00
01eb2aefd1 Add Object: simplify curve primitives
RedMser pushed to flat-add-curve-2 at RedMser/blender 2023-05-30 18:16:08 +02:00
90bda643dd Add Object: simplify curve primitives
de10126b1f Fix: Build Warning of Unused Variable
5c25277f6c Fix #108374: Sun light linking issue on direct sampling
644dd14e26 Fix: Compilation error after 960b53dbbb
51d10f4400 Fix #108161: Transform affected by off constraints
Compare 10 commits »
RedMser created branch flat-add-curve-2 in RedMser/blender 2023-05-30 18:16:07 +02:00
RedMser commented on pull request blender/blender#106305 2023-03-30 13:53:10 +02:00
WIP: Object-Mode in Object Info Node

I can't comment on the design, but one thing that comes to my mind:

What value does this return while rendering? I assume the object's mode should always be Object Mode in that case.

RedMser commented on pull request blender/blender#104758 2023-03-07 16:08:45 +01:00
WIP: Animation: Select Grouped operator

Thanks for the tips @dr.sybren - I probably followed really old code to end up with what I have now haha.

Maybe it's better to put this patch on hold for now, until we have a good replacement…

RedMser created pull request blender/blender#105172 2023-02-24 13:00:28 +01:00
Test: update bl_rna_defaults
RedMser pushed to update-rna-defaults-test at RedMser/blender 2023-02-24 12:59:14 +01:00
39adde5742 Test: update bl_rna_defaults
RedMser pushed to update-rna-defaults-test at RedMser/blender 2023-02-24 12:57:20 +01:00
d7ea476620 Test: update bl_rna_defaults
2491cd5e16 Cleanup: Move two subdiv headers to C++
cfb112edcb UI: Widen Search Boxes When Necessary
470e8ce1f4 BLF: Revert Glyph Clipping Changes
1b72712283 Fix: Global buffer overflow of enum property items on startup
Compare 10 commits »
RedMser created branch update-rna-defaults-test in RedMser/blender 2023-02-24 12:57:20 +01:00
RedMser pushed to animation-select-grouped at RedMser/blender 2023-02-21 20:50:42 +01:00
ead2243a63 Animation: add fmodifier grouping
edc88dac31 Animation: add channel type + strict mode
10a0890402 add handle side + fix for graph select grouped
b5e6ec09c9 Animation: Add Graph Editor select grouped operator
131f8ace45 Animation: Add NLA select grouped operator
Compare 241 commits »
RedMser commented on pull request blender/blender#104758 2023-02-17 16:55:51 +01:00
WIP: Animation: Select Grouped operator

You can't, who would you request it to?

I mean this:

image

I believe WIP is meant for "not ready for review", whereas request…

RedMser commented on pull request blender/blender#104876 2023-02-17 15:48:07 +01:00
Python: Support multiple custom script directories in Preferences

Sorry if this is a stupid question, but will this change break the forwards compatibility of the user preferences? So e.g. if I store 2 scripts paths, then change to an older Blender version,…

RedMser commented on issue blender/blender#86180 2023-02-16 19:57:40 +01:00
Select Grouped for Animation Editors

Open Design Questions

  • Some modes (such as Channel Type or Modifiers) check a trait of the channel, even though it acts based on the selected keyframe.
    • Current implementation:…
RedMser commented on pull request blender/blender#104758 2023-02-16 18:35:24 +01:00
WIP: Animation: Select Grouped operator

Needs to handle Channel Type better (currently breaks for deeper RNA paths, like bones).

RedMser reopened pull request blender/blender#104758 2023-02-16 18:32:18 +01:00
WIP: Animation: Select Grouped operator
RedMser closed pull request blender/blender#104758 2023-02-16 18:32:11 +01:00
WIP: Animation: Select Grouped operator
RedMser commented on pull request blender/blender#104758 2023-02-16 15:16:12 +01:00
WIP: Animation: Select Grouped operator

@dr.sybren I'll see if I get the time to join today. There's some ideas and design questions I'd like to discuss.

What is sub-optimal, exactly? Is there something you need help with?

I'm…

RedMser created pull request blender/blender#104758 2023-02-14 19:17:17 +01:00
Animation: Select Grouped operator
RedMser pushed to animation-select-grouped at RedMser/blender 2023-02-14 19:10:11 +01:00
eff3619d5d Animation: add fmodifier grouping