CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 05:47:14 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/DynamoDS/Dynamo.git
etag: W/"fbb42540453454f758c1a574ceb6a32d"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=AJpSow6%2FhN997uMFHQe5nsPDic9GlZ3MRG9Xaso6abxHrq%2FwPz%2F660ix%2FRxX%2FCpkhgba2pP30Bvi4nsNpT6EfNS95%2FCDDsLH1H14cwwZcca5WZHC0Pse9iZXHa7%2BdrVh7Z3aoUddcgmCD0xzbNqEK3pdAS6uFIDPjpVCiJSbKSEsHPkDCFACQ6W3xL%2FtLj0Vv6YwLRLb%2FUcbdwQU7zKrtRsmZvp6MrBDJtBlOyLtavy7eO5j1OFtGA1NGjaJXY9BSyMY6GYrgGHK1UzECYWlIA%3D%3D--087REQX%2F1c%2FgjtyD--YUgQseJ226hcJMEHhRyuxA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1100978352.1753595234; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 05:47:14 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 05:47:14 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8512:3467EF:B220BC:ED470D:6885BD62
DYN-2538 Generate single RenderPackage per Node (#11395) · DynamoDS/Dynamo@9740b24 · GitHub
Copy file name to clipboardExpand all lines: src/DynamoCore/Scheduler/UpdateRenderPackageAsyncTask.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Visualization/DefaultRenderPackageFactory.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit 9740b24
authored
DYN-2538 Generate single RenderPackage per Node (#11395)
* Add additional interfaces to support adding colors in chunks to render package
* Add interfaces for adding label data to a render package vs overloading the description field
* Add implementation of new Interfaces to HelixRenderPackage
* Change GetRenderPackagesFromMirrorData implementation to only use one render package per node vs per node return obj
* Modify AggregateRenderPackages to utilize the IRenderLabels data for labels vs the cryptic use of Description.
* Modify mesh creation to support multiple texture maps per render package
* Update GeometryColor nodes to utilize the new Interface API's
* Extract plane tessellation method
* Validate vertex lists and vertexcolor lists stay in sync after tessellation calls
* Fix Test failures
* clean up internal method for LabelPlaces. Match same pattern as other public prop with Helix types
* Add obsolete attributes to IRenderPackage methods
* Add property and exception to allow detection and handling of legacy usage of the color methods in IRenderPackage
* Modify GetRenderPackageFromMirrorData to support detecting legacy color methods in tessellation calls. If Detected, revert changes to render package and generate a new render package with legacy methods per IGraphicItem.
* Clean up comment and simplify implementation.
* Fix crash
* Don't push empty render packages onto the cache
* Add IRenderPackageSupplement to DefaultRenderPackage for DynamoWPFCLI
* Fix label node and tests
* Update method name and add comments
* Update comments on plane tessellation
* Dispose temp geometry in plane tessellation
* Update the Legacy mechanism with clear comments for the use of count
* Update method descriptions and method names for interfaces
* Update per PR comments
* remove field references from instance methods
* Fix label regeression introduced in Dyn 3026
* pash package by ref
* Rename Insert color ranges to Update to match validation behavior
* Fix bug in AppendMethod validation
* Add visualization tests and dyn files
* Add Helix Render package tests
* PR comment
Co-authored-by: Craig Long <craig.long@autodesk.com>1 parent ca87c0f commit 9740b24Copy full SHA for 9740b24
File tree
Expand file treeCollapse file tree
12 files changed
+3528
-276
lines changedFilter options
- src
- DynamoCoreWpf
- Rendering
- ViewModels/Watch3D
- DynamoCore
- Scheduler
- Visualization
- Libraries
- Analysis
- GeometryColor
- NodeServices
- VisualizationTests
- test/core/visualization
Expand file treeCollapse file tree
12 files changed
+3528
-276
lines changedsrc/DynamoCore/Scheduler/UpdateRenderPackageAsyncTask.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Scheduler/UpdateRenderPackageAsyncTask.cs+360-105Lines changed: 360 additions & 105 deletions
Large diffs are not rendered by default.
src/DynamoCore/Visualization/DefaultRenderPackageFactory.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Visualization/DefaultRenderPackageFactory.cs+175-2Lines changed: 175 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
41 |
| - | |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| |||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 |
| |
61 | 66 |
| |
62 | 67 |
| |
| |||
154 | 159 |
| |
155 | 160 |
| |
156 | 161 |
| |
| 162 | + | |
157 | 163 |
| |
158 | 164 |
| |
159 | 165 |
| |
| |||
163 | 169 |
| |
164 | 170 |
| |
165 | 171 |
| |
| 172 | + | |
166 | 173 |
| |
167 | 174 |
| |
168 | 175 |
| |
| |||
173 | 180 |
| |
174 | 181 |
| |
175 | 182 |
| |
| 183 | + | |
176 | 184 |
| |
177 | 185 |
| |
178 | 186 |
| |
| |||
183 | 191 |
| |
184 | 192 |
| |
185 | 193 |
| |
| 194 | + | |
186 | 195 |
| |
187 | 196 |
| |
188 | 197 |
| |
| |||
214 | 223 |
| |
215 | 224 |
| |
216 | 225 |
| |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
217 | 230 |
| |
218 | 231 |
| |
219 | 232 |
| |
| |||
370 | 383 |
| |
371 | 384 |
| |
372 | 385 |
| |
| 386 | + | |
373 | 387 |
| |
374 | 388 |
| |
375 | 389 |
| |
376 | 390 |
| |
377 | 391 |
| |
| 392 | + | |
378 | 393 |
| |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
379 | 552 |
| |
380 | 553 |
|
You can’t perform that action at this time.
0 commit comments