DynamoDS / Dynamo

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

Code Block daily build 20140926.12:39 #2546

Closed epeter- closed 8 years ago

epeter- commented 10 years ago

iam using daily build 20140926.12:39 code block: Point.ByCoordinates(x,y,z) or Point.ByCoordinates(0,0,0)

resulting in Warning: Dereferencing a non-pointer.

kronz commented 10 years ago

Peter, Can you tell us a little more here?

epeter- commented 10 years ago

actually no, but i will do to tests. peter

Am 28.09.2014 14:13, schrieb Zach Kron:

Peter, Can you tell us a little more here?

  • Are there other code block node errors, or only points
  • Are you using any externally loaded libraries? We have seen a couple issues with Point in Code Blocks with that library depending on the order of operations users do. We are tracking that internally with http://adsk-oss.myjetbrains.com/youtrack/issue/MAGN-4633 New Standalone session Load CASE_Rhynamo.dll New dyn file Place CBN Enter Point.ByCoordinates(0,0,0) ; Run Get Warning: Dereferencing a non pointer"

— Reply to this email directly or view it on GitHub https://github.com/DynamoDS/Dynamo/issues/2546#issuecomment-57083653.


Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv. http://www.avast.com

epeter- commented 10 years ago

opened the core.code.block example. everything connected to Point seems to be broken. peter

Am 28.09.2014 14:13, schrieb Zach Kron:

Peter, Can you tell us a little more here?

  • Are there other code block node errors, or only points
  • Are you using any externally loaded libraries? We have seen a couple issues with Point in Code Blocks with that library depending on the order of operations users do. We are tracking that internally with http://adsk-oss.myjetbrains.com/youtrack/issue/MAGN-4633 New Standalone session Load CASE_Rhynamo.dll New dyn file Place CBN Enter Point.ByCoordinates(0,0,0) ; Run Get Warning: Dereferencing a non pointer"

— Reply to this email directly or view it on GitHub https://github.com/DynamoDS/Dynamo/issues/2546#issuecomment-57083653.


Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv. http://www.avast.com

riteshchandawar commented 10 years ago

Hello @epeter-

It seems to be working at my end on latest Daily Build. DynamoInstall0.7.2.20140928T2143 See attached image.

image

epeter- commented 10 years ago

good news. i will try, unfortunately dynamobim is down. regards peter

Am 29.09.2014 07:18, schrieb riteshchandawar:

Hello @epeter- https://github.com/epeter-

It seems to be working at my end on latest Daily Build. DynamoInstall0.7.2.20140928T2143 See attached image.

image https://cloud.githubusercontent.com/assets/5109531/4437459/0926ce28-4798-11e4-9a7a-b7e9e90749f8.png

— Reply to this email directly or view it on GitHub https://github.com/DynamoDS/Dynamo/issues/2546#issuecomment-57117868.


Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv. http://www.avast.com

andydandy74 commented 10 years ago

you can still get the daily builds here: http://dynamobuilds.com/

epeter- commented 10 years ago

andreas, thank you! download in progress ;-)

btw: i have a question: do you know how to access an family instance's type parameter using python?

i have following code snipplet:

parameter = str(IN[1])

familysymbol= i.Symbol family = familysymbol.Family

familyparameter = family.get_Parameter("parameter')

the result = always "null" for familyparameter. i = an UnwrapElement List.

thank you in advance peter

Am 29.09.2014 08:31, schrieb Andreas Dieckmann:

you can still get the daily builds here: http://dynamobuilds.com/

— Reply to this email directly or view it on GitHub https://github.com/DynamoDS/Dynamo/issues/2546#issuecomment-57121534.


Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv. http://www.avast.com

riteshchandawar commented 10 years ago

We know that our site is down, it will be back soon. Sorry for the inconvenience.

Thanks, Ritesh

From: epeter- notifications@github.com<mailto:notifications@github.com> Reply-To: DynamoDS/Dynamo reply@reply.github.com<mailto:reply@reply.github.com> Date: Monday, September 29, 2014 at 2:41 PM To: DynamoDS/Dynamo Dynamo@noreply.github.com<mailto:Dynamo@noreply.github.com> Cc: Ritesh Chandawar ritesh.chandawar@autodesk.com<mailto:ritesh.chandawar@autodesk.com> Subject: Re: [Dynamo] Code Block daily build 20140926.12:39 (#2546)

andreas, thank you! download in progress ;-)

btw: i have a question: do you know how to access an family instance's type parameter using python?

i have following code snipplet:

parameter = str(IN[1])

familysymbol= i.Symbol family = familysymbol.Family

familyparameter = family.get_Parameter("parameter')

the result = always "null" for familyparameter. i = an UnwrapElement List.

thank you in advance peter

Am 29.09.2014 08:31, schrieb Andreas Dieckmann:

you can still get the daily builds here: http://dynamobuilds.com/

— Reply to this email directly or view it on GitHub https://github.com/DynamoDS/Dynamo/issues/2546#issuecomment-57121534.


Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv. http://www.avast.com

— Reply to this email directly or view it on GitHubhttps://github.com/DynamoDS/Dynamo/issues/2546#issuecomment-57122081.

ikeough commented 8 years ago

@epeter- I believe this issue has been resolved by now. Please re-open if the issue persists with a newer build of Dynamo.