Block a user
a274c4da6c
I18N: Updated UI translations from git/weblate repository (b496e6d30b168f).
5caa74ebf3
Fix (unreported) mistake in code, leading to invalid memory access.
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'…
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.
bpy.data.libraries.write() is no longer saving the asset_data associated with the ID-block.
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
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…
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.
3d7ba26b96
Russian: Updated using Blender Weblate instance.
61e383e149
Catalan: Updated using Blender Weblate instance.
4274c315b6
Chinese (Simplified Han script): Updated using Blender Weblate instance.
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
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
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'
Python: declaring __init__ for an operator causes RuntimeError
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. :)