Kaicheng Zhou Kaicheng-Zhou
  • You can call me Ramon ;)

  • Joined on 2023-03-16
Kaicheng Zhou commented on pull request blender/blender#105903 2023-03-20 16:12:38 +01:00
fix #99584: Outliner selection not working correctly after undoing object deletion

Hey @PratikPB2123 thank you for your review! Actually I thought the same as you in the beginning. However, I could not find any other code setting used to 1 except for the code you quoted. But…

Kaicheng Zhou created pull request blender/blender#105903 2023-03-19 19:15:18 +01:00
fix #99584: Outliner selection not working correctly after undoing object deletion
Kaicheng Zhou pushed to temp-fix-tree-add-elem at Kaicheng-Zhou/blender 2023-03-19 19:11:00 +01:00
196a370bef fix #99584: Outliner selection not working correctly after undoing object deletion
63a44e29ac Mesh: Parallelize extraction of UV maps
f149d7625d Cleanup: Use more specific variable names for color attributes
35bb942ae3 Cleanup: Use better check for UV map attribute
37889015f3 Cleanup: Use C++ attribute API
Compare 10 commits »
Kaicheng Zhou created branch temp-fix-tree-add-elem in Kaicheng-Zhou/blender 2023-03-19 19:11:00 +01:00
Kaicheng Zhou commented on issue blender/blender#99584 2023-03-19 18:40:45 +01:00
Outliner selection not working correctly after undoing object deletion

Looks like when reconstructing the tree, the used attribute of a newly created element is set to 0 rather than 1. It caused the first 2 linked items to share the same TreeStoreElem.

Kaicheng Zhou created pull request blender/blender#105872 2023-03-18 05:50:50 +01:00
Fix #104722: Outliner Renaming Double Click Error
Kaicheng Zhou pushed to temp-fix-bug-rename at Kaicheng-Zhou/blender 2023-03-18 05:27:49 +01:00
5b9bd78423 Fix #104722: Outliner Renaming Double Click Error
Kaicheng Zhou created branch temp-fix-bug-rename in Kaicheng-Zhou/blender 2023-03-18 05:27:48 +01:00
Kaicheng Zhou created branch temp-fix-rename-bug in Kaicheng-Zhou/blender 2023-03-18 05:23:37 +01:00
Kaicheng Zhou pushed to temp-fix-rename-bug at Kaicheng-Zhou/blender 2023-03-18 05:23:37 +01:00
b43e626d78 Fix #104722: Outliner Renaming Double Click Error
Kaicheng Zhou created repository Kaicheng-Zhou/blender 2023-03-18 04:53:21 +01:00
Kaicheng Zhou commented on issue blender/blender#104722 2023-03-17 14:26:21 +01:00
Outliner Renaming Double Click Error

@CodeRunner I think you are correct and I made a simple fix. Before renaming the item I add a line of code to check if it's double click or not. Now it works normally as expected. I'll create a…

Kaicheng Zhou commented on issue blender/blender#105849 2023-03-17 14:14:25 +01:00
Crash when using controlled node link swapping

@JacquesLucke Ahh it's ok LOL

Kaicheng Zhou commented on issue blender/blender#105849 2023-03-17 13:43:01 +01:00
Crash when using controlled node link swapping

Seems that when displacing links it doesn't check if there's any link could be displaced. I made a simple fix and will create a pull request later.