Commit 6eb1cc9
authored
Blender 4.0 Compatibility Update
Despite listing numerous changes to the way nodes, node trees etc are handled in 4.0, this addon seemed to mostly as intended.
The only bug I encountered was the BigPic node not displaying the picture, which was resolved by changing the built_in gpu shader from '2D_Image' to 'Image'
I wrapped it in a try, except so that it should cover both 4.0 and previous versions.1 parent 2eae047 commit 6eb1cc9
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments