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
2013-10-30Fix #37252: Mask modifier doesn't copy settings on object copySergey Sharybin
2013-10-30Add some update notifiers for a few boolean paint properties (probably aAntony Riakiotakis
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 #37192, Rendered preview causes crash when deleting a material node in sh...Lukas Toenne
2013-10-29fix [#37250] dynotopo initial triangulationDalai Felinto
2013-10-29Code cleanup: remove unused block from multire bakerSergey Sharybin
2013-10-29Enable multires bake to level 0Sergey Sharybin
2013-10-29Fix #37246: Dynamic paint end frame is limited to 9999Sergey Sharybin
2013-10-29Fix for particle texture influence bug causing undefined (nan) values: When u...Lukas Toenne
2013-10-29(Due to a change in function call) Added default triangulation method for Col...Gaia Clary
2013-10-29Fix collada compile, too less argumentsJens Verwiebe
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 [#37217] Make WM_gesture_lines draw the lasso unfilled. (Adding reroute...Campbell Barton
2013-10-29patch [#37219] RenderParts.partsdone is not a boolean, but a counterCampbell 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-28Fix compile error using Visual Studio 2012.Daniel Genrich
2013-10-28Fix #37221: Multilayer EXR inputs generate pink frame/last displayed frame wh...Sergey Sharybin
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-28fix for decimator editing the data it loops over in an unsupported way.Campbell Barton
2013-10-27Expose MVertSkin customdata layer in Python. This allows scripts to change pa...Andrew Hale
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-27fix [#37195] particles crash with viewport renderCampbell Barton
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-26fix for BM_faces_join_pair() making the assumption that only the 2 faces use ...Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-26code cleanup: merge doxygen comments into C source.Campbell 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-26correct typoCampbell 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-25Remove duplicate cmake enries in game engine and compositorSergej Reich
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