Martijn Versteegh Baardaap
  • Joined on 2020-06-24
Martijn Versteegh created pull request blender/blender#105040 2023-02-21 19:15:52 +01:00
Fix #104947 : Tag mesh for depsgraph update on UV map deletion
Martijn Versteegh created branch fix104947 in Baardaap/blender 2023-02-21 19:12:23 +01:00
Martijn Versteegh pushed to fix104947 at Baardaap/blender 2023-02-21 19:12:23 +01:00
dc1f3683c9 Fix #104947 : Tag mesh for depsgraph update on UV map deletion
e28a9a87c9 Fix references to the /release/scripts directories
720dbea429 Fix #104902: Use forward compatible integers for boolean RNA properties
d355f3ed2b Cleanup: Spelling in warning message
144f74230f Make update: Fix empty message of "Blender repository skipped"
Compare 10 commits »
Martijn Versteegh deleted branch fix-104947 from Baardaap/blender 2023-02-21 18:47:11 +01:00
Martijn Versteegh closed pull request blender/blender#105025 2023-02-21 18:02:42 +01:00
Fix #104947: Tag depsgraph when deleting UV map
Martijn Versteegh commented on pull request blender/blender#105025 2023-02-21 18:02:37 +01:00
Fix #104947: Tag depsgraph when deleting UV map

I'll close this one and create a new PR for the DG tagging.

Martijn Versteegh commented on pull request blender/blender#105025 2023-02-21 17:59:29 +01:00
Fix #104947: Tag depsgraph when deleting UV map

;-)

Martijn Versteegh commented on pull request blender/blender#105025 2023-02-21 16:42:58 +01:00
Fix #104947: Tag depsgraph when deleting UV map

Then maybe we should just remove them now? Because I don't really like to leave them in in a state where they don't actually work correctly.

Currently the ED_Mesh_uv functions do exist, but…

Martijn Versteegh created pull request blender/blender#105025 2023-02-21 15:01:39 +01:00
Fix 104947: Make sure the depsgraph gets tagged when deleting UVmap
Martijn Versteegh closed pull request blender/blender#105019 2023-02-21 15:00:31 +01:00
WIP (wrong target branch) Fix #104947: Make sure the depsgraph gets tagged when deleting UVmap
Martijn Versteegh commented on pull request blender/blender#105019 2023-02-21 14:24:13 +01:00
WIP (wrong target branch) Fix #104947: Make sure the depsgraph gets tagged when deleting UVmap

hm, now I've rebased this onto blender-v3.5-release , but I don't know how to delete this PR and create a new one.

Just creating a new one just sends me back here without changing the target…

Martijn Versteegh pushed to fix-104947 at Baardaap/blender 2023-02-21 14:20:53 +01:00
8f90c684bf Fix 104947: Make sure the depsgraph gets tagged when deleting UVmap
Martijn Versteegh commented on issue blender/blender#104947 2023-02-21 13:26:59 +01:00
Regression: Attributes: Delete UV map doesn't cause update as delete uv attribute

I've found the problem. Fix incoming.

Martijn Versteegh created pull request blender/blender#105019 2023-02-21 13:23:14 +01:00
WIP Fix 104947: Make sure the depsgraph gets tagged when deleting UVmap
Martijn Versteegh created branch fix-104947 in Baardaap/blender 2023-02-21 13:05:25 +01:00
Martijn Versteegh pushed to fix-104947 at Baardaap/blender 2023-02-21 13:05:25 +01:00
ef954b9f0b Fix 104947: Make sure the depsgraph gets tagged when deleting UVmap
e1b58be9e2 Merge branch 'blender-v3.5-release'
5db40f5747 Cleanup: Mark overriden virtual call as such
c38cac9682 Merge branch 'blender-v3.5-release' into main
f1f3ff0237 Fix #104979: GPencil Dot-hash only affects first frame with Time mod
Compare 10 commits »
Martijn Versteegh commented on issue blender/blender#104918 2023-02-20 09:44:27 +01:00
Assert fails when switching to the shading tab

Sorry, that's what I meant to do.

Martijn Versteegh commented on issue blender/blender#104918 2023-02-19 12:15:16 +01:00
Assert fails when switching to the shading tab

As it also happens on my other machines I set it to confirmed.

Martijn Versteegh commented on issue blender/blender#104726 2023-02-18 14:37:30 +01:00
Blender crashes on opening BLENDER-v248REND file

In blender/source/blender/editors/space_graph/space_graph.c : in the function graph_init it tries to use wm->winacive which is NULL.

Probably because the active window in the 2.48 file is an…

Martijn Versteegh opened issue blender/blender#104918 2023-02-18 13:19:53 +01:00
Assert fails when switching to the shading tab