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
2011-06-15Changes to quick explodeCampbell Barton
2011-06-11improved autocompleation when there is a common prefixCampbell Barton
2011-06-10added a check to console auto-compleation for pythons struct_seq type, so bpy...Campbell Barton
2011-06-10fix [#27495] Incorrect result of image name autocompletionCampbell Barton
2011-06-02addons now show expanded list again (since Brecht's commit now makes it fast)Campbell Barton
2011-05-31fix for mistake in case insensitive image load.Campbell Barton
2011-05-30missed this import when moving load image function.Campbell Barton
2011-05-28move load_image into image_utils and add some docstrings to bpy_extras module.Campbell 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-26move less common mesh operations out of bpy_types into bpy_extras.mesh_utilsCampbell Barton
2011-05-24lookup table for axis conversion was wrong in some places.Campbell Barton
2011-05-24bpy_extras.io_utils.axis_conversion() was returning wrong matrix.Campbell Barton
2011-05-20simplify window_to_3d_vector() and call it from viewline()Campbell Barton
2011-05-20[#27439] Console window doesn't hide on startup when presets are used (Windows)Campbell Barton
2011-05-20SVN maintenance.Guillermo S. Romero
2011-05-19fix [#27432] [2.57/scripts/modules/bpy/path.py:169] can't concat bytes to strCampbell 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
2011-05-16new empty package to move bpy utility modules into.Campbell Barton
2011-05-12window_to_3d_vector was incorrect but dolly view operator was accounting for ...Campbell Barton
2011-05-12python utility module for converting between 2d/3d region/world coordinates.Campbell Barton
2011-05-08fix [#27324] WindowManager.invoke_search_popup() crashes blender and does not...Campbell Barton
2011-05-07io_utils.axis_conversion(...) utility function to easily convert the forward ...Campbell Barton
2011-05-06patch [#27205] Infinite recursion inside resolve_ncase() when passed a driver...Campbell Barton
2011-05-04fix 2 bugs with addon installationCampbell Barton
2011-05-02fix [#27148] *Invalid Path* in all "operator presets" dropdownsCampbell Barton
2011-04-14api to support different kinds of relative paths on export, including copying...Campbell Barton
2011-04-12less alarming warnings about the python api not being stable in online docs a...Campbell Barton
2011-04-11api changes needed for for copying old settings to new.Campbell Barton
2011-04-05minor edits to keyingsets script.Campbell Barton
2011-04-05"Bugfix" (i.e. feature request in disguise!) [#26772] Delta Scaling,Joshua Leung
2011-04-04fix [#26757] Python console: help() doesn't work anymoreCampbell Barton
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-29use 'is None' rather then '== None' as suggested by python docs & mis-spelling.Campbell Barton
2011-03-28Proper traceback when addons fails AST parsing setpMartin Poirier
2011-03-27pep8 cleanupCampbell Barton
2011-03-27fix (own bug) [#26628] "FCurve/Driver Version Fix" Incorrectly Clobbers Array...Campbell Barton
2011-03-27Bugfixes due to recent RNA renaming:Joshua Leung
2011-03-25fix [#26601] Python error when use of autocompleteCampbell Barton
2011-03-25fix for incorrect prints with RNA errors (own fault, CONTAINER_RNA_ID was inc...Campbell Barton
2011-03-23missed committing this beforeCampbell Barton
2011-03-22allow system info operator in background mode.Campbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-03-22py/api registration:Campbell Barton
2011-03-22fix for error printing class register error, remove an unneeded check.Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-21patch from Martin, call classes register/unregister functions.Campbell Barton
2011-03-18hide addon_utils in bpy.utils & tag/remove unused vars in recent commits.Campbell Barton