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 (Expand)Author
2020-02-10Fix T73681: Python exception adding Empty objects via `object_data_add`Philipp Oeser
2019-12-11Fix bpy.extras.object_data_add use without an active spaceCampbell Barton
2019-10-29Cleanup: remove unused object_image_guessCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-05-17Update for Depsgraph API changesPhilipp Oeser
2019-05-16Fix using non-euler cursor orientationCampbell Barton
2019-05-15Objects: new 3D cursor alignment option when adding objectsHans Goudey
2019-05-09Cleanup: unused args/vars/imports in modulesCampbell Barton
2019-04-19Cleanup: correct misleading classmethod argCampbell Barton
2019-03-17Cleanup: unused importsCampbell Barton
2019-03-13Fix T62436: New added Torus won't appear in Local ViewCampbell Barton
2019-03-13Revert "Fix T62436: New added Torus won't appear in Local View"Campbell Barton
2019-03-12Fix T62436: New added Torus won't appear in Local ViewDalai Felinto
2019-03-01RNA: move cursor into own structCampbell Barton
2019-01-15Fix T60410: Crash adjusting torus w/ enter edit-mode preferenceCampbell Barton
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-11Fix T57776: Error when adding a Torus to the scene.Bastien Montagne
2018-11-06Fix/cleanup RNA viewlayer API.Bastien Montagne
2018-09-10Fix object_utils.py's matrix multiplication (use new @ syntax).Bastien Montagne
2018-08-12PyAPI: update scripts for matrix multiply operatorCampbell Barton
2018-07-24Fix incorrect active object setting in scripts.Brecht Van Lommel
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-07-03Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-05-053D Viewport: make shading and overlay DNA match UI names.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2017-11-29Merge branch 'master' into blender2.8Campbell Barton
2017-11-29Cleanup: Python importsCampbell Barton
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-05-19Fix crash when adding Torus in edit modeDalai Felinto
2017-02-24Fix T50714: Collections: Adding object to scene without an existing collectionDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-11-18Fix UV layer bug in object_utils.object_data_add()Campbell Barton
2016-10-27Fix T49743: Adding torus in edit mode local mode shows errorBastien Montagne
2016-10-11Fix objects added via py being on the wrong layer when viewport is decoupled ...Sergey Sharybin
2015-09-23Fix T46220: Add torus has no 'layers' optionCampbell Barton
2015-06-18update hand written rst docsCampbell Barton
2015-05-17Cleanup: pep8Campbell Barton
2014-12-10Fix for object_utils.object_data_add: Now supports None obdata forLukas Tönne
2014-07-22Fix missing includeCampbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2013-11-07Fix #37338: Add objects from addon work in a Linked SceneSergey Sharybin
2013-09-13fix [#36713] crash from adding gear from 'extra objects' addonCampbell Barton
2013-06-16rename world_to_camera -> world_to_camera_viewCampbell Barton
2013-06-13minor edits to world_to_camera() utility function, include Z so you can tell ...Campbell Barton
2013-06-13handy function for getting the 2d camera coords for a worldspace location.Campbell Barton
2013-05-29fix [#34851] "UnitSettings.scale_length" not beeing calculated the same way f...Campbell Barton