Aras Pranckevicius aras_p
Aras Pranckevicius pushed to main at blender/blender 2023-08-11 11:51:31 +02:00
6e73332306 Fix missing headers with unity/pch off, caused by recent cleanups
Aras Pranckevicius closed pull request blender/blender#110944 2023-08-10 15:52:38 +02:00
Cleanup: reduce amount of math-related includes
Aras Pranckevicius commented on pull request blender/blender#110944 2023-08-10 15:52:36 +02:00
Cleanup: reduce amount of math-related includes

Landed in d973355b3ae

Aras Pranckevicius pushed to main at blender/blender 2023-08-10 13:53:40 +02:00
d973355b3a Cleanup: reduce amount of math-related includes
Aras Pranckevicius closed issue blender/blender#110948 2023-08-09 21:10:48 +02:00
Regression: OBJ Importer fails to import objects
Aras Pranckevicius pushed to main at blender/blender 2023-08-09 16:06:55 +02:00
3bf2757b47 OBJ: fix import of files with really large polygons (e.g. 7000 vertices in one poly)
Aras Pranckevicius commented on issue blender/blender#110948 2023-08-09 15:47:14 +02:00
Regression: OBJ Importer fails to import objects

Will look into this, thanks! I think at least one issue might be what is pointed out in the console when importing that repro: "OBJ file contains a line #1820372 that is too long (max. length…

Aras Pranckevicius pushed to fewer-math-includes at aras_p/blender 2023-08-09 15:28:19 +02:00
a3d483ae08 Cleanup: reduce amount of math-related includes
2367ed2ef2 macOS: Enable support for EDR rendering
c63bcbf906 Nodes: Hide the node preview button when the overlays are disabled
Compare 3 commits »
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 created branch fewer-math-includes in aras_p/blender 2023-08-09 10:40:12 +02:00
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 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…