YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#128780 2024-10-09 11:10:39 +02:00
Cycles Not Updating Texture Painting

Unable to replicate here. At least the texture will update every time I re-enter the render preview.

I'm on Linux with nvidia 4070 driver 555.

YimingWu commented on issue blender/blender#128558 2024-10-09 10:49:35 +02:00
Modal Grab Cursor Prone to Leaving Window With Fast Movements

OK took some digging, some notable relevant stuff:

  • It is possible to do cursor grab at the OS level (preventing mouse from leaving), however this was disabled to allow mouse to exit the…
YimingWu commented on issue blender/blender#125154 2024-10-09 09:22:41 +02:00
Crash when moving time cursor in Video Editor

Still same deal. I'm not sure if there could be threading conflicts when there's image strip involved (since they are not packed in the blend file). Overall changing stuff in pre-frame handler is…

YimingWu commented on issue blender/blender#128569 2024-10-09 07:23:13 +02:00
Blender keeps freezing in Ubuntu 24.04 LTS / Linux Mint 22

Funny enough yesterday I seem to also have a similar problem where blender would start to hang but after switching to browser and back, it become fluent again. Probably still different from what…

YimingWu closed issue blender/blender#128731 2024-10-09 06:28:07 +02:00
File Output node EXR output for passes displays differently in different applications
YimingWu commented on issue blender/blender#128731 2024-10-09 06:28:04 +02:00
File Output node EXR output for passes displays differently in different applications

I think we can close this now since it's working as expected.

YimingWu commented on issue blender/blender#128733 2024-10-09 06:10:46 +02:00
Blender crashes and closes when I move the model view in Cycles (Only with GPU)

There's still some:

Dependency cycle detected:
  OBGhost/DRIVER(hide_render) depends on
  OBGhost/OBJECT_FROM_LAYER_EXIT() via 'RNA Target -> Driver'
  OBGhost/OBJECT_BASE_FLAGS() via…
YimingWu commented on issue blender/blender#128689 2024-10-08 11:49:30 +02:00
Segmentation fault using OpenCV (probably QT related)

if I use a self-compiled blender, that should be 3.11

On linux there's an option to compile blender use system python instead of bundled python, so it's not guaranteed that you will get the…

YimingWu commented on issue blender/blender#128731 2024-10-08 08:28:23 +02:00
File Output node EXR output for passes displays differently in different applications
图片

Apparently it works just fine if you re-open those EXR files in Blender. Photoshop / Aftereffects and a lot…

YimingWu commented on pull request blender/blender#128738 2024-10-08 08:18:16 +02:00
Fix #128714: GPv3: Don't erase behind the camera

The white space change is by clang-format, it's probably because the width of that lambda is becoming too long, in reality it's just the few lines around V3D_PROJ_RET_OK that are changed.

YimingWu created pull request blender/blender#128738 2024-10-08 08:16:00 +02:00
Fix #128714: GPv3: Don't erase behind the camera
YimingWu pushed to fix-128714 at ChengduLittleA/blender 2024-10-08 08:10:21 +02:00
714d1d24ef Use numeric values instead of a boolean array for coordinate validity.
2d43945193 Fix #128714: GPv3: Don't erase behind the camera
42f171c216 Null check in screen_ctx_grease_pencil_data
82ab7ceba6 BLI_fileops: move home directory access to BLI_fileops
Compare 4 commits »
YimingWu pushed to main at blender/blender 2024-10-08 08:09:36 +02:00
42f171c216 Null check in screen_ctx_grease_pencil_data
YimingWu pushed to fix-128714 at ChengduLittleA/blender 2024-10-08 08:08:15 +02:00
bcdb1a5ee6 Use numeric values instead of a boolean array for coordinate validity.
YimingWu created branch fix-128714 in ChengduLittleA/blender 2024-10-08 07:57:11 +02:00
YimingWu pushed to fix-128714 at ChengduLittleA/blender 2024-10-08 07:57:11 +02:00
a7db868f27 Fix #128714: GPv3: Don't erase behind the camera
85cf7c095d Null check in screen_ctx_grease_pencil_data
ad88aedbac Docs: note that recent files shouldn't remove files that don't load
0e8980c118 Fix: UI: Restore GP3 Join operator in menu
91aa21e086 Docs: simplify the description of the select by pole count operator
Compare 10 commits »
YimingWu commented on issue blender/blender#128714 2024-10-08 07:24:21 +02:00
Gpencil: Eraser deletes strokes/points behind the camera

Looks like ED_view3d_project_float_global didn't check whether results are V3D_PROJ_RET_OK. Will try make a quick fix.

YimingWu commented on issue blender/blender#128714 2024-10-08 07:20:58 +02:00
Gpencil: Eraser deletes strokes/points behind the camera

Can confirm as well.

YimingWu commented on issue blender/blender#128725 2024-10-08 07:14:40 +02:00
Grease pencil edit lines don't update for selection tool clicks if layer is transformed by animation playback

I'm not sure what exactly the problem is, no matter the transform had keyframes or not, I'm able to select points/strokes normally on correct locations.

because the edit lines for clicks will…

YimingWu commented on issue blender/blender#128737 2024-10-08 07:06:54 +02:00
Autosave doesn't autosave

@JacquesLucke ^^ Is there anything to add regarding the auto save thing?