Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit52fd461
committed
Split attribute sorting into Patch3DCollection.draw.
This moves attribute sorting from `Patch3DCollection.do_3d_projection`into a new `draw` method. Sorted attributes are added only temporarily,so there is no reason to cache the original values anywhere, and thusall overridden setters can be dropped.1 parent6293052 commit52fd461
1 file changed
+21
-24
lines changedLines changed: 21 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
454 | 454 |
| |
455 | 455 |
| |
456 | 456 |
| |
457 |
| - | |
458 |
| - | |
459 |
| - | |
460 |
| - | |
461 |
| - | |
462 |
| - | |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
467 | 457 |
| |
468 | 458 |
| |
469 | 459 |
| |
| |||
480 | 470 |
| |
481 | 471 |
| |
482 | 472 |
| |
483 |
| - | |
484 |
| - | |
485 | 473 |
| |
486 | 474 |
| |
487 | 475 |
| |
488 | 476 |
| |
489 | 477 |
| |
490 | 478 |
| |
491 | 479 |
| |
492 |
| - | |
493 |
| - | |
494 |
| - | |
495 |
| - | |
496 |
| - | |
497 |
| - | |
498 |
| - | |
499 |
| - | |
500 |
| - | |
501 |
| - | |
502 |
| - | |
503 |
| - | |
504 | 480 |
| |
505 | 481 |
| |
506 | 482 |
| |
507 | 483 |
| |
508 | 484 |
| |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
509 | 506 |
| |
510 | 507 |
| |
511 | 508 |
| |
|
0 commit comments
Comments
(0)