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 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)
Bastien Montagne pushed to main at blender/blender-manual-translations 2024-11-11 10:50:44 +01:00
381804ab40 Update po-files (c6468c8da)
Bastien Montagne commented on issue infrastructure/blender-projects-platform#130 2024-11-11 10:34:54 +01:00
Buildbot: Skip Blender compilation for API docs

Sounds reasonable to me.

If an update of API docs is really required outside of nightly builds, then one can simply rebuild/deliver blender builds first, and then run the API ones.

Not sure…

Bastien Montagne pushed to main at mont29/blender-manual-translations 2024-11-11 10:29:00 +01:00
58a785f683 Chinese (Simplified Han script): Updated using Blender Weblate instance.
480a05d3dc Catalan: Updated using Blender Weblate instance.
Compare 2 commits »
Bastien Montagne pushed to main at mont29/blender-manual-translations 2024-11-11 09:25:32 +01:00
bb9e5323d0 Russian: Updated using Blender Weblate instance.
ac1458c2ac Spanish: Updated using Blender Weblate instance.
3d7ba26b96 Russian: Updated using Blender Weblate instance.
61e383e149 Catalan: Updated using Blender Weblate instance.
4274c315b6 Chinese (Simplified Han script): Updated using Blender Weblate instance.
Compare 75 commits »
Bastien Montagne pushed to main at mont29/blender-manual 2024-11-11 09:24:40 +01:00
c6468c8da3 Merge branch 'blender-v4.3-release'
8ad0446809 USD: Point Cloud export support
d45ab223d4 USD: Provide Import option for Material Purpose
3ea0dfea24 VSE: Add snapping in preview area
b11c166d35 VSE: Expose subframe sound offset to the end user
Compare 26 commits »
Bastien Montagne pushed to main at mont29/blender 2024-11-11 09:23:03 +01:00
4ab01178e2 Compositor: Implement Anti-Alias node for new CPU compositor
22b3aff9c8 Compositor: Implement SMAA for new CPU compositor
a40046eae5 Compositor: Support bilinear sampling for new CPU compositor
547723debf BLI: Add alias for uchar2 vector type
63a91c8d82 Fix: DRW: Tests: GPU backend error because of missing resources
Compare 5 commits »
Bastien Montagne pushed to rna-ancestor-chain at mont29/blender 2024-11-10 19:59:07 +01:00
6ed7771460 WIP: RNA: Add info about chain of ancestors (owner data) of a PointerRNA.
c18ec7e2ad Fix wrong link in Py API docs after recent refactor.
d5c50fc366 API docs: Split 'Gotchas' page, add some info about python instances and subclasses.
2910f6dce9 Cleanup: API docs generator: Remove references to removed GP(v2) types.
246b43e136 Merge branch 'blender-v4.3-release'
Compare 55 commits »
Bastien Montagne pushed to main at mont29/blender 2024-11-10 18:50:04 +01:00
c18ec7e2ad Fix wrong link in Py API docs after recent refactor.
Bastien Montagne pushed to main at blender/blender 2024-11-10 18:49:33 +01:00
c18ec7e2ad Fix wrong link in Py API docs after recent refactor.
Bastien Montagne pushed to main at mont29/blender 2024-11-10 18:48:42 +01:00
d5c50fc366 API docs: Split 'Gotchas' page, add some info about python instances and subclasses.
Bastien Montagne closed issue blender/blender#129699 2024-11-10 18:43:14 +01:00
Python: declaring __init__ for an operator causes RuntimeError
Bastien Montagne commented on issue blender/blender#129699 2024-11-10 18:43:10 +01:00
Python: declaring __init__ for an operator causes RuntimeError

d5c50fc366 has landed, API docs for main (future 4.4) should be updated in a few minutes. :)