I'm trying to edit a template I downloaded for a personal project. I have specific axis values from a previous version of the template that I wish to add to the updated version. However when I do, and I move the timeline cursor to review it, the…
As you can see I accidentally closed my properties bar on the right hand side and I can't figure out how to open it again. Please help!
I mean the part I have boxed in red in this one I can't get that one reopened in my current project.
How do I copy from one object to other selected object only the "diffuse colour"?
Or any other material property to other multiple selected objects materials?
Why "Copy To selected" is greyed out in right click menu?
Copy diffuse colour from B to…
I want to set "preview U resolution" of all the selected curves to 48.
I select all the curves and shift select one curve change its
"preview U resolution" to 48.
Set "preview U resolution" to 48.
Then right-click to "Copy to selected"
Copy…
How to register a single property (not a property group) in blender 2.8?
My attempt
This is what I am doing at the moment inside my addon __init__.py:
# ...
bpy.types.Material.myprop = bpy.props.PointerProperty(type=MyProp)
# ...
with MyProp…
I just signed up since I'm new to Blender. Did some work in gMax.
At some point the property bar appeared tiny and hardly readable. The other bars are ok-
If I open earlier saves the bar is normal.
Thanks
TOM
enter image description here
So I assigned a floatproperty inside my script.
As I moved along I noticed differences that was unexplainable. SO I started to check the properties and how the system take care of them.
Result is
lenght1: FloatProperty(
name="Lenght1",…
I want to add some custom properties to a bone by an if statement
if len(bpy.data.armatures[armSearch].bones[boneSearch].items()) > 1:
itemCount = len(bpy.data.armatures[armSearch].bones[boneSearch].items()) + 1 …
I've been enjoying my first hours with Blender so, my question is super simple. I am trying to make a neon loop with the sun on the horizon. How do I change the color of the sun only, without changing the color of the surroundings?
I added the…
I am trying to bring up the same menu that is brought up by F6 in this video. But when I press F6 nothing comes up, what do I do?
My Blender version is 2.77.
I am trying to delete properties which some plugin messed up.
I wanted to delete a property PN781673099840471551 with
del bpy.data.scenes["Scene"].PN781673099840471551
but that does not work, (type : bpy_struct)
are these strange properties blender…
I have encountered a small problem. As you can see from the attached image, the Properties-area text (circled in red) is smaller than the others.
Can this be corrected?
Thank you for your attention
Mirko
Is there a way to Lock properties from applying object transformations ?
I am using lattice and accidently applying object transformations is causing unwanted results. Please see the Animated GIF of "problem caused by applying object transformations…