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-04-13Split Normals I (2/5): Add basic BMesh support of split normals.Bastien Montagne
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-03Code cleanup: strict flags for bmesh_logCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Py API: Vector.slerp(). also added interp_v3_v3v3_slerp(_safe) functionsCampbell Barton
2014-03-31Fix for error in normalize_vn_vn(), add len_squared_vnCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-24Fix T39392: Python bindings for geometry.box_pack_2d() return invalid total h...Bastien Montagne
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-03-17Python API: add Vector.orthogonal() methodCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-05Alternative fix for T38753, use existing __file__ in namespaceTamito Kajiyama
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-02-28PyAPI: correct warning with dynamic enumsCampbell Barton
2014-02-25Fix for custom property editor when property id's contained quotesCampbell Barton
2014-02-22Fix T38753: Python script paths weren't escaped (Win only)Campbell Barton
2014-02-22Code cleanup: styleCampbell Barton
2014-02-14Py API: refactor py text compiling into its own functionCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-12Fix T38541: sys.exit fails when blender is built as a py-moduleCampbell Barton
2014-02-08RNA: add flag to be used for changing numbers proportionallyCampbell Barton
2014-02-08Py Docs: move bpy.props options and subtype flags into generic definesCampbell Barton
2014-02-05PyAPI: mathutils.Vector.cross now works for 2d vectors (returns a float)Campbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-30Fix for crash linking node groups through bpy.data.libraryCampbell Barton
2014-01-30PyAPI: noise.seed_set(), note that zero is a special case.Campbell Barton
2014-01-30Fix T38402: invalid message for bad type assignments (Quat, Vector)Campbell Barton
2014-01-29Fix T36955: API docs referred to sys.maxint which does not exist in Python 3.Brecht Van Lommel
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