Richard Antalik iss
  • Joined on 2018-06-01
Richard Antalik commented on issue blender/blender#121155 2024-04-28 05:56:15 +02:00
Regression: Weight paint with brush tool does not work

Cased by 4d49c78e74f0b53b348111a487eece05b3e7e5ab, CC @lichtwerk

Richard Antalik commented on issue blender/blender#121155 2024-04-28 05:40:12 +02:00
Regression: Weight paint with brush tool does not work

Can confirm. Will bisect.

Richard Antalik closed issue blender/blender#121157 2024-04-28 05:31:57 +02:00
Can't delete bookmark in improt/export window, after I delete the folder outside from blender
Richard Antalik commented on issue blender/blender#121157 2024-04-28 05:31:53 +02:00
Can't delete bookmark in improt/export window, after I delete the folder outside from blender

@Illia-Prymak you don't need to select it, you just click on cleanup button as suggested by @chedap above.

This seems to be a limitation, so will close this report.

Richard Antalik commented on issue blender/blender#121158 2024-04-28 05:28:14 +02:00
Blender Crashes on saving blend file or changing settings or activating addon

Technically this CPU/GPU should be supported. I can't tell whether you use latest GPU driver though, please try to update it. Also check if this happens with alpha build from https://builder.blende

Richard Antalik commented on issue blender/blender#121160 2024-04-28 05:14:49 +02:00
EEVEE-Next: Blender crashes when using Nishita Sky Texture

Can't reproduce with RTX3060 on Linux. Can you run file debug_log.cmd and upload created files after crash?

Richard Antalik commented on issue blender/blender#121161 2024-04-28 05:01:55 +02:00
Armature Centre in Viewport Includes Hidden Bones

I have checked attached .blend file, and no matter what I do, the bone is centered when I press home key. Can you check if this happens with factory settings? Or am I doing something wrong perhaps?

Richard Antalik commented on issue blender/blender#121166 2024-04-28 04:48:52 +02:00
Normal Map node gives strange artifacts

This seems weird to me. I wouldn't expect this to happen with the simplified case (not setting and using any attributes), but it does. But then when setting this attribute as 2D vector, but not…

Richard Antalik commented on issue blender/blender#121173 2024-04-28 04:09:04 +02:00
sRGB color profile does not save with image

Looking at saved image with GIMP, I see sRGB colorspace in metadata. Or am I misunderstanding this? Either way, can you upload image that has this profile and one that has not?

Richard Antalik pushed to main at blender/blender 2024-04-28 03:49:14 +02:00
fd96b81821 Fix #120834: Retiming does not work as expected.
Richard Antalik closed issue blender/blender#120834 2024-04-28 03:49:12 +02:00
VSE: Retime doesn't work until Retime Keyframes are selected once
Richard Antalik commented on issue blender/blender#120834 2024-04-28 03:22:33 +02:00
VSE: Retime doesn't work until Retime Keyframes are selected once

Can confirm, this happens, because the key is actually created when it it clicked on. Before that it is just imaginary. This is done this way in order to not make these pernament when retiming is…

Richard Antalik commented on pull request blender/blender#121001 2024-04-26 16:07:58 +02:00
IMB: Cleanup timecode options

I am not fully concinced the current change in the name and description makes it more understandable by users. I am also not sure how much time we want to invest into such changes. Ideally we'd…

Richard Antalik commented on issue blender/blender#120726 2024-04-26 03:37:26 +02:00
Regression: animated scene audio volume not changing the audible volume on playback

VSE only calls sound_update_animation_flags(scene) (which sets that flag) when there is a scene strip in the VSE, which in this demo file is not the case.

This would only happen when…

Richard Antalik commented on pull request blender/blender#109522 2024-04-25 19:35:19 +02:00
VSE: improved handle tweaking

@fsiddi Right so I did that. You can test the new build.

In RCS, when dragging with left click, only 1 element moves, when dragging with right click, whole selection moves. I have a…

Richard Antalik commented on issue blender/blender#121015 2024-04-25 04:12:43 +02:00
macOS: Abnormal termination on exit after playback

Can reproduce, will check

Richard Antalik commented on pull request blender/blender#109522 2024-04-25 04:10:08 +02:00
VSE: improved handle tweaking

@blender-bot package

Richard Antalik pushed to tweak-experiment at iss/blender 2024-04-25 04:09:30 +02:00
41b482f5ff Make right click tweak in RCS not deselect all strips if RC event happened on strip that is already selected
c30e1f84ac Address feedback
1eff175d35 remove show handle overlay
Compare 3 commits »
Richard Antalik commented on pull request blender/blender#109522 2024-04-25 03:33:14 +02:00
VSE: improved handle tweaking

I would guess that at some point I tried to use it from place with no access to bContext, but then changed this again.

Will revert this change.

Richard Antalik commented on pull request blender/blender#109522 2024-04-25 03:25:19 +02:00
VSE: improved handle tweaking

The issue here is, that we want left click to tweak and also scrub. Only other way to achieve this would be to passthrough from sequencer select operator. But to achieve that, it would need to…