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-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
2013-05-24weight tools: added more selection types to limit total operatorGaia Clary
2013-05-24style cleanupCampbell Barton
2013-05-24fixed memory leak in weight tool: levelsGaia Clary
2013-05-24weight tools: added more selection types to levels operatorGaia Clary
2013-05-24weight tools: added more selection types to invert operatorGaia Clary
2013-05-24fix own error in r56649, caused normal calculation to fail, reported as [#354...Campbell Barton
2013-05-24disable auto indent when pasting text into the python console.Campbell Barton
2013-05-24fix own regression with ortho-camera adding points reported as [#35462]Campbell Barton
2013-05-24Follow up to previous commit. Non tiled mask wouldn't work on airbrushesAntony Riakiotakis
2013-05-24fix [#35488] Toggle "Show All Layers" Campbell Barton
2013-05-24remove v3d.modeselect, reduce size of other vars in v3d.Campbell Barton
2013-05-24Fix #35426, masking works wrong in projection painting. When we don'tAntony Riakiotakis
2013-05-24style cleanup: also remove unused varCampbell Barton
2013-05-24Cleaned up draw_selected_name() to avoid redundant BLI_snprintf() callsGaia Clary
2013-05-23Fix stack corruptions in special casesSergey Sharybin
2013-05-23Made display of object : bone : shapes unique for weight painting and armatur...Gaia Clary
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-23Improved display of active bone (in 3DView) when weight painting a mesh ObjectGaia Clary
2013-05-23Added display of active bone (in 3DView) when weight painting a mesh ObjectGaia Clary
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton
2013-05-23Fix #35449: image sequences to drive e.g. particle length or used in modifiersBrecht Van Lommel
2013-05-23Weight tools: Clean added additional selection options in operator PanelGaia Clary
2013-05-23Fix #35469: image editor smear and soften paint tools not working correct forBrecht Van Lommel