yuvismahi2 wrote:I am trying to understand how does the OBJ Export
classification works, and how I can manipulate it. Could you clarify the
question a bit? Are you asking about export to wavefront (.obj) format,
or export to an Archicad library part (object)?
There is a unique dev-kit for every version of ARCHICAD. To make an
add-on work with a specific version of ARCHICAD, you must use the
correct dev-kit. If you use the AC22 dev-kit, for example, the add-on
will only work with AC22 (not 21 or 23).
Encina's add-ons have been updated for ArchiCAD 16 and are available for
download here. The update is free to registered users (and students).
The new versions will automatically recognise your existing
registration, so you only need to download and install the update.
Migra...
ljudeman wrote:How can I open this file with archicad12 on Win 7 The
file is completely empty (the content is zeroed out). You can't open it
because there is nothing to be opened.
Encina's add-ons have been updated for ArchiCAD 15 and are available for
download. The update is free to registered users (and students). The new
versions will automatically recognise your existing registration, so you
only need to download and install the update. Migration ...
I don't believe there is any way to obtain information about an ID from
Graphisoft. But if you support purchasing through an add-ons, presumably
you can be confident that the ID it submits to your server is
legitimate?
@BerndSchwarzenbacher is probably on the right track with checking
dependencies with otool, but you should also make sure you are using the
most recent devkit versions and that everyone is using the latest AC
installation. We've had some customers who could not load our add-...
@eptar wrote: This you can register in the regular initialize function
using this API call: __APIEXPORT GSErrCode ACAPI_RegisterModelessWindow
(Int32 referenceID, APIPaletteControlCallBackProc *callBackProc, GSFlags
controlFlags, const API_Guid& paletteGuid = APINULLGuid); H...
@eptar wrote: But you also use the callbacks for reopening the palette
after restarting Archicad and such? So not just the regular callback for
button clicks, but the one like this: PaletteAPIControlCallBack(Int32
referenceID, API_PaletteMessageID messageID, GS::IntPtr param...
I don't know whats causing this problem, but it's not the fact that the
palettes share the same resource ID. We have numerous add-ons with a
palette sharing the same resource ID and haven't seen any problems (on
Mac and Win)