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
path: root/source
AgeCommit message (Expand)Author
2014-01-09Cleanup: Remove tabs in empty lines, use bool when possible instead of int, a...Bastien Montagne
2014-01-09Code cleanup: remove WIP code came from the GSoC branchSergey Sharybin
2014-01-09Fix own regression in font->curve conversionSergey Sharybin
2014-01-09Fix T38083: submenu arrow is overlayed by menu hotkeyCampbell Barton
2014-01-09Fix T38077: Scaling bones in EditMode drawn using envelope display mode scale...Joshua Leung
2014-01-09Fix T38138: incorrect API docsCampbell Barton
2014-01-09Fix T38000: vertex parent crash due to threading issuesSergey Sharybin
2014-01-09Fix remaining sculpt mode crash using multires modifier, similar causeAntony Riakiotakis
2014-01-09Code Cleanup: styleCampbell Barton
2014-01-09Fix T38016: setting Object.matrix_world does not take bone parents into account.Brecht Van Lommel
2014-01-09Code cleanup: remove BKE_object_where_is_calc_simul function.Brecht Van Lommel
2014-01-09Fix T38062: normal map baking gave randomly values 127 or 128 in flat areas.Brecht Van Lommel
2014-01-09Fix T38104: mathutils.cell_vector() always returns (0,0,0)Denis Declara
2014-01-09Fix crash cancelling command line render to AVI movie file.Brecht Van Lommel
2014-01-08Fix T38131: node link buttons (like for cycles in material properties) were notBrecht Van Lommel
2014-01-08Fix T38074: sequence rendering gave "No camera" warning for other scenes thatBrecht Van Lommel
2014-01-08Fix T38105: Action Editor refresh is missing when a keyframe is inserted in 3...Thomas Beck
2014-01-08Fix T38108: blender freeze in remembering operator properties.Brecht Van Lommel
2014-01-08Fix for incorrect use of abs() in intersect_sphere_sphere_2dCampbell Barton
2014-01-08Fix issues with float precision in numinput, like 'R 123' who would show addi...Bastien Montagne
2014-01-08Code Cleanup: style edits to bevel and remove unneeded boundvert_rep_face callCampbell Barton
2014-01-08Add profile control parameter to Bevel.Howard Trickey
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2014-01-08Text3d: improve error checking when pasting from filesCampbell Barton
2014-01-08Fix for RE_engine_begin_result using a NULL pointerCampbell Barton
2014-01-08Sequencer: prevent unknown scopes from crashingCampbell Barton
2014-01-08Fix for inorrect use of BLI_utf8_invalid_strip, add assert to prevent it happ...Campbell Barton
2014-01-08Fix T38112: Rigid Body can't be created for objects with linked meshSergej Reich
2014-01-08Much better solution for negate/inverse in numinput.Bastien Montagne
2014-01-07Fix a small glitch with string generated by numinput, they could cut multi-by...Bastien Montagne
2014-01-07Fix T38100: laplacian smooth crashCampbell Barton
2014-01-07UI / Nodes: Revert Slider for "Value" node, this is no percentage nor a 0-1 r...Thomas Dinges
2014-01-07Fix for crash in anim render: The callbacks in bMovieHandle are expectedLukas Tönne
2014-01-07Cycles Volume Render: scattering support.Brecht Van Lommel
2014-01-07Fix for error in own recent commitCampbell Barton
2014-01-07Cleanup: silence warnings.Bastien Montagne
2014-01-07Middle-clip tweaks:Bastien Montagne
2014-01-07Armatures Editmode: option to recalculate roll from the angle to the parentCampbell Barton
2014-01-07Text3d: underline offset on curved path wasnt working rightCampbell Barton
2014-01-07Fix T38075, crash from shader node add/replace tree view template.Lukas Tönne
2014-01-07Text3d: Add support for underline characters with text-on-pathCampbell Barton
2014-01-07Text3d: move text selection boxes from Curve to EditFont structCampbell Barton
2014-01-07Code cleanup: defines for statfs were getting out of hand for BSD's.Campbell Barton
2014-01-07Fix to own previous commit for bevel vertex only case.Howard Trickey
2014-01-06Bevel: use stack memory for interp_vmesh()Campbell Barton
2014-01-06Bevel: change 'adj' pattern to use subdivision.Howard Trickey
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-06Fix for own error in recent text3d changesCampbell Barton