Skip to content

Merge master from Sol's repo #6

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

Merged
merged 17 commits into from
Dec 17, 2020
Merged

Conversation

johnpierson
Copy link
Owner

No description provided.

adambear82 and others added 17 commits August 30, 2018 14:50
Merge pull request #20 from Amoursol/master
fix floor/ceiling problem with negative numbers
introduce comments to allow easy change to svg from areas
Update roomSvgExporter.py
typo on line 18 defining numbers
updated to dynamo 2.0
display reference no longer used

clr.AddReference('Display')
from Display import *

replaced with

clr.AddReference('GeometryColor')
from Modifiers import GeometryColor

then

Display.ByGeometryColor

replaced with

GeometryColor.ByGeometryColor
update colorByGroup replacing Display reference with Geometry Color
Merge pull request #80 from adambear82/master
@Amoursol - I've refactored one of the dynamo sample files into python with commenting including the node to code 'design script', what do you think about this for a new sub directory ?
Create refactoredCoreAttractorPoint.py
create a dictionary of dir than can be explored using expandable / collapsible dictionary user interface in dynamo
Gathers the User package location from the currently running dynamo version.

Gathers Dynamo Package Name and Version for all packages in a given folder.
@johnpierson johnpierson merged commit 4468fe0 into johnpierson:master Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants