Skip to content

Commit ae25a71

Browse files
committed
- Fixed a dialyze requirement;
1 parent c7c2107 commit ae25a71

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

src/wings_view_win.erl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ changed_state(scene_lights, Bool, #{light:=Light0, have_scene_light:=HaveSceneLi
133133
Light = use_light(Bool, HaveSceneLight),
134134
{Light =/= Light0, {light, Light}};
135135
changed_state(have_scene_light, Bool, #{have_scene_light:=HaveSceneLight}) ->
136-
{Bool =/= HaveSceneLight, {have_scene_light, Bool}};
137-
changed_state(_Key, _Val, _State) ->
138-
%% ?dbg("Ignore: ~p ~p in ~p~n",[_Key, _Val, _State]),
139-
{false, ignored}.
136+
{Bool =/= HaveSceneLight, {have_scene_light, Bool}}.
140137

141138
change_state(Window, State) ->
142139
fun(Ev) -> forward_event(Ev, Window, State) end.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ by [Petrosfera](https://petrosfera.gumroad.com/l/abstractmatcapsvol1?a=784689267
55
![AbstractMatcap_AquaLine.jpg](AbstractMatcap_AquaLine.jpg)
66
![AbstractMatcap_GreyMatter.jpg](AbstractMatcap_GreyMatter.jpg)
77

8+
by [E.J. Hassenfratz](https://eyedesyn.gumroad.com/l/mgeiu)<br />
9+
![GreyTritone_MatCap.png](GreyTritone_MatCap.png)
10+
![ClayTritone_MatCap.png - customized](ClayTritone_MatCap.png)
11+
12+
![BlueToon.png](BlueToon.png)
13+
814
by [Sleeps](https://forum.nomadsculpt.com/t/sleeps-free-matcap-pack/23210)<br />
915
![Sleeps_Plain_03_Shine.png](Sleeps_Plain_03_Shine.png)
1016
![Sleeps_Plain_04_Shine.png](Sleeps_Plain_04_Shine.png)

tools/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ copy_app(App0, Lib, BitSize) ->
356356
["priv","*.{so,dll}"],
357357
["shaders","*"],
358358
["textures","*"]
359+
["textures","matcap","*"]
359360
],
360361
Files = lists:foldl(fun(Wc0, Acc) ->
361362
Wc = filename:join([App|Wc0]),

0 commit comments

Comments
 (0)