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

  • Joined on 2010-10-07
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-11 16:19:15 +01:00
69a7948575 Doc: Py API: Add more info about UNDO operator option.
ac75e37c8e Fix #130113: Copying Object ID never copies its preview.
7f75690127 Fix #130102: Boundary brushes ignore masking with Multires
b4154c6a0e Fix #130078: Snap to Grid ignored if occluded in Add Object Tool
72fd267024 Fix #130110: Fill tool crashes when extension lines are enabled
Compare 10 commits »
Bastien Montagne pushed to main at blender/blender 2024-11-11 16:17:44 +01:00
b1d044bfb8 Merge branch 'blender-v4.3-release'
69a7948575 Doc: Py API: Add more info about UNDO operator option.
ac75e37c8e Fix #130113: Copying Object ID never copies its preview.
Compare 3 commits »
Bastien Montagne closed issue blender/blender#130113 2024-11-11 16:17:42 +01:00
Blender 4.3 bpy.data.libraries.write() is not saving the object previews for assets.
Bastien Montagne pushed to main at mont29/blender 2024-11-11 16:15:24 +01:00
f9bb4c9c81 Merge branch 'blender-v4.3-release'
e9593a6619 Cleanup: Cycles: update light tree paper link
88b10765ae Anim: add slot selector to NLA Action track buttons
7f75690127 Fix #130102: Boundary brushes ignore masking with Multires
e79ffa3ae9 Merge remote-tracking branch 'origin/blender-v4.3-release'
Compare 13 commits »
Bastien Montagne pushed to blender-v4.3-release at blender/blender 2024-11-11 16:15:14 +01:00
69a7948575 Doc: Py API: Add more info about UNDO operator option.
ac75e37c8e Fix #130113: Copying Object ID never copies its preview.
Compare 2 commits »
Bastien Montagne pushed to staging-main at blender/blender-manual-translations 2024-11-11 15:19:02 +01:00
381804ab40 Update po-files (c6468c8da)
58a785f683 Chinese (Simplified Han script): Updated using Blender Weblate instance.
480a05d3dc Catalan: Updated using Blender Weblate instance.
bb9e5323d0 Russian: Updated using Blender Weblate instance.
ac1458c2ac Spanish: Updated using Blender Weblate instance.
Compare 641 commits »
Bastien Montagne pushed to staging-main at blender/blender-ui-translations 2024-11-11 15:18:32 +01:00
c1bc7a448c Merge branch 'main' into staging-main
77001d85ce Revert "Japanese: Updated using Blender Weblate instance."
b496e6d30b Updated from Blender 4.3 release branch (1c8669f8c9c1).
a7fab2c713 Russian: Updated using Blender Weblate instance.
aa3a9770e9 Japanese: Updated using Blender Weblate instance.
Compare 849 commits »
Bastien Montagne pushed to main at mont29/blender 2024-11-11 14:12:44 +01:00
4c6f0bb60d Compositor: Implement Stabilize 2D for new CPU compositor
778a86fa48 Compositor: Implement Keying Screen for new CPU compositor
e356a45d20 Merge branch 'blender-v4.3-release'
7f983ae5e2 Fix #130089: GPv3: Don't use default mouse cursor if paint cursor is disabled.
82368913f9 Compositor: Implement Z Combine for new CPU compositor
Compare 6 commits »
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-11 12:08:41 +01:00
83396c86fc Fix #130084: GPv3: Disable overlay does not work in sculpt mode
Bastien Montagne pushed to main at mont29/blender 2024-11-11 11:45:00 +01:00
250c10ec64 Merge branch 'blender-v4.3-release'
a274c4da6c I18N: Updated UI translations from git/weblate repository (b496e6d30b168f).
5caa74ebf3 Fix (unreported) mistake in code, leading to invalid memory access.
dafa3fb88f Fix #129019: Crash when switching from EEVEE to Cycles while rendering animation
Compare 4 commits »
Bastien Montagne pushed to main at blender/blender 2024-11-11 11:44:47 +01:00
250c10ec64 Merge branch 'blender-v4.3-release'
a274c4da6c I18N: Updated UI translations from git/weblate repository (b496e6d30b168f).
5caa74ebf3 Fix (unreported) mistake in code, leading to invalid memory access.
dafa3fb88f Fix #129019: Crash when switching from EEVEE to Cycles while rendering animation
Compare 4 commits »
Bastien Montagne pushed to main at mont29/blender 2024-11-11 11:44:15 +01:00
e5775c3924 Cleanup: Use C marker for unused arguments
2a129f8762 Merge branch 'blender-v4.3-release'
01db47b82c Fix #129766: GPv3: Fallback to "frames" mode in build modifier for natural drawing speed
Compare 3 commits »
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-11 11:44:15 +01:00
a274c4da6c I18N: Updated UI translations from git/weblate repository (b496e6d30b168f).
5caa74ebf3 Fix (unreported) mistake in code, leading to invalid memory access.
dafa3fb88f Fix #129019: Crash when switching from EEVEE to Cycles while rendering animation
01db47b82c Fix #129766: GPv3: Fallback to "frames" mode in build modifier for natural drawing speed
Compare 4 commits »
Bastien Montagne pushed to blender-v4.3-release at blender/blender 2024-11-11 11:44:00 +01:00
a274c4da6c I18N: Updated UI translations from git/weblate repository (b496e6d30b168f).
5caa74ebf3 Fix (unreported) mistake in code, leading to invalid memory access.
Compare 2 commits »
Bastien Montagne commented on pull request blender/blender#130115 2024-11-11 11:36:34 +01:00
Document Operator.bl_options undo flag issues #77557

I am not convinced that this belongs to this docstring... This should rather be documented in the more general API doc about operators, and also probably added to/referenced from the 'gotchas'…

Bastien Montagne commented on issue blender/blender#77557 2024-11-11 11:33:39 +01:00
Python Operators that add/remove ID data without an undo step crash Blender

We could add another entry to the gotchas...

But yes, any type of changes can lead to that issue.

Bastien Montagne closed issue blender/blender#129797 2024-11-11 11:00:58 +01:00
bpy.data.libraries.write() is no longer saving the asset_data associated with the ID-block.
Bastien Montagne commented on issue blender/blender#129797 2024-11-11 11:00:54 +01:00
bpy.data.libraries.write() is no longer saving the asset_data associated with the ID-block.

@Amandeep please do not reopen tasks yourself, especially not without even a word of explanation.

Bastien Montagne pushed to main at blender/blender-ui-translations 2024-11-11 10:54:44 +01:00
b496e6d30b Updated from Blender 4.3 release branch (1c8669f8c9c1).
Bastien Montagne pushed to main at mont29/blender-manual-translations 2024-11-11 10:51:19 +01:00
381804ab40 Update po-files (c6468c8da)