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
2022-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2019-09-07Cleanup: style, spellingCampbell Barton
2018-08-12PyAPI: update scripts for matrix multiply operatorCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2016-06-15Fix region_2d_to_origin_3d not working with ortho viewDalai Felinto
2015-05-17Cleanup: pep8Campbell Barton
2015-04-13Py API: default arg for location_3d_to_region_2dCampbell Barton
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-09-22Fix T41902: Flipped persp/ortho region_2d_to_vector_3dCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2013-01-16style cleanupCampbell Barton
2012-07-01new function: bpy.extras.view3d_utils.region_2d_to_origin_3d()Campbell Barton
2012-06-30code cleanup: some vars were assigned when not neededCampbell Barton
2011-12-24update bpy_extras.view3d_utils for matrix changesCampbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-08-26correct missing bpy doc references.Campbell Barton
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-25reverse vector multiplication order for some internal functions.Campbell Barton
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-06-21pep8 complianceCampbell Barton
2011-06-15Changes to quick explodeCampbell Barton
2011-05-28- generate sphinx docs for bpy_extras moduleCampbell Barton
2011-05-26correct spelling error and some pep8 changes.Campbell Barton
2011-05-20simplify window_to_3d_vector() and call it from viewline()Campbell Barton
2011-05-19add python access to mathutils.intersect_line_plane, update view3d_utils modu...Campbell Barton
2011-05-18fix for python module region_2d_to_vector_3d and region_2d_to_location_3d fun...Campbell Barton
2011-05-16move generic bpy helper modules into bpy_extras.Campbell Barton