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
2012-03-12Fix msvc compilation errors. (__func__ undeclared)Miika Hamalainen
2012-03-12code cleanup/bugfix uninitialized valuesCampbell Barton
2012-03-12style cleanup: line length - some over 300 long.Campbell Barton
2012-03-12text delimiter - convert to unicode before comparing characters.Campbell Barton
2012-03-12style cleanupCampbell Barton
2012-03-12bmesh: edge loop selectCampbell Barton
2012-03-12Fix edge loop selection. Now boundary selection checks only for filled edges ...Antony Riakiotakis
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-11improve confusing macro GET_ACF_FLAG_PTRCampbell Barton
2012-03-11[#30503] Callback for render job completionCampbell Barton
2012-03-11fix for debug assignment left in from own commit r44778Campbell Barton
2012-03-11bmesh python api additions:Campbell Barton
2012-03-11bmesh py api - correct class references in docs and rename mesh conversion fu...Campbell Barton
2012-03-11bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh r...Campbell Barton
2012-03-11code cleanup: remove unused externs.Campbell Barton
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-03-11[#30373] Which part to snap in volume snapping is removedMartin Poirier
2012-03-11bmesh:Campbell Barton
2012-03-112.6 UI:Thomas Dinges
2012-03-10patch [#30511] Save/load window state (allows Blender to start maximised)Campbell 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-10fix for own error in recent commit with UV texture layers. - was shadowing va...Campbell Barton
2012-03-10style cleanupCampbell Barton
2012-03-10style cleanup: unit codeCampbell Barton
2012-03-10Fix an infinite loop in get_levels_from_disps().Nicholas Bishop
2012-03-10style cleanup: fly mode.Campbell Barton
2012-03-10fix [#30500] Mesh.tessface_uv_textures or Mesh.tessface_vertex_colors crash o...Campbell Barton
2012-03-10Remove the OBJECT_OT_test_multires operator.Nicholas Bishop
2012-03-10change fly mode behavior to address issue raised in [#30508] - there being no...Campbell Barton
2012-03-10Speedup for ngon normal calculationCampbell Barton
2012-03-10Revert changes BMesh changes MDisp loading in readfile.cNicholas Bishop
2012-03-10picky changes to mouse cursor text selection behavior, previously as soon as ...Campbell Barton
2012-03-10disable object outline draw when painting (its distracting), also fix for own...Campbell Barton
2012-03-10code cleanup: remove unused variable assignents and added bmesh submodule lin...Campbell Barton
2012-03-10bmesh fix: faces were being created flipped the wrong way compared to surroun...Campbell Barton
2012-03-09style cleanup: consistent names for header guards.Campbell Barton
2012-03-09Fix makesdna error due to poor comment parsing, should be fixed in makesdnaBrecht Van Lommel
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09DO not increment image user counter on view3d duplicate and not decrementSergey Sharybin
2012-03-09Previous fix for stabilization autoscale actually broke stabilizaiton itselfSergey Sharybin
2012-03-09Markers Tweak for SequencerJoshua Leung
2012-03-09Node socket selection feature reimplemented from 2.49. Sockets can be selecte...Lukas Toenne
2012-03-09Some fixes for 2D stabilization:Sergey Sharybin
2012-03-09Optimize index buffers for multires drawing in sculpt mode.Nicholas Bishop
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09some code cleanup for rip tool.Campbell Barton
2012-03-09BMesh: rewrite edge split code (used by edge split modifier and rip tool)Campbell Barton