Renerabbitt

Members
  • Posts

    4343
  • Joined

  • Last visited

Everything posted by Renerabbitt

  1. technically you only need one default set. all active defaults should really be set from the saved plan view
  2. "Layout" Indicates a parent section that allows you to specify assignments for the child designations.
  3. This looks like it might be one of my free textures i give out, not a reflection, its part of the effect of having a really effective normal map, same goes for interior flooring or siding You can do as ahomes suggested though I would use a metal texture instead
  4. you can produce totals with custom macros and global variables..
  5. past inside and drag outside and you will need to set some options for them to be flush mount if they arent already, or define a shed room
  6. change your dimension default from the active dimension default control drop down and submit a feature request
  7. Are you looking to create an eye-catching arched wall cabinet in Chief Architect X15? This quick video guide shows you how! From crafting an open cabinet with the countertop tool to adding moldings and materials, we've got you covered. Follow along for a step-by-step tutorial that delves into each component, ensuring your design stands out. Get pro tips on resizing, offsetting, and refining your cabinet's details for a cohesive finish. Don't miss out on making your next project pop! #ChiefArchitect #WallCabinet #InteriorDesign #FurnitureDesign #Cabinetry #DesignTips
  8. use material regions, they will auto cut for your windows cand casings
  9. Count me in! A video just for you: 240429 (10).mp4 and one of my offering services listings:
  10. Made one for ya real quick. DOwnload here: Youtube Members of my feed can see the how to vid here: Rabs Corner Sofa V1.calibz
  11. manual dimension tool, drafting guide, chief architect how to dimension, toolbar customization, cabinet dimensioning.
  12. this method is actually significantly slower in load times...also much quicker in general to put all details in the same xy position so you can simply relink a layout box and having things already centered. Anyway just an FYI, system speed is effected when you have all schedules in one view
  13. Is this truly apples to apples? also what drive are you running on the old one, one hard drive on the new one? are all rendering settings the same on both machines for all views? what do you mean by large files? whats the poly count? are you comparing vector views or raster views?
  14. https://www.rabbittdesign.net/shop/p/automatic-chief-architect-cabinet-pricing-system Watch the video: Revolutionizing cabinet design just got easier! Introducing a dynamic pricing and labeling system for Chief Architect that transforms kitchen builds. Imagine configuring a complete kitchen with pricing in under 30 minutes! This tool is not only a game-changer for cabinet vendors and custom shops but also the closest comparative #ChiefArchitect integration that could compare to 2020 design software's cabinet pricing system. Highlights include: - Variable custom cabinet pricing - SKU match pricing for precision - Dynamic cabinet labels for clarity - A custom schedule that prints an order form just like your vendor's requirements -My Kitchen Tools which can be found here: https://www.rabbittdesign.net/shop/p/kitchen-quick-tools-package Plus, get a free consult to tailor the cabinet schedule perfectly to your needs! Don't miss the full demo; click on the YouTube link above to see these tools in action! #CabinetDesign #ChiefArchitect #InteriorDesign #CustomCabinets #KitchenDesign #CADdrafting #2020design,
  15. Checkout the video: and check out the listing: https://www.rabbittdesign.net/shop/p/automatic-chief-architect-cabinet-pricing-system
  16. welp this only works with solid walls since its using drywall for the calc but here ya go: # Copyright Rabbitt Design 2024 # This macro is in your Room Label but can also be used in a polyline or rich text box ########################################################################################## # Rabbitt Design assumes no liability for the accuracy of this macro calculation or # any consequences arising from the use of this script. Users are responsible for verifying # the appropriateness of the settings within the label options and ensuring the script functions as intended # in their specific use case. ########################################################################################## referenced ? obj = referenced : obj = owner ########################################################################################## #FORMATTER formatter = NumberFormatter.new formatter.use_fractions = true formatter.denominator = 4 formatter.show_trailing_zeros = true formatter.unit = '"' # Set units to inches formatter ########################################################################################## #SCRIPT is_railing_wall = obj.respond_to?(:is_railing) && obj.is_railing if is_railing_wall && obj.respond_to?(:upper_layers) && obj.respond_to?(:length) layer_with_greatest_thickness = obj.upper_layers.max_by { |layer| layer.thickness } if layer_with_greatest_thickness area_sq_in = layer_with_greatest_thickness.area.convert_to(:"sq in") railing_height_raw = area_sq_in / obj.length.to_f # Apply formatter only to the final railing height result railing_height = formatter.apply(railing_height_raw.round)+"w/Rail Cap" else railing_height = "No valid layer found" end end
  17. What is the rendering method of your full camera and are you using that same rendering method in your walkthrough settings?
  18. I want to be able to grab a handle and pull a section arrow. I see we have arrows but not section arrow
  19. im moving away from ipad..too closed down for me. A surface book or surface studio can handle chief, even when detached
  20. thats my video actually I had been using an iPad with a remote desktop viewer, so still needed a PC or mac to run the software and then using the ipad as a wireless monitor.
  21. thats 2.5K poly but you might want to put a fill style in your CAD block