Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-16Fix typo in background_job templateCampbell Barton
D5264 by @dimtion
2019-06-04Fix (unreported) missing updates in scripts/docs after `scene.update()` removal.Bastien Montagne
This should really have been done together with API changes, simple usage of grep does the trick to catch most places needing updates.
2018-11-14Fix some templates for 2.8.Bastien Montagne
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
Conflicts: source/blender/blenkernel/intern/collision.c
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3668
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
Internally it's still mostly named lamps, though some modules like Cycles were already calling them lights.
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-01-10Fix background_job templateCampbell Barton
Update attribute and use empty file operator
2015-11-20Correct error in background job templateCampbell Barton
Remove check for the path being writable, the operator raises error in this case.
2012-12-30add templates menu for OSL, use preprocessor directive color for decorators ↵Campbell Barton
in python.