Coding your First SketchUp Extension (with Ruby)

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 12

  • @jorgealfredocarvalho
    @jorgealfredocarvalho 24 дня назад +1

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

  • @PullemlaSaiPraneeth
    @PullemlaSaiPraneeth 10 месяцев назад +1

    You are a bloody god among men

  • @tewdina1988
    @tewdina1988 5 месяцев назад +1

    Extremely valuable information.
    Looking forward for more content

  • @Betazeno
    @Betazeno Месяц назад +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  27 дней назад

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

  • @jaya_surya_a5118
    @jaya_surya_a5118 7 месяцев назад +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 4 месяца назад +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  4 месяца назад

      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 4 месяца назад +1

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