Timeline for How to Link/Append a data-block using the Python API?
Current License: CC BY-SA 4.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 2, 2024 at 20:21 | comment | added | MisterLBlends | Is there a way to do this in Blender 4? My old way no longer works. | |
| Jun 4, 2020 at 12:16 | comment | added | brockmann | Ooops, thanks @batFINGER Added a collection example | |
| Jun 4, 2020 at 12:15 | history | edited | brockmann | CC BY-SA 4.0 | Blender 2.8x update (groups -> collections) |
| Jun 3, 2020 at 18:57 | comment | added | batFINGER | @brockmann Re edit, TM chose tthe one? datablock type that has changed... groups become collections to make it 2.8+ compatico. | |
| Apr 7, 2020 at 15:58 | history | edited | brockmann | CC BY-SA 4.0 | Blender 2.8x update |
| Jan 9, 2020 at 18:10 | comment | added | João Cartucho | In Blender 2.8 replace bpy.context.scene.objects.link(obj) with bpy.context.collection.objects.link(obj) | |
| Apr 13, 2017 at 12:57 | history | edited | CommunityBot | replaced http://blender.stackexchange.com/ with https://blender.stackexchange.com/ | |
| Oct 4, 2016 at 10:27 | history | edited | p2or | CC BY-SA 3.0 | append object(s) example added |
| Jan 12, 2016 at 23:32 | history | edited | ideasman42 | CC BY-SA 3.0 | added 121 characters in body |
| Sep 7, 2015 at 10:44 | vote | accept | Boris | ||
| Sep 5, 2015 at 12:52 | comment | added | ideasman42 | @Boris, There is a link argument, Set it to False to behave like Append | |
| Sep 5, 2015 at 12:48 | history | edited | ideasman42 | CC BY-SA 3.0 | added 19 characters in body |
| Jul 26, 2015 at 9:55 | comment | added | Boris | Sorry but this don't make it. This is the solution i have already, that's why i specified "behave like the append operator(shift F1) with everything local/editable". Here it behave like a link (ctrl alt o). i ll edit my first post to be more clear | |
| Jul 26, 2015 at 0:15 | history | answered | Todd McIntosh | CC BY-SA 3.0 |