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-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
2013-10-25code cleanup and add mball select similar into the menuCampbell Barton
2013-10-25add check for cmake that source files are not included multiple timesCampbell 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-24Fix for occasional crashes due to numerical instability in Freestyle Perlin n...Tamito Kajiyama
2013-10-23Fix #37175, Viewer node issue for newly toggled render passes.Lukas Toenne
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
2013-10-22Making real need to remove proxiesSergey Sharybin
2013-10-22Bugfix: Renaming bones now renames the corresponding F-Curves in actions used byJoshua Leung
2013-10-22Ctrl+Alt+SelectMouse now does "Select all keyframes in same channel" inJoshua Leung
2013-10-22Adding comments to clarify each set of modifier mappings for animation editorsJoshua Leung
2013-10-22Minor UI messages fixes.Bastien Montagne
2013-10-22DopeSheet Group Select => Bone Select Tweak: Don't change selection status ofJoshua Leung
2013-10-22add copy_v4_fl4, replace QUATSET macro.Campbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-22fix for invalid RNA created for the 3D viewport header (made ID reporting sho...Campbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-21Fix #37169 brush UI not getting updated. A notifier was missing forAntony Riakiotakis
2013-10-21Partial fix for [#37159] Particle Emitter set to not render still appears in ...Bastien Montagne
2013-10-21Jump to Next/Previous Marker operators in the timeline menu, shortcuts areBrecht Van Lommel
2013-10-21Followup to r60857: code was assuming markers were sorted, which is not guara...Bastien Montagne