Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DYN-2538 Generate single RenderPackage per Node #11395

Merged
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
73d2244
Add additional interfaces to support adding colors in chunks to rende…
saintentropy Jan 5, 2021
f512c4a
Add interfaces for adding label data to a render package vs overloadi…
saintentropy Jan 5, 2021
59d653e
Add implementation of new Interfaces to HelixRenderPackage
saintentropy Jan 5, 2021
8aefd74
Change GetRenderPackagesFromMirrorData implementation to only use one…
saintentropy Jan 5, 2021
8f6d369
Modify AggregateRenderPackages to utilize the IRenderLabels data for …
saintentropy Jan 5, 2021
0a36ee9
Modify mesh creation to support multiple texture maps per render package
saintentropy Jan 5, 2021
4aefed2
Update GeometryColor nodes to utilize the new Interface API's
saintentropy Jan 5, 2021
703b7b5
Extract plane tessellation method
saintentropy Jan 10, 2021
aca3964
Validate vertex lists and vertexcolor lists stay in sync after tessel…
saintentropy Jan 10, 2021
91a1149
Fix Test failures
saintentropy Jan 10, 2021
2b3b2db
clean up internal method for LabelPlaces. Match same pattern as othe…
saintentropy Jan 10, 2021
2c060f9
Add obsolete attributes to IRenderPackage methods
saintentropy Jan 10, 2021
e7840ba
Add property and exception to allow detection and handling of legacy …
saintentropy Jan 10, 2021
f49d8e6
Modify GetRenderPackageFromMirrorData to support detecting legacy col…
saintentropy Jan 10, 2021
2bffdad
Clean up comment and simplify implementation.
saintentropy Jan 10, 2021
76b58a0
Fix crash
saintentropy Jan 11, 2021
82f035a
Don't push empty render packages onto the cache
saintentropy Jan 11, 2021
c6242f9
Add IRenderPackageSupplement to DefaultRenderPackage for DynamoWPFCLI
saintentropy Jan 11, 2021
ffe80dd
Fix label node and tests
saintentropy Jan 12, 2021
8202546
Merge branch 'master' into SingleRenderPackagePerNode
saintentropy Jan 16, 2021
cdc90b0
Update method name and add comments
saintentropy Apr 23, 2021
54ae3cd
Update comments on plane tessellation
saintentropy Apr 23, 2021
d299072
Dispose temp geometry in plane tessellation
saintentropy Apr 23, 2021
a547190
Update the Legacy mechanism with clear comments for the use of count
saintentropy Apr 24, 2021
e4a73f4
Update method descriptions and method names for interfaces
saintentropy Apr 24, 2021
b7f5652
Update per PR comments
saintentropy Apr 24, 2021
657002f
remove field references from instance methods
saintentropy Apr 25, 2021
d5dbb6b
Fix label regeression introduced in Dyn 3026
saintentropy Apr 25, 2021
c652d30
pash package by ref
saintentropy Apr 26, 2021
ef33e81
Rename Insert color ranges to Update to match validation behavior
saintentropy Apr 26, 2021
207247f
Fix bug in AppendMethod validation
saintentropy Apr 26, 2021
55758b6
Add visualization tests and dyn files
saintentropy Apr 26, 2021
8627930
Add Helix Render package tests
saintentropy Apr 26, 2021
11ca407
PR comment
saintentropy Apr 26, 2021
ea432c1
Merge branch 'master' into SingleRenderPackagePerNode
saintentropy Apr 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading