Commit d591e5f
committed
LiveScene: Fix bug when querying scene with multiple parent in the hierarchy.
For example, previously with the following hierarchy:
/sphereA/a
/sphereA/b
we would get the following result for the childNames of the root level
["sphereA", "sphereA"] instead of ["sphereA"]
or with the following hierarchy:
/sphereA/a
/sphereA/b
/sphereB/c
we would get the following result for the childNames of "sphereA":
["a","b","c"] instead of ["a","b"]1 parent ff5aee6 commit d591e5f
File tree
3 files changed
+73
-2
lines changed- src/IECoreNuke
- test/IECoreNuke
- scripts/data
3 files changed
+73
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
552 | 558 | | |
553 | 559 | | |
554 | 560 | | |
555 | 561 | | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
556 | 567 | | |
557 | 568 | | |
558 | 569 | | |
| |||
583 | 594 | | |
584 | 595 | | |
585 | 596 | | |
586 | | - | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
587 | 607 | | |
588 | 608 | | |
589 | 609 | | |
| |||
603 | 623 | | |
604 | 624 | | |
605 | 625 | | |
606 | | - | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
607 | 636 | | |
608 | 637 | | |
609 | 638 | | |
| |||
636 | 665 | | |
637 | 666 | | |
638 | 667 | | |
| 668 | + | |
639 | 669 | | |
640 | 670 | | |
641 | 671 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
194 | 235 | | |
195 | 236 | | |
196 | 237 | | |
| |||
Binary file not shown.
0 commit comments