Christoph Lendenfeld ChrisLend
Christoph Lendenfeld commented on pull request blender/blender#105607 2023-03-23 10:55:12 +01:00
Animation: Weight Paint select more/less for faces

now takes a Mesh*

Christoph Lendenfeld commented on pull request blender/blender#105607 2023-03-23 10:55:11 +01:00
Animation: Weight Paint select more/less for faces

yep agreed, missed that one :)

Christoph Lendenfeld commented on pull request blender/blender#105607 2023-03-23 10:55:11 +01:00
Animation: Weight Paint select more/less for faces

I thought to make it explicit what it is that the bool logic tests for, but I agree it's in the function name anyway

Christoph Lendenfeld commented on pull request blender/blender#105607 2023-03-23 10:55:11 +01:00
Animation: Weight Paint select more/less for faces

yes good idea, done that

Christoph Lendenfeld pushed to weight_paint_grow_sel_face at ChrisLend/blender 2023-03-23 10:54:21 +01:00
24aee56b7f implement hans' feedback
Christoph Lendenfeld pushed to weight_paint_grow_sel_vert at ChrisLend/blender 2023-03-23 10:21:13 +01:00
3d296f327e change sgnature to take Mesh pointer
Christoph Lendenfeld deleted branch scene_frame_count from ChrisLend/blender 2023-03-23 10:18:53 +01:00
Christoph Lendenfeld merged pull request blender/blender#104882 2023-03-23 10:18:51 +01:00
Animation: Add duration display to frame range settings
Christoph Lendenfeld pushed to main at blender/blender 2023-03-23 10:18:51 +01:00
84e170c563 Animation: Add duration display to frame range settings
Christoph Lendenfeld pushed to scene_frame_count at ChrisLend/blender 2023-03-23 10:01:14 +01:00
7672c687bc Merge branch 'main' into scene_frame_count
e203e858ec Python: Limit BGL deprecation messages.
846ed20ad6 Cleanup: remove unused argument signified from used arguments in Python
ebd7298594 Cleanup: avoid repeating defaults for pointer scroll under Wayland
80dfb885d7 License headers: add missing license identifiers
Compare 200 commits »
Christoph Lendenfeld pushed to normalize_set_range at ChrisLend/blender 2023-03-17 17:43:24 +01:00
98b0c133fb remove unneeded include
Christoph Lendenfeld created pull request blender/blender#105857 2023-03-17 17:41:01 +01:00
Animation: Auto frame curves Y extents when hitting normalize
Christoph Lendenfeld pushed to normalize_set_range at ChrisLend/blender 2023-03-17 17:31:43 +01:00
698a83bf16 fix issue with region padding
468d67faea Merge branch 'main' into normalize_set_range
f4fd348d22 Fix: FCurve Bounds - return when can't be found
5491cfdd38 implement feature
48496f1473 PLY: optimize new exporter (2x faster)
Compare 10 commits »
Christoph Lendenfeld created branch normalize_set_range in ChrisLend/blender 2023-03-17 17:31:43 +01:00
Christoph Lendenfeld pushed to main at blender/blender 2023-03-17 17:16:19 +01:00
f4fd348d22 Fix: FCurve Bounds - return when can't be found
Christoph Lendenfeld commented on pull request blender/blender#105635 2023-03-17 12:58:56 +01:00
Animation: Gaussian Smooth operator for Graph Editor

I'm also agree with the term Gaussian.

as Gaussian smoothing is based on an amplitude and a width of effect (which is mainly its 2\times\sigma or width) it would be good if it can be…

Christoph Lendenfeld approved blender/blender#105427 2023-03-17 12:47:58 +01:00
Bone relation lines: draw between axis points

apart from my small nitpick about the naming this lgtm

Christoph Lendenfeld commented on pull request blender/blender#105427 2023-03-17 12:34:07 +01:00
Bone relation lines: draw between axis points

I feel like this could get a better name. Unless you think this will draw other lines in the near future I'd call it draw_bone_relationship_lines

Christoph Lendenfeld commented on pull request blender/blender#105635 2023-03-17 12:24:02 +01:00
Animation: Gaussian Smooth operator for Graph Editor

Video Demo