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
2015-05-17Cleanup: pep8Campbell Barton
2015-05-12Doc: minor fixesCampbell Barton
2015-04-13Py API: default arg for location_3d_to_region_2dCampbell Barton
2015-03-24Fix T44089: All addons do not use same default for orientations.Bastien Montagne
2015-02-16Fix bake action visual-keying optionCampbell Barton
2015-02-13cleanupCampbell Barton
2015-02-03Fix T42510: bake animation wrong result.Bastien Montagne
2015-01-29cleanup: pep8Campbell Barton
2015-01-14PyAPI: name OrientationHelper (io prefix in module name already)Campbell Barton
2015-01-14Py IO utils: Add helper class to handle orientation (axes).Bastien Montagne
2015-01-12correct last commit: less cryptic camera checkCampbell Barton
2015-01-12Fix T43206: region_2d_to_origin_3d has no ortho offsetCampbell Barton
2014-12-23Add missing keymap for paint curveCampbell Barton
2014-12-10Fix for object_utils.object_data_add: Now supports None obdata forLukas Tönne
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-09-22Fix T41902: Flipped persp/ortho region_2d_to_vector_3dCampbell Barton
2014-08-06Correct Python exceptionsCampbell Barton
2014-07-22Fix missing includeCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-02-19Keymap: load/save improvementsCampbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2014-02-08Fixes to make script_load_keymap test pass.Howard Trickey
2014-01-22Fix T38315: keymap configuration export did not export deactivated items corr...Brecht Van Lommel
2014-01-13Code Cleanup: spellingCampbell Barton
2013-12-03Keymap: add walk modeCampbell Barton
2013-11-07Fix #37338: Add objects from addon work in a Linked SceneSergey Sharybin
2013-11-03Fix [#37275] can't import 2.68a keymapBastien Montagne
2013-09-18fixes for python api docs.Campbell Barton
2013-09-13fix [#36713] crash from adding gear from 'extra objects' addonCampbell Barton
2013-08-18More "relpath" try/except protection...Bastien Montagne
2013-08-15fix [#36455] importing obj data after saving doesn't workCampbell Barton
2013-08-12image_load() utility function's 'recursive' option wasn't functional since 2.4xCampbell Barton
2013-07-05fix [#35977] Bake Action doesn't work properlyCampbell 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
2013-04-29move modal view3d keymaps out of main list of keymaps into the view3d section.Campbell Barton
2013-04-23fix/workaround [#34983] bpy.ops.mesh.primitive_torus_add() ignores rotation-p...Campbell Barton
2013-04-11fix [#34805] Bake action ignores parent motionCampbell Barton
2013-04-10py api: path_reference_copy() use try/except when copying images, can fail fo...Campbell Barton
2013-04-10py api: simple function to get an image from an objects for simple formats th...Campbell Barton
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-04-05py api additions needed for fixing [#34864].Campbell Barton
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-02-26patch [#34437] Fix text editor bug: ctrl+F is not configurableCampbell Barton
2013-02-18Correction to own r44749 -- layers from view were always used,Sergey Sharybin
2013-02-18checking for V3D_LOCAL was duplicated in transform.c, and both checks not qui...Campbell Barton
2013-02-18fix bpy_extras.mesh_utils.edge_face_count_dict() helper api function.Campbell Barton
2013-02-07code cleanup: use exist_ok keyword arg to os.makedirs() rather then checking ...Campbell Barton