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
2012-03-18spelling cleanupCampbell Barton
2012-03-18ngons draw with uniform normals in object mode now, I had this code disabled ...Campbell Barton
2012-03-18code cleanup:Campbell Barton
2012-03-18better not to use rgb_float_to_uchar() from last commit (comment as to why)Campbell Barton
2012-03-18fix for weightpaint color with recent loopcolor abgr --> rgba conversion.Campbell Barton
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-17== Sequencer ==Peter Schlaile
2012-03-17Big step forward nodes UI translation:Bastien Montagne
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-03-17Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERN...Bastien Montagne
2012-03-17Make grumpy gcc happy again! :pBastien Montagne
2012-03-17Reduce poly map memory usage (used by sculpt smooth brush.)Nicholas Bishop
2012-03-16Allow merging two tracks in cases when they've got overlapping tracked/keyframedSergey Sharybin
2012-03-16Fix #30561 Modifiers with use_apply_on_spline = True do not work on curve wit...Sergey Sharybin
2012-03-16bmesh: being back bevel modifier from 2.62 stable.Campbell Barton
2012-03-16mesh_validate code for bmesh (i.e. polys/loops).Bastien Montagne
2012-03-15Remove unused parameter from multires_dm_create_from_derived.Nicholas Bishop
2012-03-14Fix crash on edge extrude from textured viewSergey Sharybin
2012-03-14Avoid a sigsev after 44830 when reports is empty, clang compile workJens Verwiebe
2012-03-14Copy hidden flag to vertices when applying multires modifier.Nicholas Bishop
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-14Add DerivedMesh.gridHidden and CCGDM implementation.Nicholas Bishop
2012-03-14Add MDisps.hidden bitmap.Nicholas Bishop
2012-03-14Add new CCG accessor functions.Nicholas Bishop
2012-03-14Add BKE mesh function to update edge/poly hidden flags from verts.Nicholas Bishop
2012-03-14Don't wait for sculpt stroke to create PBVH.Nicholas Bishop
2012-03-14Add 'level' field to struct MDisps, companion to 'totdisp'.Nicholas Bishop
2012-03-13Fix possible usage of NULL function reported by clangSergey Sharybin
2012-03-13Code cleanup: replace multires update function pointer with direct call.Nicholas Bishop
2012-03-12Fix #30406: Hooks ignore Automatic handles setting in curvesSergey Sharybin
2012-03-12Fix #30496: Bugs and crashes about "make links modifers" function.Sergey Sharybin
2012-03-12Fix #30512: external render saved render result after reporting error.Brecht Van Lommel
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-11fix for debug assignment left in from own commit r44778Campbell Barton
2012-03-10Remove remained part of debug code.Sergey Sharybin
2012-03-10Forgot to remove code used for debuggning in previous commit.Sergey Sharybin
2012-03-10Finally 2D stabilization auto scale factor should be calculated perfectlySergey Sharybin
2012-03-10style cleanup: unit codeCampbell Barton
2012-03-10Fix an infinite loop in get_levels_from_disps().Nicholas Bishop
2012-03-10picky changes to mouse cursor text selection behavior, previously as soon as ...Campbell Barton
2012-03-10code cleanup: remove unused variable assignents and added bmesh submodule lin...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09Previous fix for stabilization autoscale actually broke stabilizaiton itselfSergey Sharybin
2012-03-09Some fixes for 2D stabilization:Sergey Sharybin
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09Use sqrtf rather than sqrt in CCGSubSurf.cNicholas Bishop
2012-03-08- Clip draw as scene strip background works fine againSergey Sharybin
2012-03-08Fixing several issues with keyingsets:Bastien Montagne