-
Posts
4619 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by Renerabbitt
-
Pretty Much Lost With These Floor Levels
Renerabbitt replied to HumbleChief's topic in General Q & A
there are no saved images in your cross sections or notes for what you are trying to accomplish, just an FYI -
try blender
-
I'm from Oakland, my black dodge pickup was stolen, I miss her, 5 speed manual 4x4, yum. Headed up to tahoe in a couple of days because snow is far between over here. I just got back from Costa Rica, where if you put up a fence around your property, thats your property line. Regarding your material list stuff..you can always get anything with a Components panel to report to a material list the way that you want. I can point you in the right direction, just come back with your specific questions.
-
Nothing in Chief..., I was just saying that you need some method of consistently updating a file that is local and on your machine , such as an excel sheet, for chief to work with that excel sheet. Chief won't be able to pull data from a cloud source...not in any way that I know of
-
This was a confirmed bug report. Stems from any cabinet that has a molding, which I can workaround. regarding your question, I don’t believe chief can pull data from a website. So you would need something like a scraper or zapier to pull your cloud data into a spreadsheet so it could be read. All theoretically possible
-
RABBITT DESIGN SHOP LINK
-
Perfect, thank you that’s what I assumed, happy tday
-
No idea how alaskan got a full height superscript if this is a screenshot from chief anyone? Custom font? Some ruby vertical alignment method?
-
See the video for more info # Copyright Rabbitt Design 2023 # Helper method to convert numbers to superscript def to_superscript(num) superscript_map = { '0' => '⁰', '1' => '¹', '2' => '²', '3' => '³', '4' => '⁴', '5' => '⁵', '6' => '⁶', '7' => '⁷', '8' => '⁸', '9' => '⁹' } num.to_s.chars.map { |char| superscript_map[char] }.join end # WINLABEL MACRO WITH CONDITION FOR BLANK NEW LINE def winLabel # MAPPING OF WINDOW TYPES TO THEIR ABBREVIATIONS window_types = { 'Single Hung' => 'SH', 'Double Hung' => 'DH', 'Single Casement' => 'SC', 'Double Casement' => 'DC', 'Triple Casement' => 'TC', 'Left Sliding' => 'LS', 'Right Sliding' => 'RS', 'Fixed Glass' => 'FX', 'Single Awning' => 'AW', 'Louvered Window' => 'LV', 'Glass Louvered' => 'GL', 'Pass-Through' => 'PT' } # CHECK ENERGY VALUES FOR WINDOW LABEL PREFIX window_prefix = if u_factor > 0.3 || shgc > 0.25 '(E)-' else '' end # CHECK IF LAYER_SET INCLUDES "WINDOW LAYOUT" if layer_set.downcase.include?("window layout") if window_prefix == '(E)-' || schedule_number.empty? return "N/A" else return schedule_number end end # CONVERT WIDTH TO FLOAT AND CALCULATE IN FEET AND INCHES width_feet, width_inches = width.to_f.round.divmod(12) width_str = "#{width_feet}#{to_superscript(width_inches.round)}" # CALCULATE HEIGHT IN FEET AND INCHES height_feet, height_inches = height.to_f.round.divmod(12) height_str = "#{height_feet}#{to_superscript(height_inches.round)}" # GET SCHEDULE NUMBER schedule_str = schedule_number # GET TYPE NAME AND REPLACE WITH ABBREVIATION IF EXISTS type_str = window_types[type_name] || type_name # CHECK IF WIDTH IS LESS THAN 30" if width.to_f < 30 # SPLIT TYPE STRING AFTER ANY SPACE type_str = type_str.split(' ').join("\n") # COMBINE VALUES INTO MULTIPLE LINES "#{window_prefix}#{schedule_str}\n#{width_str}#{height_str}\n#{type_str}" else # COMBINE ALL VALUES INTO A SINGLE STRING WITH NEW ORDER AND NEW LINE FOR TYPE "#{window_prefix}#{schedule_str} #{width_str}#{height_str} #{type_str}" end end # CALL THE WINLABEL MACRO winLabel 231123 (4).mp4
-
You can post a link here to share with anyone or send to renerabbitt@gmail.com and I can post it
-
Do you have a cloud service like onedrive that you could share a link from?
-
Sorry I meant please post your .plan file
-
please post a plan..what version of the software are you on?
-
Ha! Working through it backwards. As fun as that probably was to experiment with we are missing some core knowledge here. Chief is using a whitted raytrace for RTRT, single light trace, so whereas the results here are easily manipulated, you have to understand whats happening in a scene in order to get the results you want. Which is to say, these aren't repeatable results. the same light in another scene is going to do something different. This ends up getting into a very complex conversation about rendering, truly. Something I usually offer training on. Throw in cuastics and refractions and you have a ton of calcs that are happening in all of the surrounding surfaces of a cabinet box that is lit from the inside. Single surface bounce, so based on the pixel density of your screen, the angle of your cabinets, the color and supporting maps of your materials, the index of refraction on your glass, the backdrop you used and its intensity and so much more, you will get different results from scene to scene. For instance, if you have overhead lights hitting your glass cabinets, and then lights inside of your glass cabinets, chief kinda sorta has to make up the decision on wether the pix of the material inside of the cabinet is lit from those overhead lights or the lights insisde of the cabinet. Move closer to the cabinet, like real close, and chief might make the decision that they are lit from the interior lights. This does get way more complex though, and I wouldn't spend too much time on it until you know what the next version brings
-
won't be able til X17 or X18+ I'd guess
-
Cannot successfully do RTRT views without lockup and crashing.
Renerabbitt replied to GeneDavis's topic in General Q & A
I did notice on another plan you had samples set to 1000 and no cap live samples or denoise. drop that sample rate down to 50 and cap them -
Are you doing residential design and plans?
-
This is an eloborate setup, why are you backing up files to a NAS and to a cloud service and then to a cloud backup service? Why not just the cloud? then periodic system backups to the NAS? Do you use symbolic links? Onedrive saves a version history if you ever need to revert to a previous version...are you versioning your project process as you go? Cool tip about dialpad. I use dropbox for my project files, it doesnt have the same sync issues that onedrive has, (i use onedrive for other things) I recomend it. An old vid of mine- iterative versioning, can always revert back to a previous design iteration, or a previous version of a current design, all through dropbox. Could take any of these folders and share to your sharepoint as well or symbolic link to a NAS or 2nd drive. Sounds like you have your system and it works so Im just sharing info
-
Why are my in-cabinet rope lights not lighting the box?
Renerabbitt replied to GeneDavis's topic in General Q & A
Actually meant the light source moved outside of the gemoetry of the light itself.(y-offset) Also cut-off angle too steep and fall off WAYYYY too high crank up the lumens til it shows -
Why are my in-cabinet rope lights not lighting the box?
Renerabbitt replied to GeneDavis's topic in General Q & A
Hey all, I do not know why all of the workarounds, I didn't mess with anything. Keep your cabinet glass. Make sure your light sources are not inside of the geometry of the light itself. Change them to spot lights, angle them in. This is regular glass on my cabs -
The Best Renderings Available-Rabbitt Design
Renerabbitt replied to Renerabbitt's topic in Offering Services
Photorealistic or artisitic and graphic. Whatever rendering style you prefer- 23 replies
-
No on the a4000. im doing great with an amd6850x which should fall within your budget