-
Notifications
You must be signed in to change notification settings - Fork 10
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
Moving utilize builds and large datasets from wiki to primer #37
base: master
Are you sure you want to change the base?
Conversation
…ice" from dynamo Wiki to Primer
…acing them with [Dynamo Version]
…ilize Dynamo Builds from the Wiki to a new FAQ section of the Dynamo Primer.
##### 7zip used for unzipping the package [here](https://www.7-zip.org/download.html) | ||
|
||
|
||
##### Microsoft Visual C++ 2015 Redistributable [link](https://aka.ms/vs/17/release/vc_redist.x64.exe) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EdwardChaplinArchilizer Would you add the link for 2019 as well or see if it's also on this page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
![](images/a-7/dynamo-builds-3.png) | ||
|
||
##### Installing Microsoft Visual C++ 2015 Redistributable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if the 2019 requirements are similar, maybe worth mentioning too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated the text for these to say 2015-2024, which is what the link is for. I think this makes it easier to understand that this link isn't just for a single year version.
Here's a ss from the microsoft website describing the link:
Geometry nodes in Dynamo are always tessellated*. This leaves you with two options to work with untessellated geometry: Python nodes and ZeroTouch nodes. As long as you don't return a geometry object out of your Python or ZeroTouch node, the geometry will not be tessellated. For instance, if your graph has several point nodes, connected to several line nodes, connected to several loft nodes, connected to several thicken nodes, the geometry will be tessellated at each step. Instead, you can bundle this logic into a Python or ZeroTouch node, and only return the final object out of the node. | ||
|
||
More information about using ZeroTouch nodes can be found in the [Developing for Dynamo](11\_developer\_primer/3\_developing\_for\_dynamo/README.md) section of this Primer. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aparajit-pratap @mjkkirschner Can you review if this section is still correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@QilongTang to clarify, the linked content or the geometry generation bit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like working with large data sets should be it's own gigantic ever evolving section ;) not crammed into an faq.
… 2015-2024 rather than just 2015
how far back are we going here? |
Purpose
Moving How to Utilize Dynamo Builds & Efficiently Working With Large Data Sets In Dynamo from the Dynamo Wiki to the Dynamo Primer.
Key additions:
Guides on utilising Dynamo Builds and Efficiently Working with Large Data Sets In Dynamo.
The proposed location for these guides is under a new FAQ section Appendix - Frequently Asked Questions:
![image](https://private-user-images.githubusercontent.com/185912397/404390910-793b81cc-2459-43f7-bb32-553f42c5d216.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDExOTgsIm5iZiI6MTczOTAwMDg5OCwicGF0aCI6Ii8xODU5MTIzOTcvNDA0MzkwOTEwLTc5M2I4MWNjLTI0NTktNDNmNy1iYjMyLTU1M2Y0MmM1ZDIxNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwNzQ4MThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hZGZlNWZlYmVjNTZjNmY4MWZmYWVlNTM2MTE1YjVhZjRhNjkwZDUyNzE2ZjdkZDUyNzUyYzEwMWYzN2RkMjZiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.mTyNDelEIcYBRZa_qWZ6LOxne4YPEcsDk9hn7Ue74ac)
Declarations
Check these if you believe they are true
Release Notes
An FAQ section with guides on utilising Dynamo Builds and Efficiently Working with Large Data Sets In Dynamo.
Reviewers
@dnenov
@achintyabhat
@QilongTang
Informed
@Amoursol