Weikang-Qiu
  • Joined on 2023-03-27
Weikang-Qiu pushed to rgb_parade at Weikang-Qiu/blender 2024-04-18 02:09:17 +02:00
8e64b6e342 Minor fixes
8b6fb443d8 Minor fixes
2f807ac06d Disabled the separate color switch in waveform display mode
10f18d350a Add RGB Parade Display Mode for sequencer
00648411ea MEM: support overaligned types in MEM_cnew_array
Compare 173 commits »
Weikang-Qiu pushed to rgb_parade at Weikang-Qiu/blender 2024-04-18 01:47:43 +02:00
d2b75fe98b Minor fixes
Weikang-Qiu pushed to switch-view-update at Weikang-Qiu/blender 2024-04-16 17:07:16 +02:00
946d8fb568 Remove trailing lines
Weikang-Qiu pushed to switch-view-update at Weikang-Qiu/blender 2024-04-16 17:05:37 +02:00
f05463f732 Remove unused variables
Weikang-Qiu pushed to switch-view-update at Weikang-Qiu/blender 2024-04-16 17:04:02 +02:00
ced94524a0 Tag node's id instead and update trees other than the top-level one
Weikang-Qiu commented on pull request blender/blender#120685 2024-04-16 16:56:25 +02:00
Fix #120680: Add node tree update operation after adding new views

Is it correct to update node groups by calling ED_node_tree_propagate_change(C, bmain, nullptr); with the third argument being nullptr?

Weikang-Qiu created pull request blender/blender#120685 2024-04-16 02:04:56 +02:00
Fix #120680: Add node tree update operatiion after adding new views
Weikang-Qiu pushed to switch-view-update at Weikang-Qiu/blender 2024-04-16 02:02:26 +02:00
cf2901b7a3 Add node tree update operatiion after adding new views
00648411ea MEM: support overaligned types in MEM_cnew_array
0a7510ebaa Fix #116818: Unlinking an Object in the Scene Collection unlinks all linked objects
dc35737b69 Fix: Move CFL Number parameter for Fluid into Adaptive Time Steps
aae8b956dd Refactor: BLF Extract Function BLF_str_offset_to_cursor
Compare 10 commits »
Weikang-Qiu created branch switch-view-update in Weikang-Qiu/blender 2024-04-16 02:02:26 +02:00
Weikang-Qiu commented on issue blender/blender#120680 2024-04-15 22:41:36 +02:00
Switch View Node is not updated after adding view

Is it a legacy thing?

Actually, I think this issue is kind of different from #107437. In the file_output node, the sockets are added by calling the function to explicitly add a node.

But…

Weikang-Qiu commented on issue blender/blender#120680 2024-04-15 22:29:05 +02:00
Switch View Node is not updated after adding view

Looks like the fix in #107437 makes the update views button work (#109866). I wonder in current design, is the node supposed to be updated automatically (instead of clicking the update views

Weikang-Qiu opened issue blender/blender#120680 2024-04-15 22:02:49 +02:00
Switch View Node is not updated after adding view
Weikang-Qiu commented on pull request blender/blender#120615 2024-04-14 02:48:56 +02:00
Fix #120479: Add RGB Parade Display Mode for sequencer

Sounds good. I have done these.

Weikang-Qiu pushed to rgb_parade at Weikang-Qiu/blender 2024-04-14 02:23:28 +02:00
ecccc51492 Disabled the separate color switch in waveform display mode
Weikang-Qiu commented on issue blender/blender#108728 2024-04-13 20:49:47 +02:00
Rewrite some compositing nodes to using declarations

Is the CMP_NODE_OUTPUT_FILE task taken by #118807?

Weikang-Qiu created pull request blender/blender#120615 2024-04-13 20:32:14 +02:00
Fix #120479: Add RGB Parade Display Mode for sequencer
Weikang-Qiu pushed to rgb_parade at Weikang-Qiu/blender 2024-04-13 20:29:21 +02:00
056f1a090a Add RGB Parade Display Mode for sequencer
Weikang-Qiu created branch rgb_parade in Weikang-Qiu/blender 2024-04-13 20:27:57 +02:00
Weikang-Qiu pushed to rgb_parade at Weikang-Qiu/blender 2024-04-13 20:27:57 +02:00
e56a7fb818 Add RGB Parade Display Mode for sequencer
Weikang-Qiu commented on issue blender/blender#120592 2024-04-12 20:49:34 +02:00
File output node not showing up in search

Looks like this node type does not have a declare function