Block a user
Fix: Incorrect BMesh to Mesh attribute copying
Generally this looks fine, noticed an issue (noted inline).
Fix: Incorrect BMesh to Mesh attribute copying
Appending a zeroed MeshToBMeshLayerInfo doesn't seem correct, the BMesh data should still be initialized so even if there is no source layer (where MeshToBMeshLayerInfo::mesh_data
is NULL), the CustomData_data_set_default_value
needs the bmesh_offset
to be set. From what I can tell the other members should be set (type, elem_size) just not the mesh_data.
Campbell Barton
created branch pr-104421-minor-update in ideasman42/blender
2023-02-10 07:32:03 +01:00
Use hash for Collection.gobject lookup, speedup object linking
Campbell Barton
pushed to pr-collection-object-hash at ideasman42/blender
2023-02-10 06:33:08 +01:00
9a1a473ffc
Use hash for Collection.gobject lookup, speedup object linking
Campbell Barton
pushed to pr-collection-object-hash at ideasman42/blender
2023-02-10 06:32:15 +01:00
e39861240b
Use hash for Collection.gobject lookup, speedup object linking
3d0aa16ec0
Working
b77c82e2bb
Tests: minor updates to make bl_rna_manual_reference more useful
c2c62c3618
RNA: return a dummy language value when WITH_INTERNATIONAL=OFF
a8d951abdd
Docs: remove malformed patterns for RNA mapping
Campbell Barton
created branch pr-collection-object-hash in ideasman42/blender
2023-02-10 06:32:15 +01:00
Fix #104026: Click-Drag to select graph editor channels no longer working
Tweaked the description. But I am unsure what about it wasn't following the guidelines.
The guidelines note:
Commit messages should use American English suitable for technical…
c2c62c3618
RNA: return a dummy language value when WITH_INTERNATIONAL=OFF
a8d951abdd
Docs: remove malformed patterns for RNA mapping
2603fa7792
rna_manual_reference_updater: useful error if sphobjinv can't be found
3507e8a790
rna_manual_reference_updater: disallow malformed URL's
4ff8b58909
utils_doc/rna_manual_reference_updater: use bpy.utils.manual_locale_code
f38b20b9ea
check_spelling_c: update dictionary
Campbell Barton
deleted branch pr-pyapi-manual-fn from ideasman42/blender
2023-02-10 01:39:20 +01:00
PyAPI: add bpy.utils.manual_locale_code(), use for "Help" menu
4cbe0bff34
Cleanup: spelling in comments
48d9363fa7
Cleanup: quiet clang compiler warnings
8ac3096e24
Fix add-on & manual link in Help menu ignoring the current language
2ee9c12a23
PyAPI: add bpy.utils.manual_locale_code()
2d351e9ee3
Cleanup: format
I18n: write messages of the vertex group lock operator explicitly
It would be good to include a comment, adding context to why strings are handled this way.
Viewport clipping in orthographic view
@o-k in that case I can't redo the problem.
- Can you reproduce the error with factory-settings loaded.
- Does the last pan operation that causes the clipping behave differently depending on…