Weikang-Qiu
  • Joined on 2023-03-27
Weikang-Qiu commented on issue blender/blender#108728 2023-06-13 18:42:41 +02:00
Rewrite some compositing nodes to using declarations

Can I take this issue?

Weikang-Qiu commented on issue blender/blender#107582 2023-05-10 19:31:31 +02:00
Geometry Node: Error resetting simulations nodes using node wrangler

Then where should I go if I want to work on this issue, blender-addons or blender?

Weikang-Qiu commented on issue blender/blender#107582 2023-05-09 19:48:40 +02:00
Geometry Node: Error resetting simulations nodes using node wrangler

Is it a blender-addons's issue instead of blender's issue?

Weikang-Qiu commented on pull request blender/blender#107010 2023-04-22 00:54:50 +02:00
WIP: Subtype for input function nodes

Update Summary

  1. move the RNA_pointer_create(id, &RNA_Node, data, &ptr); out of the RNA_property_subtype_set to make it more general.

  2. Add a rna_Node_update_individual to only…

Weikang-Qiu pushed to node-subtype at Weikang-Qiu/blender 2023-04-22 00:51:50 +02:00
843668eef0 Refractor of function RNA_property_subtype_set
Weikang-Qiu pushed to node-subtype at Weikang-Qiu/blender 2023-04-19 01:20:24 +02:00
384d734534 Input vector node subtype - callback
Weikang-Qiu commented on pull request blender/blender#107010 2023-04-19 01:08:01 +02:00
WIP: Subtype for input function nodes

Solution changed

Instead of duplicating multiple properties associated with the same data: Add a callback function to ntype.updatefunc. Add some utilities functions in RNA_access.h (not…

Weikang-Qiu pushed to node-subtype at Weikang-Qiu/blender 2023-04-19 01:02:07 +02:00
4e0e0e0662 input vector node subtype - callback
8db7699703 Merge branch 'main' into node-subtype
1469613d65 Fix Build Warnings
4382a0b350 Cleanup: avoid warnings from gcc in oneAPI device compilation
70892e82ac Cycles: oneAPI: use specialization constant to compile with/without Embree on GPU
Compare 93 commits »
Weikang-Qiu pushed to node-subtype at Weikang-Qiu/blender 2023-04-16 21:24:29 +02:00
393269266d A demo for subtype list of the input vector node
Weikang-Qiu commented on issue blender/blender#106505 2023-04-16 18:07:12 +02:00
Subtype for input value nodes
Weikang-Qiu created pull request blender/blender#107010 2023-04-16 17:55:48 +02:00
WIP: Subtype for input function nodes
Weikang-Qiu created branch node-subtype in Weikang-Qiu/blender 2023-04-16 17:12:52 +02:00
Weikang-Qiu pushed to node-subtype at Weikang-Qiu/blender 2023-04-16 17:12:52 +02:00
28c1aa3446 demo for input vector
Weikang-Qiu pushed to main at Weikang-Qiu/blender 2023-04-15 22:27:56 +02:00
21f602aa06 make an example for subtype
Weikang-Qiu created repository Weikang-Qiu/blender 2023-04-15 22:10:13 +02:00
Weikang-Qiu commented on issue blender/blender#106505 2023-04-09 02:37:56 +02:00
Subtype for input value nodes

Thanks for the confirmation. Am I allowed to ask more technical questions? Currently I create a new function draw_buts_value_ex and added some UI codes like this

uiLayoutSetContextPoint
Weikang-Qiu commented on issue blender/blender#106505 2023-04-07 19:39:23 +02:00
Subtype for input value nodes

Hi @mod_moder, is it correct to create a node_buts_value_ex for the draw_buttons_ex function in draw_node.cc, and write some UI code for the subtype list in this function?

Weikang-Qiu commented on issue blender/blender#106505 2023-04-06 18:17:21 +02:00
Subtype for input value nodes

Hi, Can I ask that by subtype do you mean the enum PropertySubType? Like we should have an option to explicitly set it to something like PROP_ANGLE?

Weikang-Qiu commented on issue blender/blender#106505 2023-04-05 21:30:27 +02:00
Subtype for input value nodes

Can I take this as my first issue?