Peng Yan yp-4
  • Blender development beginner

  • Joined on 2023-09-22
Peng Yan opened issue blender/blender#114136 2023-10-25 09:26:17 +02:00
Modeling: Can we remove the weight field for Decimate tools?
Peng Yan created pull request blender/blender#113807 2023-10-17 07:32:51 +02:00
Cleanup: use function calls to set flags for PropertyRNA
Peng Yan pushed to dev_rna_define at yp-4/blender 2023-10-17 07:05:50 +02:00
8525581c9c Some format changes
Peng Yan pushed to dev_rna_define at yp-4/blender 2023-10-17 07:03:35 +02:00
4b726f619d Remove unused changes
Peng Yan pushed to dev_rna_define at yp-4/blender 2023-10-17 06:55:04 +02:00
5036bd650c Cleanup: use function calls to set flags for PropertyRNA
768dedbe5a Cleanup: reserve 'mval' for region-relative pointer coordinates
f20e38d422 Merge branch 'blender-v4.0-release' into main
bbf87ee78c Fix #113786: Snapping to vertex is broken, when instances are used in GN
dd8d3ec27b GPv3: Convex Hull node
Compare 10 commits »
Peng Yan created branch dev_rna_define in yp-4/blender 2023-10-17 06:55:03 +02:00
Peng Yan pushed to dev_property_def at yp-4/blender 2023-10-16 15:08:26 +02:00
df9ac55dd3 Update: Use RNA_def_property_flag to set flags
3586cc9403 Merge branch 'main' into dev_property_def
d03d03402b GPv3: Fix problems related to insert/delete keys in edit mode
0508e81b79 GPv3: Add edit mode lines to overlay
54511f59aa Merge branch 'blender-v4.0-release'
Compare 41 commits »
Peng Yan commented on pull request blender/blender#113739 2023-10-16 14:04:40 +02:00
Cleanup: Remove redundant flag setting in RNA_def_property

I understand. There are also similar issues in other parts of this function, such as line 1406 `prop->flag

Peng Yan commented on issue blender/blender#113752 2023-10-16 10:34:43 +02:00
The explode modifier edge cut option is completely broken in 4.0

Not crash, that's actually an assert at BLI_assert(e1.v_low < e1.v_high);

Sorry for my mistake, it is caused by the OrderedEdge struct. An OrderedEdge with two identical vertices is created…

Peng Yan commented on issue blender/blender#113752 2023-10-16 09:32:28 +02:00
The explode modifier edge cut option is completely broken in 4.0

4.1 debug version crashes on opening this file, the error log is below

Peng Yan created pull request blender/blender#113739 2023-10-15 12:36:38 +02:00
Cleanup: Remove redundant flag setting in RNA_def_property
Peng Yan created branch dev_property_def in yp-4/blender 2023-10-15 11:29:06 +02:00
Peng Yan pushed to dev_property_def at yp-4/blender 2023-10-15 11:29:06 +02:00
2d63ddad9b Cleanup: Remove redundant flag setting in RNA_def_property
46dedaf960 Cleanup: use C++ style casts in for the animation player
a3243cf5c3 PlayAnim: errors loading images are now shown in the UI
63cb5ec1b2 Cleanup: use full sentences for comments in playanim
4454561a5f Cleanup: move animation globals into a struct
Compare 10 commits »
Peng Yan deleted branch dev_solidify from yp-4/blender 2023-10-09 12:58:19 +02:00
Peng Yan closed pull request blender/blender#113394 2023-10-09 12:57:53 +02:00
Cleanup: Remove a redundant increment operator
Peng Yan created pull request blender/blender#113406 2023-10-08 03:39:18 +02:00
Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
Peng Yan created pull request blender/blender#113407 2023-10-08 03:39:18 +02:00
Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
Peng Yan closed pull request blender/blender#113406 2023-10-08 03:36:58 +02:00
Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
Peng Yan pushed to dev_edbm_solidify at yp-4/blender 2023-10-07 17:12:31 +02:00
dd87854722 Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
ce4663403b Cleanup: Return early to reduce indentation for 3D cursor drawing
36b88bc041 Merge branch 'blender-v4.0-release'
e59a2b9a21 Fix: Incorrect rotation from 3D cursor tool node
Compare 4 commits »
Peng Yan created branch dev_edbm_solidify in yp-4/blender 2023-10-07 17:12:31 +02:00