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
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Fix incorrect externCampbell Barton
2014-01-23Fix T38150: implementation mismatch in bmesh pythonBastien Montagne
2014-01-21Fix for own refcount error in recent commitCampbell Barton
2014-01-21Fix T38297: missing StringProperty subtype 'PASSWORD' in API docs.Brecht Van Lommel
2014-01-20Python API: fix for help() failing on bpy instancesCampbell Barton
2014-01-20Python API: create args for meta-classes directly (a little faster).Campbell Barton
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-13Code Cleanup: spellingCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-11Fix T38150: correct fix this timeCampbell Barton
2014-01-10Fix T38150: BMLayerCollection.items/values docs switchedCampbell Barton
2014-01-09Fix T38138: incorrect API docsCampbell Barton
2014-01-09Fix T38104: mathutils.cell_vector() always returns (0,0,0)Denis Declara
2014-01-08Fix for incorrect use of abs() in intersect_sphere_sphere_2dCampbell Barton
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2014-01-06Fix for recent kdtree py module with MSVCCampbell Barton
2014-01-06Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree)Campbell Barton
2014-01-06Python API: utility function for filling a tuple with a single value.Campbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2014-01-03Code Cleanup: use bool for bmesh operator boolean mapping functionsCampbell Barton
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-29Fix missing check if isect_plane_plane_v3 fails to find an intersection.Campbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-12-23Code Cleanup: styleCampbell Barton
2013-12-23Move python threading stuff to own file in bf_python_extSergey Sharybin
2013-12-17Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Int...IRIE Shinsuke
2013-12-12RNA: Add pixels property typeScott Petrovic
2013-12-11Fix intersect_line_plane bug causing crash on Motion trail and otherBenoit Bolsee
2013-12-10Python API: when OIIO is disabled use the same version format.Campbell Barton
2013-12-09Python API: when OCIO is disabled use the same version format.Campbell Barton
2013-12-09Fix T37715: Incorrect docstringCampbell Barton
2013-12-08Correction to previous commit, sorrySergey Sharybin
2013-12-08Extend system-info with information about OIIO, OCIO and OSLSergey Sharybin
2013-12-06BMesh Py API: add bmesh.geometry.intersect_face_point()Campbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-29Python API: give a better error message when creating a Matrix failsCampbell Barton
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-19Fix T37472: crash when packing UV islands.Campbell Barton
2013-11-17python api internals: no need to set the stop-iter exception string.Campbell Barton
2013-11-15Further tweaks to buildinfoSergey Sharybin
2013-11-08fix for crash when deleting from an id property, with a non-string key.Campbell Barton
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-11-05code cleanup: typosCampbell Barton
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
2013-10-31code cleanup: spellingCampbell Barton
2013-10-31code cleanup: warningsCampbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton