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

ReferencePointGridXYZ - Want Z array #2

Closed
claystarr opened this issue Apr 11, 2012 · 1 comment
Closed

ReferencePointGridXYZ - Want Z array #2

claystarr opened this issue Apr 11, 2012 · 1 comment

Comments

@claystarr
Copy link

A 'zi' node in the ReferencePointGridXYZ would be very useful for allowing quicker 3D arrays. Great work!

@Steell
Copy link
Contributor

Steell commented May 16, 2012

Added.

@Steell Steell closed this as completed May 16, 2012
tatlin added a commit that referenced this issue Jan 10, 2013
theanh0512 pushed a commit to theanh0512/Dynamo that referenced this issue Dec 15, 2014
Extract String for NodeName and NodeDescription in DynamoCore
Steell added a commit that referenced this issue Dec 19, 2014
Randy-Ma pushed a commit that referenced this issue Mar 12, 2015
ikeough pushed a commit to ikeough/Dynamo that referenced this issue Jun 16, 2015
Helix shader updates to support point and line selection.
@pboyer pboyer mentioned this issue Jul 1, 2015
9 tasks
@jnealb jnealb mentioned this issue Jul 30, 2015
3 tasks
aparajit-pratap referenced this issue in aparajit-pratap/Dynamo Dec 7, 2015
QilongTang added a commit that referenced this issue Nov 1, 2021
* Initial Commit

* Add hosts selections

* Add the multi selection

* Multiple Host Selection Display

* Correct Host Dependencies in Json for publishing and download

* Code Clean up

* More Cleanup and Comments

* Bug fixing - publish version

* Workaround to enable publishing from sandbox

* Update PublishPackageView.xaml

* Updates UI

* Adds new resources

* Updates UI

* Adds new close button icons

* Updates UI. Add Markdown selection functionality.

* Update AssemblySharedInfo.cs

* Adding remaining functionality to publish package view

* Updates method names

* Update PublishPackageView.xaml

* Update PublishPackageView.xaml.cs

* Adds ToolTip + Info Icon to Markdown Directory label

* Fixes regressions

* Responds to comments

* Cherry-picks edits from PR #12171

* Undoes whitespace changes

* Removes duplicate resources

Co-authored-by: tanga <[email protected]>
reddyashish pushed a commit that referenced this issue Mar 13, 2023
* Python editor visual restyle - initial commit

- initial commit for python editor visual restyle
- for general idea of the desired scope, visit https://www.figma.com/file/1q7EWQGYO7pPDhyLf8nuwW/Python-node-editor-restyling?node-id=0%3A1&t=QGCSTKllX8Q7OnhK-0

* Icon Update

- updated python scrip editor icons

* Hover icon update

- minor update for one of the icons

* Change hyperlink color

- due to readability issues, changed the hyperlink text color

* Text Folding

- first implementation working

* Custom indentation strategy added

- added custom Python indentation strategy based around line ending with a column

* TabFoldingStrategy changes, saves on Esc exist, WIP

- WIP code, still playing with the avalon editor visual capabilities
- Implemented the 'save on exit' (still missing prompt)
- Folding strategy works more or less correctly, except we are not tracking folded states (which we can) - more work needed, but should we?

* Undo/Redo, Zoom-in/out buttons added

- added buttons for the undo/redo and zoom-in/out functionalities

* Keywords color update

- updated keywords as per latest Figma color scheme

* Warning bar on unsaved changes exit added

- added a warning message with controls when user tries to exit the Script interface by pressing the Escape button, but has unsaved changes
- made Avalon edit support classes Internal

* Fix tab folding

- now will correctly continue after ":" not being the end of the text line (no tabbing)

* Small icons test

- testing screen resolution against 24x24 icons

* Back to 48x48 icons

- updated icons back to 48x48px

* Disable UI when prompt to save changes

- will disable any user interaction while in 'warning' mode
- forces the user to `keep editing` -> `save` -> `close`

* Color brushes replaced with Dynamo brushes where possible

- re[placed with dynamo library brushes where possible

* Localized unsaved changes prompt texts

- unsaved changes prompt title and text localized

* Cleaned up tabfoldingstrategy comments

- removed old or unnecessary comments
- kept comments that help to clarify the logic

* Update ScriptEditorWindow.xaml
sm6srw pushed a commit to sm6srw/Dynamo that referenced this issue Mar 29, 2023
* Python editor visual restyle - initial commit

- initial commit for python editor visual restyle
- for general idea of the desired scope, visit https://www.figma.com/file/1q7EWQGYO7pPDhyLf8nuwW/Python-node-editor-restyling?node-id=0%3A1&t=QGCSTKllX8Q7OnhK-0

* Icon Update

- updated python scrip editor icons

* Hover icon update

- minor update for one of the icons

* Change hyperlink color

- due to readability issues, changed the hyperlink text color

* Text Folding

- first implementation working

* Custom indentation strategy added

- added custom Python indentation strategy based around line ending with a column

* TabFoldingStrategy changes, saves on Esc exist, WIP

- WIP code, still playing with the avalon editor visual capabilities
- Implemented the 'save on exit' (still missing prompt)
- Folding strategy works more or less correctly, except we are not tracking folded states (which we can) - more work needed, but should we?

* Undo/Redo, Zoom-in/out buttons added

- added buttons for the undo/redo and zoom-in/out functionalities

* Keywords color update

- updated keywords as per latest Figma color scheme

* Warning bar on unsaved changes exit added

- added a warning message with controls when user tries to exit the Script interface by pressing the Escape button, but has unsaved changes
- made Avalon edit support classes Internal

* Fix tab folding

- now will correctly continue after ":" not being the end of the text line (no tabbing)

* Small icons test

- testing screen resolution against 24x24 icons

* Back to 48x48 icons

- updated icons back to 48x48px

* Disable UI when prompt to save changes

- will disable any user interaction while in 'warning' mode
- forces the user to `keep editing` -> `save` -> `close`

* Color brushes replaced with Dynamo brushes where possible

- re[placed with dynamo library brushes where possible

* Localized unsaved changes prompt texts

- unsaved changes prompt title and text localized

* Cleaned up tabfoldingstrategy comments

- removed old or unnecessary comments
- kept comments that help to clarify the logic

* Update ScriptEditorWindow.xaml
sm6srw pushed a commit that referenced this issue Apr 5, 2023
* Python editor visual restyle - initial commit

- initial commit for python editor visual restyle
- for general idea of the desired scope, visit https://www.figma.com/file/1q7EWQGYO7pPDhyLf8nuwW/Python-node-editor-restyling?node-id=0%3A1&t=QGCSTKllX8Q7OnhK-0

* Icon Update

- updated python scrip editor icons

* Hover icon update

- minor update for one of the icons

* Change hyperlink color

- due to readability issues, changed the hyperlink text color

* Text Folding

- first implementation working

* Custom indentation strategy added

- added custom Python indentation strategy based around line ending with a column

* TabFoldingStrategy changes, saves on Esc exist, WIP

- WIP code, still playing with the avalon editor visual capabilities
- Implemented the 'save on exit' (still missing prompt)
- Folding strategy works more or less correctly, except we are not tracking folded states (which we can) - more work needed, but should we?

* Undo/Redo, Zoom-in/out buttons added

- added buttons for the undo/redo and zoom-in/out functionalities

* Keywords color update

- updated keywords as per latest Figma color scheme

* Warning bar on unsaved changes exit added

- added a warning message with controls when user tries to exit the Script interface by pressing the Escape button, but has unsaved changes
- made Avalon edit support classes Internal

* Fix tab folding

- now will correctly continue after ":" not being the end of the text line (no tabbing)

* Small icons test

- testing screen resolution against 24x24 icons

* Back to 48x48 icons

- updated icons back to 48x48px

* Disable UI when prompt to save changes

- will disable any user interaction while in 'warning' mode
- forces the user to `keep editing` -> `save` -> `close`

* Color brushes replaced with Dynamo brushes where possible

- re[placed with dynamo library brushes where possible

* Localized unsaved changes prompt texts

- unsaved changes prompt title and text localized

* Cleaned up tabfoldingstrategy comments

- removed old or unnecessary comments
- kept comments that help to clarify the logic

* Update ScriptEditorWindow.xaml
zeusongit added a commit to zeusongit/Dynamo that referenced this issue May 19, 2023
QilongTang pushed a commit that referenced this issue May 23, 2023
…vent (#14007)

* Create dynamoBinDiff.yml

* update nuget step

* add bin diff job script

* add cache test

* fixing cache

* test

* fixing cache #2

* fixing cache #3

* fixing cache #4

* debug

* debug

* debug

* debug

* fixed cache

* cleanup step

* test cleanup

* final version

* Update bin_diff.ps1

* remove cleanup step, because failing

* add colors

* Change hashing algo to SHA256

* add net6 win for bin diff

* fix

* only status
twastvedt pushed a commit to twastvedt/Dynamo that referenced this issue May 9, 2024
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

No branches or pull requests

2 participants