Commit b950e1d
authored
fix: Revert fix: Fix crashes when calling sourcesAtFrame when clearing (#1185)
### Revert fix: Fix crashes when calling sourcesAtFrame when clearing
### Linked issues
NA
### Summarize your change.
Reverted this commit to fix regression:
02a537b
### Describe the reason for the change.
The commit that is being reverted in this commit caused a regression.
The following errors when clearing an RV session:
```
ERROR: event = before-graph-view-change
ERROR: function = __lambdac96 (void; Event event)
ERROR: Exception Value: exception: "nil argument to function"
ERROR: event = after-graph-view-change
ERROR: function = __lambdadd8 (void; Event event)
ERROR: Exception Value: exception: "nil argument to function"
ERROR: event = graph-node-inputs-changed
ERROR: function = __lambdadd9 (void; Event event)
ERROR: Exception Value: exception: "nil argument to function"
Traceback (most recent call last):
File "/private/var/folders/10/sd1gk1s527bfkdmmlbg7352c0000gn/T/AppTranslocation/919C640B-34AC-4B5F-A9AE-D30F60636CDB/d/RV.app/Contents/PlugIns/Python/source_setup.py", line 505, in checkForDisplayGroup
if commands.nodeType(event.contents()) == "RVDisplayGroup":
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception: Exception thrown while calling commands.nodeType -- exception: "nil argument to function"
Traceback (most recent call last):
File "/private/var/folders/10/sd1gk1s527bfkdmmlbg7352c0000gn/T/AppTranslocation/919C640B-34AC-4B5F-A9AE-D30F60636CDB/d/RV.app/Contents/PlugIns/Python/source_setup.py", line 505, in checkForDisplayGroup
if commands.nodeType(event.contents()) == "RVDisplayGroup":
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception: Exception thrown while calling commands.nodeType -- exception: "nil argument to function"
```
### Describe what you have tested and on which operating system.
Successfully tested on macOS
### Add a list of changes, and note any that might need special
attention during the review.
### If possible, provide screenshots.
Signed-off-by: Bernard Laberge <bernard.laberge@autodesk.com>1 parent ef2181f commit b950e1d
File tree
3 files changed
+4
-122
lines changed- src/lib/ip
- IPCore
- IPCore
- IPMu
3 files changed
+4
-122
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1090 | 1090 | | |
1091 | 1091 | | |
1092 | 1092 | | |
1093 | | - | |
1094 | | - | |
1095 | 1093 | | |
1096 | 1094 | | |
1097 | 1095 | | |
| |||
1258 | 1256 | | |
1259 | 1257 | | |
1260 | 1258 | | |
1261 | | - | |
1262 | 1259 | | |
1263 | 1260 | | |
1264 | 1261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
1696 | 1695 | | |
1697 | 1696 | | |
1698 | 1697 | | |
1699 | | - | |
1700 | | - | |
1701 | | - | |
1702 | 1698 | | |
1703 | 1699 | | |
1704 | 1700 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 97 | | |
120 | 98 | | |
121 | 99 | | |
| |||
581 | 559 | | |
582 | 560 | | |
583 | 561 | | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | 562 | | |
591 | 563 | | |
592 | 564 | | |
| |||
682 | 654 | | |
683 | 655 | | |
684 | 656 | | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | 657 | | |
692 | 658 | | |
693 | 659 | | |
| |||
762 | 728 | | |
763 | 729 | | |
764 | 730 | | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | | - | |
769 | | - | |
770 | | - | |
771 | | - | |
772 | 731 | | |
773 | 732 | | |
774 | 733 | | |
| |||
809 | 768 | | |
810 | 769 | | |
811 | 770 | | |
| 771 | + | |
| 772 | + | |
812 | 773 | | |
813 | 774 | | |
814 | 775 | | |
| |||
832 | 793 | | |
833 | 794 | | |
834 | 795 | | |
835 | | - | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | | - | |
840 | | - | |
841 | 796 | | |
842 | 797 | | |
843 | 798 | | |
| |||
1269 | 1224 | | |
1270 | 1225 | | |
1271 | 1226 | | |
1272 | | - | |
1273 | | - | |
1274 | | - | |
1275 | | - | |
1276 | | - | |
1277 | | - | |
1278 | | - | |
1279 | | - | |
1280 | 1227 | | |
1281 | 1228 | | |
| 1229 | + | |
1282 | 1230 | | |
1283 | 1231 | | |
1284 | 1232 | | |
| |||
1301 | 1249 | | |
1302 | 1250 | | |
1303 | 1251 | | |
1304 | | - | |
1305 | | - | |
1306 | | - | |
1307 | | - | |
1308 | | - | |
1309 | | - | |
1310 | | - | |
1311 | | - | |
1312 | 1252 | | |
1313 | 1253 | | |
| 1254 | + | |
1314 | 1255 | | |
1315 | 1256 | | |
1316 | 1257 | | |
| |||
2000 | 1941 | | |
2001 | 1942 | | |
2002 | 1943 | | |
2003 | | - | |
2004 | | - | |
2005 | | - | |
2006 | | - | |
2007 | | - | |
2008 | | - | |
2009 | 1944 | | |
2010 | 1945 | | |
2011 | 1946 | | |
| |||
3864 | 3799 | | |
3865 | 3800 | | |
3866 | 3801 | | |
3867 | | - | |
3868 | | - | |
3869 | | - | |
3870 | | - | |
3871 | | - | |
3872 | | - | |
3873 | 3802 | | |
3874 | 3803 | | |
3875 | 3804 | | |
| |||
3895 | 3824 | | |
3896 | 3825 | | |
3897 | 3826 | | |
3898 | | - | |
3899 | | - | |
3900 | | - | |
3901 | | - | |
3902 | | - | |
3903 | 3827 | | |
3904 | 3828 | | |
3905 | 3829 | | |
| |||
4127 | 4051 | | |
4128 | 4052 | | |
4129 | 4053 | | |
4130 | | - | |
4131 | | - | |
4132 | | - | |
4133 | | - | |
4134 | | - | |
4135 | 4054 | | |
4136 | 4055 | | |
4137 | 4056 | | |
| |||
4233 | 4152 | | |
4234 | 4153 | | |
4235 | 4154 | | |
4236 | | - | |
4237 | | - | |
4238 | | - | |
4239 | | - | |
4240 | | - | |
4241 | 4155 | | |
4242 | 4156 | | |
4243 | 4157 | | |
| |||
4295 | 4209 | | |
4296 | 4210 | | |
4297 | 4211 | | |
4298 | | - | |
4299 | | - | |
4300 | | - | |
4301 | | - | |
4302 | | - | |
4303 | 4212 | | |
4304 | 4213 | | |
4305 | 4214 | | |
| |||
4324 | 4233 | | |
4325 | 4234 | | |
4326 | 4235 | | |
4327 | | - | |
4328 | | - | |
4329 | | - | |
4330 | | - | |
4331 | | - | |
4332 | 4236 | | |
4333 | 4237 | | |
4334 | 4238 | | |
| |||
4367 | 4271 | | |
4368 | 4272 | | |
4369 | 4273 | | |
4370 | | - | |
4371 | | - | |
4372 | | - | |
4373 | | - | |
4374 | | - | |
4375 | 4274 | | |
4376 | 4275 | | |
4377 | 4276 | | |
| |||
4417 | 4316 | | |
4418 | 4317 | | |
4419 | 4318 | | |
4420 | | - | |
4421 | | - | |
4422 | | - | |
4423 | | - | |
4424 | | - | |
4425 | 4319 | | |
4426 | 4320 | | |
4427 | 4321 | | |
| |||
5067 | 4961 | | |
5068 | 4962 | | |
5069 | 4963 | | |
5070 | | - | |
5071 | | - | |
5072 | | - | |
5073 | | - | |
5074 | | - | |
5075 | 4964 | | |
5076 | 4965 | | |
5077 | 4966 | | |
| |||
0 commit comments