YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to fix-100596 at ChengduLittleA/blender 2023-07-20 06:01:01 +02:00
80a365cc8d Fix #100596: Use sequencer override camera for line art in render
246292f486 Cleanup: various non-functional changes (mainly for C++)
08f4f1f41e Cleanup: spelling in comments, capitalize tags
9d73926873 Cleanup: move code-comments into doc-string, use boolean argument
b6e4042a38 Cleanup: remove unused member in 'ViewOpsData'
Compare 10 commits »
YimingWu created branch fix-100596 in ChengduLittleA/blender 2023-07-20 06:01:01 +02:00
YimingWu commented on issue blender/blender#110285 2023-07-20 04:54:54 +02:00
Can't use shift-wheel to slowly change radius of Smooth Selection.

Hi there, from here I could use shift and mouse wheel to adjust proportional edit radius smoothly (slower than wheel directly) in both 3.6 and 4.0, so to me it works fine, or I'm not sure I…

YimingWu commented on issue blender/blender#110281 2023-07-20 04:46:04 +02:00
Color output of Keyer node in Viewport Compositor is incorrect

Can confirm the result from compositing and viewport compositor is different.

YimingWu commented on issue blender/blender#110278 2023-07-20 04:41:45 +02:00
Changing Resolution Preset doesn't allow to Undo

Can confirm.

Looks like it doesn't push any undo step there. If you move an object after you selected a preset, then undo, the preset change will also undo.

YimingWu commented on issue blender/blender#110271 2023-07-20 04:39:38 +02:00
Cycles: Intensity of rendered bump maps are different than Blender 3.5 and older version's renders.

May be related but not exactly the same: #98122 #107930 #107579

YimingWu commented on issue blender/blender#110261 2023-07-19 17:22:50 +02:00
Two Shader to RGB nodes fed from the same BSDF : one produces black result

Looks like a blender problem to me actually... Can confirm on 4.0 as well.

YimingWu commented on issue blender/blender#110257 2023-07-19 10:11:01 +02:00
Crash so often when modeling

Can replicate that 3.4.1 crashes on join, but 3.6 and 4.0 is alright here, with nvidia k5100m, with GPU subdiv.

YimingWu closed issue blender/blender#110254 2023-07-19 06:09:44 +02:00
BeamNG Monster Jam
YimingWu commented on issue blender/blender#110254 2023-07-19 06:09:42 +02:00
BeamNG Monster Jam

Hi, this looks like a bug with BeamNG plugin/asset package but not a blender bug. Also I can't see any issue with the coil-over on the front. Please report the issue to BeamNG/Beam-monsters or the…

YimingWu commented on issue blender/blender#110253 2023-07-19 04:29:12 +02:00
Regression: Impossible to extrude a main bone in rigging mode

Can confirm.

Also extruding from root to another direction creates a bone (verifiable inside the outliner), however it doesn't gets extruded to have any length.

YimingWu commented on issue blender/blender#110252 2023-07-19 04:24:42 +02:00
couldn't open file (...) invalid header

The addon should not have interfered with blend file I/O. This error probably means corrupt file, or you are opening a file saved with newer version of blender that has lzma compression on the…

YimingWu closed issue blender/blender#110247 2023-07-19 04:21:04 +02:00
Cant select vertices when in Edit mode
YimingWu commented on issue blender/blender#110247 2023-07-19 04:21:02 +02:00
Cant select vertices when in Edit mode

Hi, there's insufficient information here to identify a bug, will close the issue. Please try following the bug report guideline when reporting…

YimingWu closed issue blender/blender#110211 2023-07-18 16:40:46 +02:00
press tab easily causes crash
YimingWu commented on issue blender/blender#110211 2023-07-18 16:40:44 +02:00
press tab easily causes crash

Everything in that file was created from scratch.

This probably means that some specific steps of your process may messed up the state of the geometry. Could you think of what you have done…

YimingWu commented on issue blender/blender#110232 2023-07-18 16:36:31 +02:00
user_remap fails silently when object is in edit mode

It technically already have the mechanism for printing out such info, so I guess it's easier to have a warning/info message.

Also it's not that user_remap doesn't work in Edit mode, because…

YimingWu commented on issue blender/blender#109850 2023-07-18 16:22:17 +02:00
'Load Factory Settings' doesn't prompt you to save your file or warn you that your changes will be lost

@brecht Got it. I wasn't aware the process about tagging this. I'll remove the tag and poke in the maybe UI module. Thanks!

YimingWu closed issue blender/blender#110208 2023-07-18 16:17:40 +02:00
event.shift doesn't work on operators in pop-up menu (wm.call_menu)