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
2013-06-02code cleanup: remove unused structCampbell Barton
2013-06-02remove duplicate operator,Campbell Barton
2013-06-01fix stubs for blenderplayer linkingDalai Felinto
2013-06-01display menu items key shortcuts in the button tooltips.Campbell Barton
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-06-01editmesh display user request, keep the edge lengths within the view bounds (...Campbell Barton
2013-06-01style cleanupCampbell Barton
2013-05-31Fix #35497: rendering preview range gives wrong durationSergey Sharybin
2013-05-31correct cast to uintptr_t for smallhash use.Campbell Barton
2013-05-30fix for incorrect use of strncat in uiItemMenuEnumOCampbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-30Patch #35464: Marker placement for motion tracker by clicking on a desired lo...Sergey Sharybin
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-29Remove the NODE_OPTIONS flag usage from node->typeinfo. This is a redundant f...Lukas Toenne
2013-05-29Reverted a TODO comment from r54429 which disabled the NODE_OPTIONS flag chec...Lukas Toenne
2013-05-29Replacement for the "Active Node" panel in node editor properties sidebar. Th...Lukas Toenne
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-29fix for confusion switching active group when running mirror (would swich bac...Campbell Barton
2013-05-29improve topology mirror, increase chance of finding unique match.Campbell Barton
2013-05-29tweaks to vertex weight limitCampbell Barton
2013-05-29fix for own mistake in recent change to use defvert layer offsets.Campbell Barton
2013-05-29fix [#34851] "UnitSettings.scale_length" not beeing calculated the same way f...Campbell Barton
2013-05-29Correction for strict compiler flags.Sergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28Quick addition to the node sidebar "Active Node" panel: draw input socket val...Lukas Toenne
2013-05-28bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unuse...Campbell Barton
2013-05-28fix [#35509] MedianPoint choice has bad normalsCampbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-28code cleanup: remove old/unused bmesh bevel transform mode, remove commented ...Campbell Barton
2013-05-28Fix #35473: Using Redo panel in View3D after Grease Pencil action moves GP la...Sergey Sharybin
2013-05-28fix [#35543] Bezier curve width and twist fail to apply when more than 1 poin...Campbell Barton
2013-05-27fix error in own recent commit, also other minor changes.Campbell Barton
2013-05-27view3d buttons, internal change: make act_vert_def vertex argument optional.Campbell Barton
2013-05-27Fix #35506: enter local view, enable render draw mode, exit local view. In thisBrecht Van Lommel
2013-05-27Fix for #35495, Material preview do not update. This was caused by a line ins...Lukas Toenne
2013-05-27modification to r57023, use active color but only draw face-stipple when sele...Campbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-27Fix #35504: Blender crashes on separating curves with different Evaluation Ti...Sergey Sharybin
2013-05-27style cleanup: nodesCampbell Barton
2013-05-27fix [#35518] UV Mapping crashes the Blender with specific image fileCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26the viewport align-active option was flipping the viewport direction,Campbell Barton
2013-05-26Fixed own error: used wrong iteration count for cleaning weight groupsGaia Clary
2013-05-26code cleanup: typosCampbell Barton
2013-05-26bmesh: replace array reallocation with a single face array and use STACK macros.Campbell Barton
2013-05-25Simple usability fix:Ton Roosendaal
2013-05-25Solving ancient Blender window sizing issue;Ton Roosendaal
2013-05-25Bug fix, irc submitted:Ton Roosendaal
2013-05-25use math functions rather then macros for bicubic interpolation.Campbell Barton
2013-05-25fix misalignement of timeliner marker with timelineGaia Clary