looks like on this day in history lighting is declaring its independence from the frame time empire
Still waiting for the ThumbnailGenerator release
Editable Mesh is not on yet so? Anyway Iâm just wondering about this archaic way of modeling.
Really like this change of extra information. In with fun, informative facts and out with the brain rot!!!
Ohh boy, another day, another Roblox change that accidentally breaks stuff. My plugins relied on the Command Bar where I could put a comment there to execute custom commands but now in the latest Studio update it does not trigger the .MessageOut event in LogService. Is this intentional? I canât find this anywhere in the recent Release Notes.
(ps here is what that looks like)
Iâm afraid this is a matter of inexperience on your part. 3d Modelling doesnât come down to just âadding dots and moving themâ. I honestly donât see a good reason for roblox to invest their time and money into an entire 3d engine when Blenderâs free, open source, and a fun learning experience once you get the hang of it. Sometimes itâs better to utilize complexity over simplicity (since in this case, simplicityâs only limiting you)
Absolutely right im inexperienced so i call for simple mesh editor. Not blender beceuse im not pro as you and i dont know how to use it.
Anyway we will see after Editable Mesh will be enabled for servers and how many devs will use it. In my opinion Roblox just only loosing because of lack of built in mesheditor.
What I was trying to get at is you should learn blender so you can become experienced. A simplified editor would only slow modelers down imo. I think itâd be better to just utilize blenderâs awesome features since we already have them, at the cost of learning the actual program (it might take a bit, but itâs def worth it).
Something worth mentioning is that I believe youâve misinterpreted the usecase of editableMesh. Itâs an api that allows you to transform and create the geometry of meshes, usually at runtime. Itâs not supposed to be a sophisticated mesh creator, rather a tool for devs to manipulate meshes in-game.
It works. U can make same as in Blender but it works only in Studio now. There is even plugin to moving verticies in real time. Just watch tutorial on yt.
Sorry to necro, but can somebody explain what Workspace.RenderingCacheOptimizations does? Please tell me it has something to do with disabling fast clusters.
Long story short: There are a bunch of internal rendering optimizations behind it. Those optimizations shouldnât break anything, but thereâs enough of them that we want a temporary escape hatch for devs to use in case they are breaking something.
That sounds very promising because I am experiencing exactly such a problem with fast clustering.
Would setting this value to âdisabledâ turn off Robloxâs âfast clustersâ? (I donât know what else to call them. Thatâs just what theyâre called in the microprofiler.)
I donât believe the changes in question have been turned on yet. Fast Cluster invalidation (as you point out) is a longstanding issue, not something new. They might help you once they are though.