Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
There already are the pin_id and use_pin_id properties. I figured an operator would be better than
using a special "set" function for these properties though, since I thought it was generally bad practice
to make setting one property affect another.
| source/blender/editors/space_buttons/buttons_ops.c | ||
|---|---|---|
| 63 | rna_SpaceProperties_pin_id_update() does additional things to ensure correct material preview updates and to unpin the context if sbuts->pinid is NULL. | |