Bastien Montagne mont29
  • Amsterdam, The Netherlands
  • Blender developer, mainly focused on 'Core' module.

  • Joined on 2010-10-07
Bastien Montagne commented on issue blender/blender#129699 2024-11-03 17:31:16 +01:00
Python: declaring __init__ for an operator causes RuntimeError

Aaaaah my bad, I did not update the documentation (and release notes) yet :(

Will do tomorrow, but in a nutshell, Blender now requires that you call the parent class' __init__ and/or…

Bastien Montagne pushed to main at mont29/blender 2024-11-03 17:03:35 +01:00
397286e985 Cleanup: Silence unused var warning in NDBEUG builds.
831165edf8 Build: Update Harfbuzz to 10.0.1
3854ac6e66 Build: Add Epoxy to OpenSubdiv library build dependencies
a17ac76d13 BLI: support accessing underlying memory buffer of Vector container
d40a0fc5c3 Merge branch 'blender-v4.3-release'
Compare 71 commits »
Bastien Montagne pushed to main at blender/blender 2024-11-03 17:03:19 +01:00
397286e985 Cleanup: Silence unused var warning in NDBEUG builds.
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-01 16:57:44 +01:00
a641001207 Fix: UI previews don't refresh outside of properties editor
Bastien Montagne pushed to main at mont29/blender 2024-11-01 16:57:29 +01:00
bb0be5e4dc Fix #129530: ANIM: FPS drop due to invalid RNA paths
16b7e5c7dd Cleanup: Sculpt: Remove unnecessary/indirect includes
68a74c4095 Merge branch 'blender-v4.3-release'
ba5eda5068 Revert "Attempt to fix missing asset library refreshes"
75c25a7650 Merge branch 'blender-v4.3-release'
Compare 12 commits »
Bastien Montagne pushed to tmp-fix-readfile-unknown-bhead-type at mont29/blender 2024-11-01 16:56:27 +01:00
58c9e39b70 Fix (unreported) unclear potential invalid readfile behavior on unknown BHead type.
Bastien Montagne created pull request blender/blender#129693 2024-11-01 16:50:40 +01:00
Fix (unreported) unclear potential invalid readfile behavior on unknown BHead type.
Bastien Montagne pushed to tmp-fix-readfile-unknown-bhead-type at mont29/blender 2024-11-01 16:50:09 +01:00
41d3cf42d6 Fix (unreported) unclear potential invalid readfile behavior on unknown BHead type.
Bastien Montagne created branch tmp-fix-readfile-unknown-bhead-type in mont29/blender 2024-11-01 16:48:35 +01:00
Bastien Montagne pushed to tmp-fix-readfile-unknown-bhead-type at mont29/blender 2024-11-01 16:48:35 +01:00
68f10291e0 Fix (unreported) unclear potential invalid readfile behavior on unknown BHead type.
Bastien Montagne pushed to main at mont29/blender 2024-11-01 15:04:18 +01:00
47f7aaa2cc Merge branch 'blender-v4.3-release'
37e35147d8 Fix: PanelType unregister potential use-after-free
7fbc9e9428 Fix: Metal: Memory leaks identified by Instruments and Xcode memory graph.
Compare 3 commits »
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-01 15:03:54 +01:00
37e35147d8 Fix: PanelType unregister potential use-after-free
7fbc9e9428 Fix: Metal: Memory leaks identified by Instruments and Xcode memory graph.
9ef6136865 Fix #126273: Retiming movies with mismatched FPS is broken
ba59908dc8 Fix #129226: Retiming transition to faster speed does not work
d50d1e757b Fix #129583: Retiming controls are drawn even if strip is too small
Compare 45 commits »
Bastien Montagne commented on pull request blender/blender#129602 2024-11-01 14:54:06 +01:00
RNA: Assert when failing to find a specified property by name

I am not sure I'd like an assert here tbh... To me these accessors are designed to 'gracefully fail' on error? Maybe @Sergey or @ideasman42 has an opinion here?

Bastien Montagne approved blender/blender#129641 2024-11-01 14:50:20 +01:00
Fix: UI previews don't refresh outside of properties editor

Code looks fine, did some more testing here and could not spot any issue, so good for shipping imho.

Bastien Montagne commented on pull request blender/blender#129641 2024-11-01 14:50:18 +01:00
Fix: UI previews don't refresh outside of properties editor

would use same name for the variable as in existing code, ui_preview ? Same in the implementation code.

Bastien Montagne commented on issue blender/blender#126391 2024-11-01 14:15:59 +01:00
Blender Viewport Speed Regression

Note: I quickly did a test with 60k cubes all sharing the same mesh (blendfile created in 3.6), in 3.6 I get ~16 fps, in current main I get ~12…

Bastien Montagne commented on pull request blender/blender#129619 2024-11-01 14:09:10 +01:00
Fix #129618: Tag Image ID inside the IMAGE_OT_replace operator

AFAIK we should not use 0 'magic all tags' value anymore...