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
2013-10-08Fix [#36993] Blender 2.69 test build freezes when changing metaball view reso...Bastien Montagne
2013-10-08use booleans in BKE_nurb_handles_autocalc and BMO_op_vinitfCampbell Barton
2013-10-08replace len_v3v3 with len_squared_v3v3 for comparisons.Campbell Barton
2013-10-08uiSetRoundBox still took hard coded numbers in places.Campbell Barton
2013-10-08rename UI_OT_eyedropper to UI_OT_eyedropper_color to make way for other kinds...Campbell Barton
2013-10-07fix for incorrect size passed to BLI_strncpy().Campbell Barton
2013-10-07fix for crash on load if the file was saved in editmesh,Campbell Barton
2013-10-07fix for casting shadows of scaled objects was made to X_BlenderRenderTools.cp...Campbell Barton
2013-10-07remove minor differences between these 2 files which are almost exact duplica...Campbell Barton
2013-10-07revert r58693. patch [#36233], caused regression (bug report [#36959]).Campbell Barton
2013-10-07Fix #36981, Removing Sample line fails during render.Lukas Toenne
2013-10-07Fix #36980: Color space issue when displaying pixel color in a renderSergey Sharybin
2013-10-07Remove unused and meaningless line.Sergey Sharybin
2013-10-07Build fix (issue could happen with scons,reported by ebrain on IRC, thanks).Bastien Montagne
2013-10-06Revert revision 59985, 59986, 60046 and 60067. These were fixes to improve saveBrecht Van Lommel
2013-10-06* Display warning icon for SSS/GPU message. Thomas Dinges
2013-10-06Fix for Output File node operators: added a sanity type check to avoid using ...Lukas Toenne
2013-10-05Fix for my last customdata fix, accidentally left in comments.Brecht Van Lommel
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton
2013-10-05replaced export for OpenSim by Export for SL/OpenSim in Collada export user i...Gaia Clary
2013-10-05Fix for unnecessary customdata warning with empty meshes.Brecht Van Lommel
2013-10-05rename overlap to holes for isect_point_poly_v2Campbell Barton
2013-10-05avoid divide by zero with grid fill (when there is no selection)Campbell Barton
2013-10-05more corrections to valgrind hinting.Campbell Barton
2013-10-05use valgrind hints for memarena for better debugging info when using valgrind.Campbell Barton
2013-10-04pressing enter over a file-text button is ignored (so enter in the file selec...Campbell Barton
2013-10-04Remove prints from own r60549, sorry for the noise.Bastien Montagne
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-04fix for lasso failing/glitches on overlapping lines, replace scanfill with 2d...Campbell Barton
2013-10-04Fix obvious bug in particle code (copying normal into nor when in if(ornor) b...Bastien Montagne
2013-10-04Fix #36930: dynamic topology sculpting with masks gave bad results:Brecht Van Lommel
2013-10-04Fix #36948: blender internal viewport render crashes holding shift+Z pressedBrecht Van Lommel
2013-10-04Code cleanup: remove unused functionSergey Sharybin
2013-10-04Fix related to [#36926] 'scale' Node doesn't work properly.Bastien Montagne
2013-10-04fix for lasso selection (in non-zbuf mode) when the line intersected its self.Campbell Barton
2013-10-04Changing dither value will now invalidate cached display bufferSergey Sharybin
2013-10-04Fix #36939, Objects with nodes appear in gray in viewport, using Solid shade,...Lukas Toenne
2013-10-04fix [#36947] "Edge Slide" bugs when "Even" is onCampbell Barton
2013-10-04fix [#36942] unfreed memory on trackball widget useCampbell Barton
2013-10-03set mempool debug in the game-engine-player too. also remove redundant mempoo...Campbell Barton
2013-10-03rigidbody: Flag bodies for validation when changing shapeSergej Reich
2013-10-03fix crash in editmesh edge-dissolve, when 2 faces shared multiple edges, free...Campbell Barton
2013-10-03freeing mempool elements now fills freed memory with --debug for debug builds.Campbell Barton
2013-10-03Changed some labels from Second Life to OpenSimGaia Clary
2013-10-03fix for crash dissolving faces, bmesh walkers were using freed mempool elements.Campbell Barton
2013-10-03add cmake option WITH_MEM_VALGRIND, helps to track down errors with mempool u...Campbell Barton
2013-10-03yet another instance dissolve deletes verts it loops over.Campbell Barton
2013-10-03overlapping faces made join-triangles fail, check for this case and silently ...Campbell Barton
2013-10-03addition to r60523 missed using BM_ITER_MESH_MUTABLE in one place.Campbell Barton
2013-10-03fix [#36923] Merge / Delete vertices crashes for some meshesCampbell Barton