DynamoDS / Dynamo

Open Source Graphical Programming for Design
https://dynamobim.org
Other
1.72k stars 632 forks source link

Generative Design v21.6.0 for Revit 2021 causes alignment of all algorithm's nodes and disables running of algorithm #10789

Open kkorus94 opened 4 years ago

kkorus94 commented 4 years ago

Dynamo version

Dynamo Revit 2.5.0.7586

Operating system

Windows 10

What did you do?

After installation of Generative Design v21.6.0 for Revit 2021 from here (https://manage.autodesk.com/cep/#products-services/updates), every opening of saved algorithm causes replacement of its nodes to such a form:

2020-06-22_10h14_15

It seems, that all nodes are aligned to the left and to the top. Also, all groups are removed. It happens not only on the algorithms created and saved before installation of Generative Design, but also after re-opening of the just created algorithms.

Another issue (even more important, just not seen on the first eyesight) is that I cannot run the algorithm.

I've also observed that newly created code blocks cannot be edited and look like this: 2020-06-22_11h47_35

I'm sure that the issue is caused by Generative Design because after uninstallation everything works fine.

I hope it can be solved, thank You in advance.

saintentropy commented 4 years ago

HI @jeczmien94 Can you give us a little more information on how you are reproducing this. You install the patch Generative Design v21.6.0 and then open any Dynamo file?

saintentropy commented 4 years ago

@jeczmien94 It would also help if you can show us the package you have installed

kkorus94 commented 4 years ago

Hello, thank You for the response. Yes - I've installed the patch Generative Design v21.6.0, then opened Revit and Dynamo for Revit. Then I've opened the dynamo algorithm file and the result is shown on the screenshot in the first post. As I've written, the script cannot be started.

Below are my packages, that are currently installed. However, as I've written, the issue is directly caused by GenerativeDesign.

2020-06-22_22h11_03

The one crossed out with the red line is my own package, which is not published yet.

saintentropy commented 4 years ago

Thanks @jeczmien94! One more question. Can you check the contents of the C:\ProgramData\Autodesk\RVT 2021\Dynamo\2.5\packages folder to verify that there are no packages in this folder

kkorus94 commented 4 years ago

Yes, there is a folder called "GenerativeDesignRevit". I suppose it's been created with the installation of Generative Design v21.6.0 for Revit 2021 (modification date indicates it). Below are screenshots with the following folders and files.

2020-06-23_22h50_45

2020-06-23_22h51_19

2020-06-23_22h49_43

2020-06-23_22h49_56

kkorus94 commented 4 years ago

Hello, Is there any solution to the problem?