Sorcar icon indicating copy to clipboard operation
Sorcar copied to clipboard

[REQUEST] Brute Force Mode?

Open enzyme69 opened this issue 5 years ago • 2 comments

Is your feature request related to a problem? Please describe. I wonder if there such a node that can simply loop and repeat commands, without building up the data memory.

Describe the solution you'd like I got for example random extrude setup with loop. I noticed however even with 1000 iterations, it's start to slow down considerably.

Describe alternatives you've considered I wonder if there is another way to "Loop" like almost Recursively but in a way that is more efficient?

Screen Shot 2020-01-02 at 10 25 01 am

enzyme69 avatar Jan 01 '20 23:01 enzyme69

I would think it would be similar to "Macro" execution but rapidly running over and over again... https://github.com/Muthird/CommandRecorder2.8

enzyme69 avatar Jan 01 '20 23:01 enzyme69

Well, I'm surprised you even got it to 1000 iterations! Macros wouldn't be helpful in my opinion because they'll eventually end up calling bpy.ops functions, which is more or less what Sorcar is doing. Maybe the evaluation time in loop nodes can be reduced somehow

aachman98 avatar Mar 09 '20 22:03 aachman98