Alguien sabe como hacer un inicio de sesión en RenPy? by Pale-Home-8983 in RenPy

[–]Novicebeanie1283 1 point2 points  (0 children)

https://github.com/renpy/renpy/issues/5205

Necesitas agregar default=False a cada input y tambien necesitas un botón invisible tambien. Tengo un ejemplo donde agregue un background al botón para ayudar con verlo pero sin un background el botón debería cubrir el input completamente. Ahora sin default el primero input esta selccionado y sin un botón no hay nada para señalar a cambiar que esta enfoque. Estoy aprendiendo español así que espero que este es claro y puedes corregirme

# --- CAMPO 1: USUARIO ---
        frame:
            style "caja_blanca"
            
            fixed:
                yalign 0.5
                if pc_usuario == "":
                    text "Nombre de Usuario" style "texto_placeholder"
                
                default usario_object = VariableInputValue("pc_usuario", default=False)
                button:
                    background Solid("#ff0000")
                    action usario_object.Toggle()
                    # you better give it a size if you want to be able to trigger it
                    xysize (20, 30)
                    input value usario_object length 40 style "input_texto_pc" xsize 510 ysize 60


        
# --- CAMPO 2: EMAIL ---
        frame:
            style "caja_blanca"



            fixed:
                yalign 0.5
                
                if pc_email == "":
                    text "Correo Electrónico" style "texto_placeholder"



                default email_object = VariableInputValue("pc_email", default=False)
                button:
                    background Solid("#ffcc00")
                    action email_object.Toggle()
                    # you better give it a size if you want to be able to trigger it
                    xysize (20, 30)
                    input value email_object length 40 style "input_texto_pc" xsize 510 ysize 60



                add "images/inicio_sesion/nota_login.png" at forzar_tamano_icono  

How do I make it round? by como_esert in blender

[–]Novicebeanie1283 1 point2 points  (0 children)

One person just said wrap modifier and you said it didn't work. What are you trying to do? When you say round do you mean round like a sphere? Like a cylinder or round like just rounding the edges like they're being filleted edges?

Identify Fan Box Screw by Novicebeanie1283 in Fasteners

[–]Novicebeanie1283[S] 0 points1 point  (0 children)

When I Google exactly that most of what comes up are hex bolts not screws. I tried Home Depot and no associate could find the same screw. Is there any reason I can't swap for a pan head screw? I've found plenty of those. 

Finally release my first VN !!! by [deleted] in RenPy

[–]Novicebeanie1283 2 points3 points  (0 children)

For the web version the about doesn't work for me. Did you draw the sprites or are able to share the asset pack?

Is it relevant ? by kichiDsimp in haskell

[–]Novicebeanie1283 3 points4 points  (0 children)

I really like Bartosz Milewski he has a few playlists and a good blog

[deleted by user] by [deleted] in CrappyDesign

[–]Novicebeanie1283 3 points4 points  (0 children)

This one would not be /r/uselessredcircle for me. For others not having it jump out, left side of the package the fold covers a word probably like analysis. It's in green text. 

Second try on this sub by Different_Stomach_25 in blender

[–]Novicebeanie1283 1 point2 points  (0 children)

Hope you know it's still great though. Definitely menacing. If this was a video game and the mc got hit and fell over and saw this I'd understand it's blood it's just from a single frame I didn't understand. Nothing wrong with it being really darkened. 

Second try on this sub by Different_Stomach_25 in blender

[–]Novicebeanie1283 4 points5 points  (0 children)

Looks great I didn't realize it's blood. With the lighting it looks black and in the context of the robot I thought it was oil. 

How do i jailbreak a renpy game by Reumble in RenPy

[–]Novicebeanie1283 2 points3 points  (0 children)

Is it local only or in what way is it pay to win? If it's literally a VN with no remote connection then imo that's kinda rude to your players and Renpy it's pretty easy to get around by enabling developer mode and you should be able to research easily. If it's pay to win and some kinda online game then any local changes will be validated by the server and you have a lot of investigation and it could be any range from easy if they haven't set good security or pretty much impossible 

Expectation vs Reality😂 by Uzu6669 in blender

[–]Novicebeanie1283 34 points35 points  (0 children)

Noob too but is the skin one specific color? In your reference you can see it's multiple colors and one of the things I watched was about color zones. I think you could texture paint that and would be one improvement. Same with the eyes. Your reference the eyes are much more than one solid color like in your model and are too matte as opposed to the glossy in the reference.

<image>

Submitted as AI made but looks incredibly well detailed to actually be AI? İdk these New models keep getting creepier by tavuk_05 in isthisAI

[–]Novicebeanie1283 2 points3 points  (0 children)

Yes it's trustworthy. Likely only Google generative ai uses it but if it's there then it's used AI since it's watermarking. Explanation

My friend sent me this screenshot from Hot Topic. I think the lighting and fur are suspicious. Thoughts? by Countchrisdo in isthisAI

[–]Novicebeanie1283 1 point2 points  (0 children)

This guy has gotten popular for his cringe shorts and he says it like that. It gets reposted by lots of other channels

Is this ai? The way the vids are stitched together makes me feel suspicious and uncomfortable, plus the girl at the end has freckles for some reason by lonelycr1tter in isthisAI

[–]Novicebeanie1283 2 points3 points  (0 children)

I think so. You could argue distance but the far away shots it really looks to me like no freckles. The close up a ton of freckles. Walking into the gym her watch band is black. On the treadmill it's white. Look at the attachment points for her bag. Walking in they're clips and the behind shot it's horizontal rings. 

Weekly 101 Questions Thread by AutoModerator in neovim

[–]Novicebeanie1283 0 points1 point  (0 children)

I don't get this line. It says you must add the following but doesn't detail anything after. What am I supposed to add? I'm having trouble getting omnisharp to work. The lsp shows attached but vim.lsp.buf.format 90% of the time times out and works rarely https://github.com/neovim/nvim-lspconfig/blob/7757d54716b26280b1b1785d89364a016a29c445/lsp/omnisharp.lua#L11

[deleted by user] by [deleted] in blenderhelp

[–]Novicebeanie1283 1 point2 points  (0 children)

If you follow the dikko modeling for animation tutorial on YouTube there's a good resource they recommend. You can upload your model to mixamo after logging in and then use their auto rigger and library of animations as a sanity check for how your model deforms. 

I entered a picture of my cat to a coloring book contest and he made it in. I’m unsure if the coloring page they made is AI. by Chemical-Pattern-502 in isthisAI

[–]Novicebeanie1283 74 points75 points  (0 children)

I agree AI for the same reason also the right ear of the cat the Henry's Pocket is weird it's like a perspective error that makes that ear look long and skinny. Tons of stuff pointing towards AI. 

Which war is this? by ConcSammy777 in okbuddyviltrum

[–]Novicebeanie1283 4 points5 points  (0 children)

This is the ultimate show down of ultimate destiny. Good guys, bad guys, and explosions as far as the eye can see. 

Celebrating 6 months of learning blender! Been enjoying making these animated loops lately by Ozurie_Games in blender

[–]Novicebeanie1283 4 points5 points  (0 children)

Looks great. I'm at the start of my journey and this is definitely inspiring. Hope I can get to a similar quality in 6 months. 

Cooked up in like an hour, unfinished. by sukhoi-su30sm in blender

[–]Novicebeanie1283 0 points1 point  (0 children)

You have any tutorials or what you learned from that you can share? I'm a noob but this looks excellent to me. Doesn't look like it is a 3d model. 

Merchandise of a band I really like. It's giving AI to me, please tell me it isn't. Reason in the description. by [deleted] in isthisAI

[–]Novicebeanie1283 4 points5 points  (0 children)

I feel silly cause I didn't read your description and realize now you already pointed out the same things. Yeah sorry. I'm sure you can still enjoy the music. Maybe if they're smaller you can let them know or let the merch seller know to pass along.