Aras Pranckevicius aras_p
Aras Pranckevicius pushed to fewer-math-includes at aras_p/blender 2023-08-09 15:12:25 +02:00
12cb48981f Cleanup: reduce amount of math-related includes
Aras Pranckevicius pushed to fewer-math-includes at aras_p/blender 2023-08-09 14:31:02 +02:00
5f9fb6ff53 Cleanup: reduce amount of math-related includes
Aras Pranckevicius pushed to fewer-math-includes at aras_p/blender 2023-08-09 14:03:50 +02:00
544077a25c Cleanup: reduce amount of math-related includes
6afbb66a53 Cleanup: Noisy warnings caused by different defines for sse2neon
Compare 2 commits »
Aras Pranckevicius pushed to fewer-math-includes at aras_p/blender 2023-08-09 13:24:08 +02:00
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
Compare 8 commits »
Aras Pranckevicius pushed to fewer-math-includes at aras_p/blender 2023-08-09 13:11:11 +02:00
3dac9b9156 Cleanup: reduce amount of math-related includes
Aras Pranckevicius pushed to fewer-math-includes at aras_p/blender 2023-08-09 11:40:32 +02:00
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
Compare 26 commits »
Aras Pranckevicius created pull request blender/blender#110944 2023-08-09 10:43:18 +02:00
WIP: Cleanup: reduce amount of math-related includes
Aras Pranckevicius pushed to main at aras_p/blender 2023-08-09 10:41:20 +02:00
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
Compare 4293 commits »
Aras Pranckevicius pushed to fewer-math-includes at aras_p/blender 2023-08-09 10:40:12 +02:00
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
Compare 10 commits »
Aras Pranckevicius created branch fewer-math-includes in aras_p/blender 2023-08-09 10:40:12 +02:00
Aras Pranckevicius commented on issue blender/blender#109442 2023-06-28 21:38:18 +02:00
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…

Aras Pranckevicius commented on issue blender/blender#108948 2023-06-14 08:00:16 +02:00
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…

Aras Pranckevicius pushed to main at blender/blender 2023-05-31 09:01:51 +02:00
3672f9c437 Tests: add PLY import test coverage for #107299
Aras Pranckevicius commented on issue blender/blender#107299 2023-05-31 08:47:34 +02:00
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.

Aras Pranckevicius pushed to main at blender/blender 2023-05-31 08:44:49 +02:00
86b54a3015 Merge branch 'blender-v3.6-release'
e097415c2c Fix #107299: new PLY importer does not skip unknown custom data elements
Compare 2 commits »
Aras Pranckevicius closed issue blender/blender#107299 2023-05-31 08:44:48 +02:00
Experimental PLY Importer Imports Gargbage With Custom PLY Elements
Aras Pranckevicius pushed to blender-v3.6-release at blender/blender 2023-05-31 08:44:05 +02:00
e097415c2c Fix #107299: new PLY importer does not skip unknown custom data elements
Aras Pranckevicius closed issue blender/blender-addons#104504 2023-05-30 21:45:36 +02:00
Blender 4.0 - Remove PLY I/O Addon
Aras Pranckevicius closed issue blender/blender-addons#104503 2023-05-30 21:45:26 +02:00
Blender 4.0 - Remove OBJ I/O Addon