Weikang-Qiu
  • Joined on 2023-03-27
Weikang-Qiu pushed to vulkan/recreate-samplers at Weikang-Qiu/blender 2024-01-14 17:51:05 +01:00
d14dd36bda Recreate Samplers when Anisotropic Filter User Preference is changed
dd0482da76 Metal: GPU: Add support for custom shader tuning parameters
cc8c1f882a Cleanup: remove redundant call to set the paint brush
3dbbe7246a Fix: leak in edit mesh snap cache when changing shapekeys
24964575e7 Fix #116317: Ensure that USD materials reside in a Prim Scope
Compare 10 commits »
Weikang-Qiu created branch vulkan/recreate-samplers in Weikang-Qiu/blender 2024-01-14 17:51:05 +01:00
Weikang-Qiu commented on pull request blender/blender#117083 2024-01-14 05:34:50 +01:00
WIP : FIx #117019 : Implemented Vkbackend::samplers_update()

Did you observe differences when you switched this option? I did not find any difference when the AF is off or 16x

Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-08-22 01:57:23 +02:00
c018cbfa0d comment out unused arguments
Weikang-Qiu commented on issue blender/blender#108728 2023-08-12 08:07:37 +02:00
Rewrite some compositing nodes to using declarations

Also I am wondering what node did you choose @Artur-Vieira ? Since I am beginning to refractor the next one.

Weikang-Qiu commented on issue blender/blender#108728 2023-08-08 09:47:26 +02:00
Rewrite some compositing nodes to using declarations

Hi @petertretyakov . Yeah I am planning to take another one but I haven't started yet. you can pick the one you like first.

Weikang-Qiu commented on pull request blender/blender#110042 2023-07-16 11:36:39 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

Thanks for work, a few comments. Haven't tested behavior yet. It makes sense to check how it works now. We can be sure that old files are opened correctly, as updated when editing, ..

I've…

Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-16 11:33:15 +02:00
7b99c0529b modify comments of init_switch_view
Weikang-Qiu commented on pull request blender/blender#110042 2023-07-16 11:31:24 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

Ok so let's just delete it.

Weikang-Qiu commented on pull request blender/blender#110042 2023-07-16 11:31:21 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

Ok so let's just delete it.

Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-16 11:30:48 +02:00
ea56c6a6fa adjust logic when scene is nullptr
d3797e887b keep old C style code unchanged
Compare 2 commits »
Weikang-Qiu commented on pull request blender/blender#110042 2023-07-16 10:46:13 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

It is written by Dalai Felinto 8 years ago. Is it appropriate to ask him in the chat?

Weikang-Qiu commented on pull request blender/blender#110042 2023-07-16 10:31:18 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

"No View" is hidden in the old implementation... it will never be displayed?

Weikang-Qiu commented on pull request blender/blender#110042 2023-07-16 05:53:15 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

I cannot figure out what "No View" is used for. I haven't seen any bug when there's no input sockets. Do you have any idea?

Weikang-Qiu commented on pull request blender/blender#110042 2023-07-14 14:38:53 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

I see. will take some time to think about it.

Weikang-Qiu commented on pull request blender/blender#110042 2023-07-14 14:37:30 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

I see. But actually this part is not purely old.The function is modified.

Weikang-Qiu commented on pull request blender/blender#110042 2023-07-14 14:31:07 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

do you mean we should move the cleanup to a separate commit?

Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-14 14:26:57 +02:00
d7650009e1 use C++ cast
Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-14 14:16:43 +02:00
baf25795ba use C++ cast