YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu created pull request blender/blender#127490 2024-09-12 11:10:29 +02:00
Fix #127482: Apply transform support for GPv3
YimingWu created branch fix-127482 in ChengduLittleA/blender 2024-09-12 11:06:43 +02:00
YimingWu pushed to fix-127482 at ChengduLittleA/blender 2024-09-12 11:06:43 +02:00
8624ee8c5b Fix #127482: Apply transform support for GPv3
YimingWu commented on issue blender/blender#127480 2024-09-12 09:10:11 +02:00
GreasePencilFrames.new produces GreasePencilFrame copy

There is a bpy.ops.gpencil.recalc_geometry() operator for GreasePencil v2. It would be terrific to have for GPv3

I think I can do it together in 1 PR.

YimingWu commented on issue blender/blender#127482 2024-09-12 07:55:06 +02:00
GPv3: Can't Apply Transform

Can confirm. Looks like it lacks the handling for OB_GREASE_PENCIL.

YimingWu commented on issue blender/blender#127480 2024-09-12 07:53:31 +02:00
GreasePencilFrames.new produces GreasePencilFrame copy

Looks like adding a recalc geometry in rna_Frames_frame_new would solve the issue, but I'm not sure if this is the correct way to go since I don't know if this recalculates all frames or just…

YimingWu commented on pull request blender/blender#127290 2024-09-12 07:40:03 +02:00
WIP: Support for TTC/OTC and Text Object Styles

Dang... Then I guess inferring language intention from the font table is a no go for now :( Probably has to be manually selected then.

YimingWu commented on issue blender/blender#127456 2024-09-11 17:28:05 +02:00
Square-ish dots over eevee viewport

Hi @YeCrotMR , This should be the same as #125875 and a few other reports. Other people have reported upgrading graphics driver solved the issue. Could you try doing that? Also try latest daily…

YimingWu commented on issue blender/blender#125642 2024-09-11 16:26:03 +02:00
GPU Compositor Crashes when using Cycles (not Workbench / EEVEE) - Linux - Headless Node - Invalid Pointer

@CarloAndreacchio Hi, Unable to open /dev/dri might be a permission issue but it might be expected when nvidia drivers were not installed.

None of the devs can really reproduce this issue…

YimingWu commented on issue blender/blender#127437 2024-09-11 06:03:04 +02:00
Crashes switching to Shading workspace with non-default max shader subprocesses

@Andrea-Lanaro does latest main work on your side? Apparently not crashing on latest main here for me 🤔

Linux with Nvidia 555.

YimingWu commented on issue blender/blender#127422 2024-09-11 05:57:40 +02:00
Mac OS: Blender Viewport doesn't match in DaVinci Resolve

I'm not sure I understood this fully...

Rendered png, tiff, and EXR files matched perfectly in Resolve viewport

Did you mean "Render Result displayed in blender matched perfectly in…

YimingWu commented on issue blender/blender#127390 2024-09-11 05:46:56 +02:00
FBX bone colors are not respected on import

3ds Max 2023's FBX exporter also does not seem to reexport this

Could you make sure that the bone color is exported correctly? Try importing the FBX directly back to your 3ds max and see if…

YimingWu commented on issue blender/blender#127089 2024-09-11 05:40:00 +02:00
4.2.1 Crash within Open Subdiv

@Lamek it could be possible the screen recorder is doing something with video card.

Could you try disabling GPU subdiv in Preferences > Viewport > Subdivision ?

YimingWu commented on issue blender/blender#109484 2024-09-11 04:52:53 +02:00
"Emulate 3 Button Mouse" conflicts with ALT left click, for instance to disable multipe modifiers on multiple objects

Well @Konstantyn-Bogdanov 's solution definitely does work 😅

Thinking of which, I think we could have it that alt scrolling only works on blank places in a panel, not places were checkbox/but…

YimingWu commented on pull request blender/blender#127290 2024-09-11 04:18:31 +02:00
WIP: Support for TTC/OTC and Text Object Styles

This would be the "dlng" and "slng" tags in the "meta" table, as FreeType doesn't give us access to this, leaving it for higher-level software.

OK now I understand what you are talking about…

YimingWu commented on issue blender/blender#126807 2024-09-10 15:01:28 +02:00
Python app using bpy to render via Cycles runs successfully but always has an exit status code of 139 (sometimes 245)

@PratikPB2123 I tried 4.0.0 and 4.2.0, you kinda need to manually download 4.2.0 bpy module here because for some reason my pip only want to install 4.0.0 for me

YimingWu pushed to fix-126480 at ChengduLittleA/blender 2024-09-10 14:58:31 +02:00
76bb07a405 Fix merging issues.
YimingWu pushed to fix-126480 at ChengduLittleA/blender 2024-09-10 14:27:59 +02:00
1a4a00fa8e Merge branch 'main' into fix-126480
b3933e4151 Include already merged "gp->mesh" code (manually, due to merge conflict)
06e70e7bc0 GPv3: Implement Grease Pencil to mesh conversion
4556624edd VSE: Draw thumbnails in timeline by default
957330043f Refactor: Attributes: support different source and destination domains in propagation utilities
Compare 16 commits »
YimingWu deleted branch gpv3-convert-mesh from ChengduLittleA/blender 2024-09-10 13:36:50 +02:00