Questions tagged [properties]

Questions about accessing object properties or attributes while scripting

Documentation on the blender wiki.

724 questions
7
votes
1 answer

What does it mean when a property is highlighted in green?

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…
Steve
  • 71
  • 1
  • 2
6
votes
2 answers

How to open properties bar, I accidentally closed it?

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.
InvisableGleek
  • 63
  • 1
  • 1
  • 6
5
votes
2 answers

"Copy To selected" How do i copy only the material diffuse colour?

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…
ashwin
  • 1,739
  • 2
  • 21
  • 46
3
votes
1 answer

"Copy to selected" dose not work with curves ? or Nurbs?

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…
ashwin
  • 1,739
  • 2
  • 21
  • 46
3
votes
1 answer

How to register a single property (not a property group) in blender 2.8? (Python API)

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…
gmagno
  • 402
  • 4
  • 13
2
votes
1 answer

Properties bar shrank (ate magic mushrooms?)

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
Thomas Frede
  • 131
  • 5
2
votes
1 answer

FloatProperty not precise (bug?)

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",…
cecevo
  • 170
  • 1
  • 8
2
votes
1 answer

clear ID Properties completely

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 …
Tristan Salzmann
  • 228
  • 2
  • 11
2
votes
1 answer

How to re-open operator tab

I just want to reopen with a hotkey, I alredy know that I can open it after we work with.
TheFJS14
  • 23
  • 4
2
votes
2 answers

Changing the color of an object (UV sphere)

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…
1
vote
1 answer

I dont know how to open the side bar

I cant find the properties bar, or reopen the bar on the side, all i get is the Transformation bar. That didn't work, it just opened a double.
ethan
  • 11
  • 1
  • 3
1
vote
2 answers

How Do I Bring Up The Same Properties Menu As In This Video?

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.
Red Death
  • 13
  • 2
1
vote
1 answer

delete properties in messed up file

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…
Gabriel
  • 253
  • 2
  • 7
1
vote
1 answer

The Properties-area text is smaller than the others

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
Mirko
  • 13
  • 3
1
vote
1 answer

Lock properties from applying object transformations

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…
ashwin
  • 1,739
  • 2
  • 21
  • 46
1
2 3