Coding your First SketchUp Extension (with Ruby)

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

ความคิดเห็น • 15

  • @jorgealfredocarvalho
    @jorgealfredocarvalho 2 หลายเดือนก่อน +1

    Dear Alexander Schreyer
    Finally i found a good tutorial on extensions. Very good.
    Thank you very much
    Muito obrigado
    Vielen Dank

  • @PullemlaSaiPraneeth
    @PullemlaSaiPraneeth ปีที่แล้ว +1

    You are a bloody god among men

  • @tewdina1988
    @tewdina1988 7 หลายเดือนก่อน +1

    Extremely valuable information.
    Looking forward for more content

  • @diegonovaistech
    @diegonovaistech หลายเดือนก่อน

    Hi Alexander, I’m a big fan of your content-it’s incredibly insightful and has been a great help to the SketchUp community! I’ve recently written an ebook in Portuguese focused on using Ruby to automate tasks and optimize workflows in SketchUp, specifically for the Brazilian audience. Would it be okay if I shared the link here in the comments? I believe it could be a valuable resource for your Brazilian viewers. Thanks for all the amazing work you do!

  • @jaya_surya_a5118
    @jaya_surya_a5118 9 หลายเดือนก่อน +1

    The question is....😂 ...is it possible to remove protection from other plugins developed by developers...like removing licensing pop code to bypass it....

  • @disbond847
    @disbond847 6 หลายเดือนก่อน +1

    Hello. I tried this guide, but when i am trying to install, skechup extension manager says error "cant install rbz file"

    • @alexschreyer-channel
      @alexschreyer-channel  6 หลายเดือนก่อน

      Make sure that the file structure inside the RBZ file is exactly as needed. It's easy to have everything in a folder and then things won't work.

    • @disbond847
      @disbond847 6 หลายเดือนก่อน +1

      @@alexschreyer-channel Thank you for the answer. My problem was that it always must be zip archive not rar.

    • @shaikhfaizhaidar8785
      @shaikhfaizhaidar8785 หลายเดือนก่อน

      @@disbond847 just make .zip file and rename to .rbz. don't try other compression format if you know the working format is .zip

  • @Betazeno
    @Betazeno 3 หลายเดือนก่อน +1

    This tutorial has been very helpful. How do I just disable shadows in Ruby? Man I feel like an idiot.. I have tried several ways ...

    • @alexschreyer-channel
      @alexschreyer-channel  2 หลายเดือนก่อน

      Use this:
      Sketchup.active_model.shadow_info["DisplayShadows"] = false