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-11-01fix for weight-paint crash picking the weight with the mask modifier (or any ...Campbell Barton
2013-11-01code cleanup: spellingCampbell Barton
2013-11-01FIX: [#37199] .ogg file is not recognized as a movie in File BrowserAndrea Weikert
2013-10-31Fix #37261 Rendering a Render Layer from another scene doesn't update.Lukas Toenne
2013-10-31code cleanup: spellingCampbell Barton
2013-10-31Python ui: increase interface float precision limit from 6 to 7Dalai Felinto
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-31fix for uninitialized value use in newly added fcurve normalized view.Campbell Barton
2013-10-30Code cleanup: typo-fixSergey Sharybin
2013-10-30revert own commit r60607, caused bug [#37253]Campbell Barton
2013-10-30One more optimization for lasso, clip PBVH against object space planesAntony Riakiotakis
2013-10-30Optimization of lasso masking using scanfill.Antony Riakiotakis
2013-10-30Some comment fixes, add new sculpt masking operators to menusAntony Riakiotakis
2013-10-30Lasso select tool for masking in sculpting. Initial code, non optimizedAntony Riakiotakis
2013-10-29Code cleanup: more int->bool conversions mask moduleSergey Sharybin
2013-10-29Code cleanup: use bool instead of int in mask moduleSergey Sharybin
2013-10-29Project Pampa request: FCurves normalized displaySergey Sharybin
2013-10-29Make anim system safer for threadingSergey Sharybin
2013-10-29fix [#37250] dynotopo initial triangulationDalai Felinto
2013-10-29Enable multires bake to level 0Sergey Sharybin
2013-10-29style cleanupCampbell Barton
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-29patch [#37218] Split operator for armaturesCampbell Barton
2013-10-29patch [#37231] Bone fill sets bone to connected, even if neither of its point...Campbell Barton
2013-10-29correct error in recent commit.Campbell Barton
2013-10-29Make it possible to track specified clipSergey Sharybin
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-27rename BM_vert_at_index -> BM_vert_at_index_find (since this searches the mem...Campbell Barton
2013-10-27Border select for sculpting, using B shortcut, warmup for more advancedAntony Riakiotakis
2013-10-26Weighted tracksSergey Sharybin
2013-10-26remove null checks for macro definitions, if these fail then something is bro...Campbell Barton
2013-10-26fix for metaball editmode duplicate with PETCampbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-26fix for outline width theme option being ignored for non mesh object types.Campbell Barton
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-26fix for UI glitch with HSVCUBE color picker, color was noticeably not very sm...Campbell Barton
2013-10-26holding ctrl now snaps the hue for color wheel and hsvcube.Campbell Barton
2013-10-26code cleanup: use bool for shift arg, order args more consistently between fu...Campbell Barton
2013-10-25Updating tooltip for Fill Holes "Sides" option.Jonathan Williamson
2013-10-25replace snap values with enum and bool depending on use (it wasn't clear whic...Campbell Barton
2013-10-25patch [#37197] angle snapping for NORMAL buttonCampbell Barton
2013-10-25patch [#37188] Remove filename entry specified twiceCampbell Barton
2013-10-25patch [#30689] select similar for metaballsCampbell Barton
2013-10-25drawobject: Fix sphere bounds drawingSergej Reich
2013-10-23fix for negated normal being used when using individual centers & normal orie...Campbell Barton
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-10-23fix [#37179] All transformation normals drawn when proportional edit, individ...Campbell Barton
2013-10-23refactor transform.c - minor changesCampbell Barton
2013-10-23style cleanupCampbell Barton
2013-10-23Fix part 1 of #37177 spikes in sculpting.Antony Riakiotakis