- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
544077a25c
Cleanup: reduce amount of math-related includes
6afbb66a53
Cleanup: Noisy warnings caused by different defines for sse2neon
429ac1d351
Cleanup: reduce amount of math-related includes
f7c0ef1f73
Nodes: define rna of nodes in node file instead of rna_nodetree.cc
c61aa42f7d
PyAPI: make addon_utils.paths_with_extension_repos an internal function
49f342d742
Cleanup: rename addon_utils._initiazlize to _initiazlize_once
f940eb7739
Cleanup: quiet compiler warnings, also correct typo & pep8 formatting
66ad8009d6
Cleanup: reduce amount of math-related includes
23835a393c
Remove compatibility code for blendfiles from early 2.80 development era.
db4f926c92
Cleanup: LIST_SWAP re-definition warning
090f365cbd
Node panels: New DNA and C++ API for node group interfaces
0df7d100a3
Fix #110632: context.temp_override(area=context.area) fails to restore
WIP: Cleanup: reduce amount of math-related includes
1bcf31a874
Color management: Refactor OCIO config to be CIE XYZ I-E based
b880485492
Nodes: add Floored Modulo mode to Math nodes
6e66125f34
GPv3: New is_layer_active function
12ef20990b
Fix #103410: name collisions between vertex groups and attributes
ecb3262bf0
USD export: prototype invoking Python chasers
bef8840dce
Cleanup: reduce amount of math-related includes
1bcf31a874
Color management: Refactor OCIO config to be CIE XYZ I-E based
b880485492
Nodes: add Floored Modulo mode to Math nodes
6e66125f34
GPv3: New is_layer_active function
12ef20990b
Fix #103410: name collisions between vertex groups and attributes
Blender 3.6 > .dds image /texture issue
What do you think about setting the dds:bc5normal option in Blender unconditionally to 1? Have you happened to ever come across a 2-channel BC5 texture that wasn't a normal map?
I have, but…
PLY I/O: implement support for other attributes besides Color
@KeirCB: this improvement request does make sense, I'll see what I can do. For implementation and testing, some sort of PLY file with custom attributes would help -- can you attach an example…
Experimental PLY Importer Imports Gargbage With Custom PLY Elements
Thanks. The issue was if any custom data elements were in the file before the "regular" (vertices, faces etc.) ones, the code was not skipping them properly. Fixed that in both 3.6 and 4.0 now.
86b54a3015
Merge branch 'blender-v3.6-release'
e097415c2c
Fix #107299: new PLY importer does not skip unknown custom data elements
Experimental PLY Importer Imports Gargbage With Custom PLY Elements
Blender 4.0 - Remove PLY I/O Addon
Blender 4.0 - Remove OBJ I/O Addon