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-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton
2014-11-16Knife: fix recent drag option /w loop closeCampbell Barton
2014-11-16Macros: ELEM() can now take 2 argsCampbell Barton
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16BLI_listbase: Add BLI_listbase_count_ex (sets a limit)Campbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-16Error in last commitCampbell Barton
2014-11-16CMake: cleanup, namespace & unused varsCampbell Barton
2014-11-16Knife: double clicking now closes the loopCampbell Barton
2014-11-16Fix T40372: Slow Graph Editor drawingJoshua Leung
2014-11-16[T40792] Optimisations for FCurve Drawing - Lower sampling precision when "Hi...Joshua Leung
2014-11-16[T40372] FCurve Eval/Drawing Optimisation: Skip Bezier handle eval when all h...Joshua Leung
2014-11-16Code cleanup - Typos and separating out assignment from for-loop headerJoshua Leung
2014-11-16Own cleanup, sorry for the noise :/Bastien Montagne
2014-11-16Cleanup: Replace `WM_operator_name_call` by `WM_operator_name_call_ptr` where...Bastien Montagne
2014-11-16Fix T42613: Sculpt dyntopo's 'Set Detail Size' (Shift-D) was only always affe...Bastien Montagne
2014-11-16Add PROP_PERCENTAGE to subtypes handled by WM_OT_radial_control operator.Bastien Montagne
2014-11-16Uninitialised var warningJoshua Leung
2014-11-16Bugfix T41525: Button keyframe indicators don't work correctly when editing N...Joshua Leung
2014-11-16Bugfix T42253: End frame for armature ghosting "in range" is not displayedJoshua Leung
2014-11-16Fix T42611: Knife fails from an edge to a vertexCampbell Barton
2014-11-16Code cleanup: SpellingSergey Sharybin
2014-11-15Cleanup (mostly 0/1 -> false/true).Bastien Montagne
2014-11-15Cmake windows. Make sure we install blender player.Martijn Berger
2014-11-15Knife: freehand drawing while LMB heldCampbell Barton
2014-11-15Fix broken auto-leyframing for 'Vector' button.Bastien Montagne
2014-11-15Fix T42567: Color Wheel Buttons do not autokey correctly.Bastien Montagne
2014-11-15CMake: cleanup, use find_package for pthreadsCampbell Barton
2014-11-15UI: cleanup next/prev order in menu codeCampbell Barton
2014-11-15Cleanup: remove unused redraw flagCampbell Barton
2014-11-15cmake / windows cleanupMartijn Berger
2014-11-15Cmake windows, removing more redundant thingsMartijn Berger
2014-11-15Cmake windows/msvc minor cleanupMartijn Berger
2014-11-15Cycles: Revert changes to inline flags enabled for release onlySergey Sharybin
2014-11-15Cycles: Fix compilation error with enabled looging but disabled libmvSergey Sharybin
2014-11-15Add Make Edge/Face to mesh Edit Mode toolbar.Jonathan Williamson
2014-11-14Replace tooltips of copy vgroups to ... operators.Bastien Montagne
2014-11-14View3d: border would jitter on panningCampbell Barton
2014-11-14Sequencer: handles drew outside of small stripsCampbell Barton
2014-11-14Fix T42593: Rigify crash when I press "Generate" - corrupted IDGroup's listba...Bastien Montagne
2014-11-14Add missing notifiers for slip operatorAntony Riakiotakis
2014-11-14skip scene_armature_depsgraph_workaround when theres no armaturesCampbell Barton
2014-11-14Reuse local view for UVs for previous commit, thanks to Campbell for theAntony Riakiotakis
2014-11-14Depsgraph: Workaround for missing pose update when changing visible layersSergey Sharybin
2014-11-14Fix T42561 (semi feature request/comeback) UVs in image editor can getAntony Riakiotakis
2014-11-14Fix X11/GLX failing with multi-sampleCampbell Barton
2014-11-14UI: Rename Addons -> Add-onsCampbell Barton
2014-11-14Fix vertex colors being displayed wrong in GLSL in edit mode. Looks likeAntony Riakiotakis
2014-11-14Don't assign wrong datalayers to gpuattribs in edit mode.Antony Riakiotakis
2014-11-14Cleanup: use BLI_hash_ prefix for md5 apiCampbell Barton