Sergey Sharybin Sergey
  • Joined on 2009-11-28
Sergey Sharybin pushed to blender-v3.5-release at blender/blender 2023-02-17 10:56:20 +01:00
a4b92a6814 Fix #104829: Clip editor has poor performance when Metadata panel is closed
Sergey Sharybin merged pull request blender/blender#104860 2023-02-17 10:56:19 +01:00
Fix #104829: Clip editor has poor performance when Metadata panel is closed
Sergey Sharybin created pull request blender/blender#104860 2023-02-17 10:55:45 +01:00
Fix #104829: Clip editor has poor performance when Metadata panel is closed
Sergey Sharybin pushed to fix_104829 at Sergey/blender 2023-02-17 10:55:07 +01:00
223d977a17 Fix #104829: Clip editor has poor performance when Metadata panel is closed
Sergey Sharybin created branch fix_104829 in Sergey/blender 2023-02-17 10:55:07 +01:00
Sergey Sharybin pushed to main at Sergey/blender 2023-02-17 10:17:26 +01:00
932148ec54 Merge branch 'blender-v3.5-release'
09b9106e3d Make update: Use BKE_blender_version to detect release branches
0250b40750 Cleanup: Silence compiler warning in VKShader.
c6ea00de3c BLI_math: correct the threshold for wrapping rotation in compatible_eul
1a6943d553 Merge branch 'blender-v3.5-release'
Compare 85 commits »
Sergey Sharybin pushed to main at blender/blender 2023-02-17 10:15:35 +01:00
932148ec54 Merge branch 'blender-v3.5-release'
09b9106e3d Make update: Use BKE_blender_version to detect release branches
Compare 2 commits »
Sergey Sharybin pushed to blender-v3.5-release at blender/blender 2023-02-17 10:14:59 +01:00
09b9106e3d Make update: Use BKE_blender_version to detect release branches
Sergey Sharybin commented on issue blender/blender#92179 2023-02-16 12:56:49 +01:00
Sequencer UI lines that should be thick are green instead (macOS)

@jenkm, does this issue still happen for you? I am unable to see it on my mac Pro with AMD GPU.

Sergey Sharybin closed issue blender/blender#94578 2023-02-16 12:53:12 +01:00
Strange alpha behaviour in the compositor, I can extaggerate alpha, but not make it less? Exclusive to alpha
Sergey Sharybin commented on issue blender/blender#94578 2023-02-16 12:53:10 +01:00
Strange alpha behaviour in the compositor, I can extaggerate alpha, but not make it less? Exclusive to alpha

The Color and Alpha input of both Composite and Viewer nodes assigns values as-is. In practice this means that it is up the artist to ensure the result has correct alpha association: the color is…

Sergey Sharybin commented on issue blender/blender#94920 2023-02-16 12:42:07 +01:00
VSE Sequencer timecodes display almost correct values

@iss Seems to still be happening, at least on mac. But guess it is a more generic UI problem which also manifests itself in the animation editors?

Sergey Sharybin commented on issue blender/blender#95274 2023-02-16 12:05:01 +01:00
Regression: VSE transform.seq_slide ripple operation doesnt work in 3.0

@iss, can have a look here? And make sure the manual is reflecting the up to date state?

Sergey Sharybin commented on pull request blender/blender#104553 2023-02-16 11:12:28 +01:00
Use hash for Collection.gobject lookup, speedup object linking

This comment does not reall bring information. The fact that it may be NULL is clear from the NULL-pointer check.

Sergey Sharybin commented on pull request blender/blender#104553 2023-02-16 11:12:28 +01:00
Use hash for Collection.gobject lookup, speedup object linking

Something seems to be missing here. The collection_object_remove ensures that the hash exists (the first thing it does is the collection_gobject_hash_ensure(collection)).

Sergey Sharybin commented on pull request blender/blender#104553 2023-02-16 11:12:28 +01:00
Use hash for Collection.gobject lookup, speedup object linking

I would move the checks into the collection_gobject_hash_update_object. At leats the cob_ob_old != cob->ob.

Sergey Sharybin commented on issue blender/blender#98477 2023-02-16 10:53:36 +01:00
Render Animation in Video Editor doesn't warn that source video files are missing

@iss I think there are couple of things that we can do that fits into the design:

  • Do similar check to the invalid drivers. The validness of driver is only known after its evaluation attempt,…
Sergey Sharybin suggested changes for blender/blender#104801 2023-02-16 10:38:29 +01:00
Fix #104798: Slow frame-change & scrubbing with many objects

Marking as requested changes.

Sergey Sharybin commented on pull request blender/blender#104801 2023-02-16 10:38:11 +01:00
Fix #104798: Slow frame-change & scrubbing with many objects

All the node tress regardless of whether they are "embedded" into a "parent" datablock are treated as a "stand-alone" ID data-blocks in the dependency graph builder. This takes care of ensuring…