Richard Antalik iss
  • Joined on 2018-06-01
Richard Antalik pushed to retiming-sound-2 at iss/blender 2023-03-21 18:43:57 +01:00
07debd9213 - Pass SequenceData reference to SequenceEntry instead of fps,
4793a0e540 clang-format
Compare 2 commits »
Richard Antalik commented on pull request blender/blender#105959 2023-03-21 16:35:00 +01:00
Fix #92140: Can't assign shortcuts to tools

I did, what I think is best, this seems to work for all editors. Even for sequencer that has both RGN_TYPE_WINDOW and RGN_TYPE_CHANNELS in one area. But I would think, there's got to be a way…

Richard Antalik pushed to 92140 at iss/blender 2023-03-21 16:31:18 +01:00
ca0137548a Whitespace
Richard Antalik created pull request blender/blender#105959 2023-03-21 16:30:15 +01:00
Fix #92140: Can't assign shortcuts to tools
Richard Antalik pushed to 92140 at iss/blender 2023-03-21 16:27:17 +01:00
d1bb881bc1 Fix #92140: Can't assign shortcuts to tools
1b2f58adff VSE: Update text of text strip after each typed character
bb1c503bee Fix 105824: Retiming remove gizmo size is fixed
cf8640e7b5 Fix: Broken mesh to curve conversion
740c9204cc Cleanup: Simplify mesh to legacy curve logic
Compare 10 commits »
Richard Antalik created branch 92140 in iss/blender 2023-03-21 16:27:17 +01:00
Richard Antalik commented on issue blender/blender#92140 2023-03-20 19:19:43 +01:00
VSE Preview - assigngin hotkeys to the toolshelf tools adds them to the Window category

@JulianEisel Thanks for checking, unfortunately this doesn't work in preview region. I have dug a bit, so far the issue seems to be, that opcontext in wm_keymap_item_find_props is incorrect.…

Richard Antalik commented on issue blender/blender#105865 2023-03-20 17:42:05 +01:00
Black object

@Confabulatori From system info I see that your GPU (integrated is used) is pretty old, but should be supported still. Try updating gpu driver. You can check previous Blender versions (2.8, 2.9,…

Richard Antalik closed issue blender/blender#105856 2023-03-20 17:32:29 +01:00
Blender 3.5 - Pose library clones
Richard Antalik commented on issue blender/blender#105856 2023-03-20 17:32:28 +01:00
Blender 3.5 - Pose library clones

Thanks for update, will close then.

Richard Antalik commented on issue blender/blender#105866 2023-03-18 06:01:07 +01:00
UV passed as AOV does not match the actual UV AOV created by Cycles

I hope you realize this makes no sense in the sense of setting/exporting shader AOVs because an AOV coming from a shader can have z=0 and that is not an unexpected behavior.

It's not…

Richard Antalik closed issue blender/blender#105824 2023-03-18 05:41:35 +01:00
VSE: The handle of the new Retiming tool does not scale with the strip height
Richard Antalik commented on issue blender/blender#105824 2023-03-18 05:41:31 +01:00
VSE: The handle of the new Retiming tool does not scale with the strip height

grr forgot # symbol in commit... anyway, fixed by bb1c503bee, ended up with 40% max size...

Richard Antalik pushed to main at blender/blender 2023-03-18 05:38:58 +01:00
1b2f58adff VSE: Update text of text strip after each typed character
bb1c503bee Fix 105824: Retiming remove gizmo size is fixed
Compare 2 commits »
Richard Antalik commented on issue blender/blender#105856 2023-03-18 04:36:53 +01:00
Blender 3.5 - Pose library clones

Can you upload sample .blend file with rig? I will try to find one, but i don't have .blend files categorized this way.

Richard Antalik closed issue blender/blender#105859 2023-03-18 04:18:09 +01:00
brushes behaving strangely
Richard Antalik commented on issue blender/blender#105859 2023-03-18 04:18:07 +01:00
brushes behaving strangely

As @Leo-Luther pointed out, this seems to be the issue.

For help using Blender, please try one of the community websites: https://www.blender.org/community/

If you think you found a bug,…

Richard Antalik commented on issue blender/blender#105865 2023-03-18 04:11:43 +01:00
Black object

Please click on Help > Save System Info and upload saved file

Richard Antalik closed issue blender/blender#105866 2023-03-18 03:59:22 +01:00
UV passed as AOV does not match the actual UV AOV created by Cycles
Richard Antalik commented on issue blender/blender#105866 2023-03-18 03:59:20 +01:00
UV passed as AOV does not match the actual UV AOV created by Cycles

Compositor uses blue/Z channel as alpha channel, see MapUVOperation::read_uv() if alpha is 0, it skips further processing. Unfortunately i can't tell you why exactly this is designed this way.…