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-13Code Cleanup: spellingCampbell Barton
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2014-01-12Bevel fixes for profiles: better way to calculate.Howard Trickey
2014-01-12Fix T38124: Grease Pencil Line thicknessBastien Montagne
2014-01-12UIList tweak: make active item visible when it changes somehow (useful e.g. w...Bastien Montagne
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-12UI: More consistency for T/N sidebars. Logic Editor Properties are on the rig...Thomas Dinges
2014-01-12Fix T38160, N and T sidebars in Image Editor are swapped. Now the Properties ...Andrew Buttery
2014-01-11Code Cleanup: move MOUSEX/Y to BGE, describe INBETWEEN_MOUSEMOVECampbell Barton
2014-01-11Events: support for buttons 6 & 7 (some trackballs have these) X11 onlyCampbell Barton
2014-01-11Events: Use INBETWEEN_MOUSEMOVE for inactive windows too.Campbell Barton
2014-01-11Add tangent space computation/access from RNA (i.e. python).Bastien Montagne
2014-01-11Image API: add frame argument to gl_load(), gl_touch()Campbell Barton
2014-01-11Fix T38150: correct fix this timeCampbell Barton
2014-01-10Fix T38149: crash adding metaball with zero radius.Brecht Van Lommel
2014-01-10Fix clang warning for (harmless) use of uninitialized variable.Brecht Van Lommel
2014-01-10Fix T38142: socket interface 'type' enums are not initialized. These areLukas Tönne
2014-01-10Fix T38150: BMLayerCollection.items/values docs switchedCampbell Barton
2014-01-10Fix for random crash in localized node group freeing while tweakingLukas Tönne
2014-01-09OpenCollada: Fix error in printf-format (too much arguments).Bastien Montagne
2014-01-09Cleanup: mostly, prefer array syntax to pointer arithmetic (keep the later on...Bastien Montagne
2014-01-09Fix T38135: Global start and end point of the curve was set to zero radius & ...Bastien Montagne
2014-01-09Grease pencil 'convert to curve' code: some cleanup & refactor.Bastien Montagne
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