Aras Pranckevicius aras_p
Aras Pranckevicius pushed to main at aras_p/blender 2023-11-19 12:35:13 +01:00
9eba3902c9 Fix: Allow Win32 clipboard to properly handle large images
2793b37f17 Fix #115085: Multicolumn Menus without Category Names
c845233d1c Nodes: Move ValueOrField struct into blenkernel
0b11c591ec Nodes: Merge Musgrave node into Noise node
bf7d4ef054 Fix #115025: Transform operations not working in particle edit mode
Compare 87 commits »
Aras Pranckevicius commented on pull request blender/blender#114862 2023-11-17 15:04:42 +01:00
IO: C++ STL exporter
Aras Pranckevicius pushed to io-cpp-stl-exporter at aras_p/blender 2023-11-17 15:04:18 +01:00
ad5d7abca5 Merge branch 'main' into io-cpp-stl-exporter
e62179ce04 Fix: assert when running deform modifier tests in debug build
e581dde40f Transform: remove restricted assert
f6569b7726 Cleanup: Make format
10fae637aa Refactor: Extract function to initialize a BezTriple
Compare 73 commits »
Aras Pranckevicius pushed to io-cpp-stl-exporter at aras_p/blender 2023-11-17 14:48:53 +01:00
770b865fbc STL: fix export of normals and object transform
Aras Pranckevicius approved blender/blender#114878 2023-11-15 05:23:58 +01:00
Fix #114847: Skip past more newlines when parsing PLY files

Oh, nice! I saw the report and was thinking of looking at it today. Well, too late for that now!

Aras Pranckevicius created pull request blender/blender#114862 2023-11-14 19:32:17 +01:00
WIP: IO: C++ STL exporter, continued
Aras Pranckevicius pushed to main at aras_p/blender 2023-11-14 19:30:33 +01:00
f27dd74986 Fix syntax error in last commit
0a0689b0b7 Cleanup: Reduce overloaded-virtual warnings
f0f5d69516 Release: Update company credits and sort alphabetically
920d9a9165 Fix #114758: keep text field empty for global search
4ecd6abf78 Vulkan: Make Anisotropy Sampling Optional
Compare 163 commits »
Aras Pranckevicius created branch io-cpp-stl-exporter in aras_p/blender 2023-11-14 19:29:52 +01:00
Aras Pranckevicius pushed to io-cpp-stl-exporter at aras_p/blender 2023-11-14 19:29:52 +01:00
4f65036c93 STL: format
04cc1590c2 STL: cleanups from code review
f8daa40e3c STL: do not use fstream/fopen directly (would fail on windows with non-ascii paths)
2090aa76e1 STL: naming conventions
8a804f49bf Merge branch 'main' into io-cpp-stl-exporter
Compare 10 commits »
Aras Pranckevicius commented on pull request blender/blender#114796 2023-11-13 15:44:28 +01:00
Cleanup: Avoid shallow copy in OBJ exporter

This comment feels outdated now.

Aras Pranckevicius approved blender/blender#114796 2023-11-13 15:44:28 +01:00
Cleanup: Avoid shallow copy in OBJ exporter

Nice cleanup, thanks! One stale comment, otherwise LGTM.

Aras Pranckevicius approved blender/blender#114791 2023-11-13 15:42:34 +01:00
Cleanup: Avoid shallow copy in PLY exporter

Nice! No idea why the code is doing shallow copy in the 1st place TBH.

Aras Pranckevicius commented on pull request blender/blender#114615 2023-11-08 11:40:05 +01:00
Fix #114583: Missing forward axis option in obj export

Fun! The fix looks good to me.

Aras Pranckevicius pushed to main at blender/blender 2023-11-07 20:17:05 +01:00
a70b42d1cd Cleanup: remove unused spherical harmonics functions
bdddb3b14e Cleanup: remove unused form_factor_ functions
Compare 2 commits »
Aras Pranckevicius deleted branch math_sa_safe from aras_p/blender 2023-11-07 19:49:13 +01:00
Aras Pranckevicius merged pull request blender/blender#114593 2023-11-07 19:49:10 +01:00
cleanup: remove "sa" acos/asin/sqrt functions and use "safe_" variants
Aras Pranckevicius pushed to main at blender/blender 2023-11-07 19:49:10 +01:00
13dbeac13c cleanup: remove "sa" acos/asin/sqrt functions and use "safe_" variants
Aras Pranckevicius created pull request blender/blender#114593 2023-11-07 19:00:35 +01:00
cleanup: remove "sa" acos/asin/sqrt functions and use "safe_" variants
Aras Pranckevicius pushed to main at aras_p/blender 2023-11-07 18:49:01 +01:00
b1c7b573c0 mesh: use faster acos() variant in normals calculation
7231ac0a52 I18n: extract and disambiguate a few messages
f48f901b3b I18n: translate socket properties in the Modifier Properties editor
772e99b4f7 I18n: extract node group asset sockets
1b95e74b8a Cleanup: comment style in animrig
Compare 22 commits »