Awesome trick with Post-build event command line! Thank you!
@jacobiandev2 жыл бұрын
Glad it was helpful!
@clemente.cisneros2 жыл бұрын
THANK YOU SO MUCH! If you are open to suggestions, I'd say you briefly explain your thought process a bit more so we understand what you're trying to do. Great video!
@jacobiandev2 жыл бұрын
Thanks for the feedback , will do.
@richacquah12 жыл бұрын
This is amazing. Thank you. Similar videos will be much appreciated ☺️
@jacobiandev2 жыл бұрын
Thank you! Will do!
@tebogomodingoane39672 жыл бұрын
Great video Jacobian Dev!!
@jacobiandev2 жыл бұрын
Glad you enjoyed it
@권진호-m8y8 ай бұрын
hi. With your help, I successfully created the Revit add-in panel and button. thank you
@jacobiandev8 ай бұрын
Glad I could help!
@bizz3d2 жыл бұрын
Absolutely amazing, and thank you for sharing. This was extremely insightful. If you are open to suggestions. Could you please show how to organize and group commands? Like stacked button and drop down lists.
@jacobiandev2 жыл бұрын
That's a great suggestion. Please look out for a video on that soon. Thanks
@daichi_devs Жыл бұрын
Hey Jacob thanks for your awesome tutorials. Using the addin manager, is it possible to make changes to the code while Revit is open and have the changes reflected in Revit without restarting it?
@damilay-q6i2 ай бұрын
Hello, thanks for this video. I want to load family when I push the firstplugin button. how can I do? Could you help me? Thank you...
@wiljann211 Жыл бұрын
Useful tutorial! Is it possible to delete the text “firstplugin” So that there is only one text under the icon?
@josbexerra8115 Жыл бұрын
Muchas gacias Mister Jacobian, saludos de los andes peruanos
@jacobiandev Жыл бұрын
My Pleasure 🙂
@yuliussulistiyo8504 Жыл бұрын
Great Video.., this using JS ?
@sink6965 Жыл бұрын
This tutorial is nice, but on Revit 2022.1 I am getting the addin to not show up at all. I even went back and redid the entire thing, copying yours 1:1 with no luck. Not even getting an error message AND with addin manager detecting the pluggin in the correct directory. Would you have any idea as to the issue?
@hirazubair62842 жыл бұрын
Hi, can you provide the text for the post build event?
@jacobiandev2 жыл бұрын
Copy "$(TargetDir)yourPlugin.dll" "$(AppData)\Autodesk\Revit\Addins\2022" if exist "$(AppData)\Autodesk\REVIT\Addins\2022" copy "$(ProjectDir)*.addin" "$(AppData)\Autodesk\REVIT\Addins\2022" if exist "$(AppData)\Autodesk\REVIT\Addins\2022\Resources" copy "$(ProjectDir)\Resources\yourIcon.ico" "$(AppData)\Autodesk\REVIT\Addins\2022\Resources"
@skyeparker58222 жыл бұрын
I want to make a plugin that exports 3D geometry to be used for AR. Do you know what file type I should export or how to do that?
@jacobiandev2 жыл бұрын
If you're looking to export the geometry to FBX, you could use the Revit API Export Method (String, String, ViewSet, FBXExportOptions). If you want to export to GLTF or GLB you would have to create a custom exporter using the Revit API's IExportContext Interface (An interface that is used in custom export to process a Revit model) and the SharpGLTF .Net library.
@skyeparker58222 жыл бұрын
@@jacobiandev Holy Shitake mushrooms that is a lot and way over my skill level. Think I'll be relying on Unreal Engine or Unity to make this easy.
@Cj-so7no2 жыл бұрын
That's great
@jacobiandev2 жыл бұрын
Thanks
@khanburj433 Жыл бұрын
from where to copy post build event command line
@dascorpus Жыл бұрын
I got the following error on "always load" Revit cannot run the external application "myFirstPlugin". Contact the provider for assistance. any hints?
@sapanasul556811 ай бұрын
Why External Tool-Full Class Name Error are coming
@apollosbangalu37172 жыл бұрын
Great video. I am currently learning Revit API. This was really helpful. I followed your code and steps but I have an error message. Please help
@jacobiandev2 жыл бұрын
Could you share the error message
@pelinsarac4288 Жыл бұрын
Could you pls 11.11 minute paste hier ? I couldnt see. Vielen Dank
@jacobiandev Жыл бұрын
Copy "$(TargetDir)your_plugin.dll" "$(AppData)\Autodesk\Revit\Addins\2022" if exist "$(AppData)\Autodesk\REVIT\Addins\2022" copy "$(ProjectDir)*.addin" "$(AppData)\Autodesk\REVIT\Addins\2022" if exist "$(AppData)\Autodesk\REVIT\Addins\2022\Resources" copy "$(ProjectDir)\Resources\your_icon_image.ico" "$(AppData)\Autodesk\REVIT\Addins\2022\Resources"
@lomi71642 жыл бұрын
help me, please , "The application is in break mode" :(
@jacobiandev Жыл бұрын
Just click continue
@BittuGhosh-o2e Жыл бұрын
Sir, thanks for sharing such an amazing video. i have some doubt can you please give your mail ID so that I can mail you my doubt. sir I have created a new panel but how to give buttons to those panels, what will be the code . all the buttons I am creating is going to initial panel not the other panel. pls help to sought the issue.
@BittuGhosh-o2e Жыл бұрын
sir debug was successful showing this The program '[21496] Revit.exe' has exited with code 0 (0x0). but the plugin is not happening. in diagnostic its showing this Merging of ETL files has failed (0x80070005). mypluin.addin application is not creating. kindly solve my problem