Block a user
backporting commits for 3.3.5
c86cda24a3
Fix #104534: Image editor doesn't refresh after render.render.
88dcc0b176
WM: Fix invalid memory access in wmTimer handling code.
a274713f6c
Fix #105230: Crash when reloading a library when one of its scene is active.
0e8080419d
Fix #104341: Handle edge case in Curve to Mesh node
cb9cd06f06
Fix #104347: Loop Cut Tool becomes impressive with GPU Subdivision
Vertex Weight Proximity not working for Grease Pencil Thickness Modifier
@ChengduLittleA : it will work on new modifiers, but wont do the trick for the file reported (for that you need versioning code I think -- or check both flags as mentioned in my previous comment)
02498e8f13
Fix failing test after own recent commit regarding Main freeing function.
28cb5a3a04
Cleanup: Add warning to ListBase's
BLI_remlink
regarding not cleared prev/next pointers.
f4b095c872
Fix #99836: Blender SEGV when open .blend file in blender.
b9d242797b
Add a mechanism to abort a blend file reading on critical error.
6494fbbdc5
Fix (unreported) potential leak in Main freeing function.
Add a mechanism to abort a blend file reading on critical error - Blender 3.3 LTS
Philipp Oeser
deleted branch blender-v2.93-release from lichtwerk/blender
2023-03-16 13:18:31 +01:00
bb32f316f6
GPencil: Fix unreported Eyedropper color difference in Materials
06c974bca6
Fix #104810: Appending a camera does not pull in background movie clip
000dda3d38
Release cycle: Version bump to 2.93.16 rc
backporting commits for 2.93.16
backporting commits for 2.93.16
bb32f316f6
GPencil: Fix unreported Eyedropper color difference in Materials
06c974bca6
Fix #104810: Appending a camera does not pull in background movie clip
000dda3d38
Release cycle: Version bump to 2.93.16 rc
563e45e58f
WM: Fix invalid memory access in wmTimer handling code. 2.93 version
a13960c8a2
Fix failing test after own recent commit regarding Main freeing function.
WM: Fix invalid memory access in wmTimer handling code. 2.93 version
Vertex Weight Proximity not working for Grease Pencil Thickness Modifier
Just talked to @ChengduLittleA in chat, he'll take care
Vertex Weight Proximity not working for Grease Pencil Thickness Modifier
Think this is a consequence by own 6aa29549e889679112fd55f8d4a867c860646387 (see also #103887).
Seems the culprit commits mentioned in 6aa29549e889679112fd55f8d4a867c860646387 were also missing…
UI: add parenting (Keep Transform Without Inverse) to menu
Feel free to just commit this sine I am afk for a bit due to holidays
Fix #105363: Frame nodes can act wrong in transform system
Feel free to just commit this since I am afk for a bit due to holidays
Using bpy.ops.gpencil.interpolate_sequence() in a Context Override will crash Blender