Campbell Barton
89811cb96f
Cleanup: unused-imports in tests/
2023-07-25 21:43:53 +10:00
Campbell Barton
65f99397ec
License headers: use SPDX-FileCopyrightText in all sources
2023-06-15 13:35:34 +10:00
Campbell Barton
f7bbec290d
File headers: add license to Python scripts
2022-02-11 14:30:21 +11:00
Bastien Montagne
33e8db94b1
Fix (unreported) missing updates in scripts/docs after scene.update() removal.
...
This should really have been done together with API changes, simple
usage of grep does the trick to catch most places needing updates.
2019-06-04 14:39:51 +02:00
Bastien Montagne
394b086b9c
Fix T58556: Some remaining 'dupli_types' in pycode after renaming.
2018-12-03 10:39:54 +01:00
Campbell Barton
f12d2adc87
RNA: Object.select_set use boolean, only select
...
- Was setting active state, making it necessary to backup/restore
active object in cases where this isn't needed.
Existing scripts are explicitly setting the active object when needed.
- Use a boolean select arg (toggle selection wasn't used anywhere).
- Add an optional view layer argument since scripts should be able to
operate outside the user context.
2018-11-08 08:54:55 +11:00
Dalai Felinto
d7ba1ada82
Fix T54136: Crash when deleting an object that is in an instanced group
...
We were not cleaning up groups after deleting objects, leaving groups with
Bases that had no object.
It includes a unittest.
Reviewers: mont29
2018-02-22 17:16:39 -03:00