Block a user
Thomas Barlow
pushed to attribute_access_positions_pr at Mysteryem/blender-addons
2023-05-29 04:56:42 +02:00
b3418423e1
FBX IO: Vertex position access with attributes
595a48c421
FBX IO: Add attributes utility functions
Thomas Barlow
pushed to attribute_access_corner_edge_v_e_indices_pr at Mysteryem/blender-addons
2023-05-29 04:56:20 +02:00
a662ebc9b1
FBX IO: Corner vert/edge and edge verts access with attributes
595a48c421
FBX IO: Add attributes utility functions
Thomas Barlow
pushed to attribute_access_sharp_smooth_pr at Mysteryem/blender-addons
2023-05-29 04:56:05 +02:00
d8c9d1b668
FBX IO: Edge/face sharp access with attributes
Thomas Barlow
created branch attribute_access_sharp_smooth_pr in Mysteryem/blender-addons
2023-05-29 04:56:05 +02:00
Thomas Barlow
pushed to attribute_access_material_index_pr at Mysteryem/blender-addons
2023-05-29 04:55:39 +02:00
d84d9880ee
FBX IO: Material index access with attributes
595a48c421
FBX IO: Add attributes utility functions
Thomas Barlow
pushed to attribute_access_base_pr at Mysteryem/blender-addons
2023-05-29 04:55:10 +02:00
595a48c421
FBX IO: Add attributes utility functions
Thomas Barlow
created branch attribute_access_corner_edge_v_e_indices_pr in Mysteryem/blender-addons
2023-05-28 16:07:48 +02:00
Thomas Barlow
pushed to attribute_access_corner_edge_v_e_indices_pr at Mysteryem/blender-addons
2023-05-28 16:07:48 +02:00
21f915e1b7
FBX IO: Corner vert/edge and edge verts access with attributes
Thomas Barlow
pushed to attribute_access_positions_pr at Mysteryem/blender-addons
2023-05-28 16:05:33 +02:00
7818c45fca
FBX IO: Vertex position access with attributes
Thomas Barlow
created branch attribute_access_positions_pr in Mysteryem/blender-addons
2023-05-28 16:05:33 +02:00
Thomas Barlow
created branch attribute_access_material_index_pr in Mysteryem/blender-addons
2023-05-28 16:04:04 +02:00
Thomas Barlow
pushed to attribute_access_material_index_pr at Mysteryem/blender-addons
2023-05-28 16:04:04 +02:00
2f49ce88f6
FBX IO: Material index access with attributes
Thomas Barlow
pushed to attribute_access_base_pr at Mysteryem/blender-addons
2023-05-28 16:00:15 +02:00
0cefc4540c
FBX IO: Add attributes utility functions
9d707120ec
Export_3ds: Fixed key error if object has an unselected parent
dd2caa6e17
io_import_dxf: Added DXF to menu description
1ca9018e23
io_export_dxf: Added DXF suffix to menu description
c413450277
Merge branch 'main' into main
Thomas Barlow
created branch attribute_access_base_pr in Mysteryem/blender-addons
2023-05-28 16:00:15 +02:00
Thomas Barlow
deleted branch edge_creases_pr from Mysteryem/blender-addons
2023-05-28 04:58:20 +02:00
Two "identical" hierarchies - one adds a -90 rotation to an object on creating FBX, but the other does not. Why?
It looks like both Bark Objects were parented to their respective Empties differently and the mesh data for each Bark Object is rotated differently. Notably, if you delete both empties, you can…
Thomas Barlow
pushed to fix_inactive_edit_mode_objects_pr at Mysteryem/blender-addons
2023-05-26 06:05:50 +02:00
e50f57e105
Fix #104576: FBX export of Edit Mode Objects while Blender is not in Edit Mode can fail.
Most
aud
Python module instance methods are documented as classmethods
I had a look through the source for aud
and it looks like this documentation is coming from within extern/audaspace, so I'm not sure if I should be reporting this on https://github.com/neXyon/aud…
Fix #108254: Infinite loop in rna_info.BuildRNAInfo when a registered class has a non-registered superclass
ba01a3ac64
Fix #108254: Infinite loop in rna_info.BuildRNAInfo when a registered class has a non-registered superclass
9acff4edab
Merge branch 'blender-v3.6-release'
39780b39bd
Fix #108226, #108219: Crash in mesh validation in importers
9f0807acd6
UI: Fix and improve a few messages
c9dac7e77c
BLI: Add utility to find true/false mix in boolean array