Weikang-Qiu
  • Joined on 2023-03-27
Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-14 14:16:00 +02:00
e1761d27d4 use C++ cast
Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-14 14:14:03 +02:00
bb2eaf5883 use C++ cast
Weikang-Qiu commented on pull request blender/blender#110042 2023-07-14 14:03:36 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

damn my editor is not well configured. fixed.

Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-14 14:03:35 +02:00
2ceb5c7e25 remove unused
Weikang-Qiu commented on pull request blender/blender#110042 2023-07-14 13:50:15 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

I see. Thanks for your explation. Fixed it.

Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-14 13:49:15 +02:00
6a616a56ce delete sockets instead of hiding
Weikang-Qiu commented on pull request blender/blender#110042 2023-07-14 03:19:16 +02:00
Cleanup: Refactor Switch View node to use dynamic declarations

WIP removed.

Weikang-Qiu commented on issue blender/blender#108728 2023-07-13 04:48:22 +02:00
Rewrite some compositing nodes to using declarations

I started from an easier one, i.e. CMP_NODE_SWITCH_VIEW

Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-13 04:47:13 +02:00
015e0612ac clean head file
Weikang-Qiu created pull request blender/blender#110042 2023-07-13 04:43:41 +02:00
WIP: Refractor of Switch View Node
Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-13 04:41:30 +02:00
a1ad809b77 add hidden label
Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-13 04:38:49 +02:00
e47c3b1ba6 add hidden label
Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-07-13 04:24:15 +02:00
de947d2f18 clean
a8a3535f53 refractor of switch view node
Compare 2 commits »
Weikang-Qiu opened issue blender/blender#109866 2023-07-09 11:22:09 +02:00
Switch View Node does not get updated when clicking update views button
Weikang-Qiu commented on issue blender/blender#108728 2023-07-09 04:25:23 +02:00
Rewrite some compositing nodes to using declarations

I rewrote CMP_NODE_SWITCH_VIEW node. But I have no idea what new features are you expecting so I don't know how to test it. Do you have any ideas?

Weikang-Qiu created branch rewrite-node-switch-view in Weikang-Qiu/blender 2023-06-29 18:26:20 +02:00
Weikang-Qiu pushed to rewrite-node-switch-view at Weikang-Qiu/blender 2023-06-29 18:26:20 +02:00
b8aaf7c714 6.29
c3a2de470d Refactor: draw fcurve bezt function
3df2110abd Cleanup: various tweaks to the transform_snap_object code
45b9542e6c Merge branch 'blender-v3.6-release' into main
0ab58864f3 Fix Cycles Metal AMD crash with shadow caustics, by disabling it
Compare 10 commits »
Weikang-Qiu commented on issue blender/blender#108728 2023-06-23 20:19:25 +02:00
Rewrite some compositing nodes to using declarations

All bNodeSocketTemplate replace by static declarations. See ed9b21098d as example.

I thought you were saying static declarations instead o dynamic declarations for CMP_NODE_R_LAYERS. So…

Weikang-Qiu commented on issue blender/blender#108728 2023-06-22 21:45:17 +02:00
Rewrite some compositing nodes to using declarations

I noticed that for CMP_NODE_R_LAYERS, there are also some operations for adding/removing sockets, does your 1 also applies for CMP_NODE_R_LAYERS besides CMP_NODE_OUTPUT_FILE?