Renerabbitt

Members
  • Posts

    4802
  • Joined

  • Last visited

Everything posted by Renerabbitt

  1. Professional plansets. Let me know if you'd like a quote for drafting your next project
  2. or just use an opacity map in X16
  3. sure, link a standalone callout to your camera and put your camera on a hidden layer. place your standalone callout anywhere you would like
  4. Did you change the vector color of your glass material?
  5. you cannot denoise a view that is already denoised
  6. thats essentially what I am doing. I am assigning an initial value in leau of have a nil condition or error, but that doesnt change the fact that I still need to open the row object to initialize a change based on schedule number unfortunately. Same thing happens if you use a text box to reference a schedule number from a note, you still have to open the text in order for it to initalize a change even though the text box itself confirms the change before you ever open it when the schedule number is changed. So something with the way it is accessing the info
  7. the basis of mine: $wall_framing2 ||= '2"X4" DF#2 @ 16" O.C.' # UPDATE GLOBAL VARIABLES BASED ON 'schedule_number' AND 'type' begin if schedule_number.include?("01") && type.downcase.include?("wall framing") $wall_framing = custom_fields["Macro Input 1"] end and yes its very frustrating
  8. I have a system that designates a global macro value based on it being in the schedule number 1 position, as in a note schedule where the note checks schedule number and defines the macro based on a custom field within the note. This macro in its current state can only be initialized by opening the row object or directly opening the object. Is there someway to get this to work where I do not need to open the row object, so that as soon as I move something into schedule 1 position it initializes? The value updates but they macro will not update unless the object is opened
  9. There is a close polyline tool in your edit menu with the polyline selected
  10. yet another reason we need layer based fill styles
  11. # Copyright Rabbitt Design 2024 # This script calculates the final height by conditionally subtracting countertop thickness and toekick height. # Define the initial variables. These should be publisher variables with types defined as Measurement class objects. # Assume `height`, `countertop_thickness`, and `toekick_height` are measurements in default units. # Variables and conditions for the calculation final_height = height # Start with the initial height # Check if the countertop should be subtracted based on the presence of countertop or custom countertop if has_countertop || has_custom_countertop final_height -= countertop_thickness # Subtract countertop thickness if has_countertop or has_custom_countertop is true end # Check if the toekick should be subtracted based on the presence of toekick if has_toekick final_height -= toekick_height # Subtract toekick height if has_toekick is true end # Output the calculated final height final_height
  12. Please keep in mind that this does not check for the presence of a toe kick or countertop so it will report the same dimension regardless of if it has a toe or countertop.
  13. guessing you have your sun turned off...youd be able to confirm this by changing your nighttime backdrop intensity in rendering technique options
  14. Frenchy that is my kitchen toolbar and a lot of people use my systems. My kitchen toolbar is scripted outside of chief in a very specific way to target specific links through the TBData file to specific PNG.'s I provide as well as library items. So using that would overwrite my work in the case that someone is using my systems. Juts a general FYI for you. Also in your first video, you need to drag the tool on top of another tool and slightly to the right or left of it
  15. POST 113 I've been using a custom trained AI bot for a few years now. I've got 1000's of hours into its instruction set. It does a pretty decent job with beginner and intermediate scripts and at times can even get you to a complex script if you know what you are doing. It will be a learning process, AI isn't perfect and it will need context at times, but It's free to use and it drives traffic my way. Enjoy!Check it out here:https://www.rabbittdesign.net/macros Click in my signature to navigate to our new forum for more free symbols CLICK ME TO GO BACK TO THE INDEX!!!