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
2014-03-16Code cleanup: modifier_skin_customdata_ensure was a bad level callCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-15Code cleanup: spelling & styleCampbell Barton
2014-03-15Fix T39189: Node editor Map Uv requires an scale node to work.Lukas Tönne
2014-03-15Patch T36209: Use binary search function for evaluating F-CurvesJoshua Leung
2014-03-15Spelling fixJoshua Leung
2014-03-14Fix T39166: Disappearing text objectsSergey Sharybin
2014-03-14Fix T38897: Problems moving animation channels up and down in dope sheet/acti...Bastien Montagne
2014-03-14Fix T39180: Particle with fluid physics unstable.Lukas Tönne
2014-03-14Fix T39164: Mask tansform doesn't respect parent for centerSergey Sharybin
2014-03-14CMake: fix for standalone player and remove recast modifier referenceCampbell Barton
2014-03-14Fix Circle picker not liking linear color properties much. Again, visualAntony Riakiotakis
2014-03-14Disable color picker template cubic parameter by default.Antony Riakiotakis
2014-03-14Better fix for T37545.Antony Riakiotakis
2014-03-14Some corrections to previous commit. Undo stack could return 0 or returnAntony Riakiotakis
2014-03-14Fix T39156 part 2: Add support for image paint operations in undoAntony Riakiotakis
2014-03-13Fix bug 1 of T39156: Deadlock while undoing paint operations on imageAntony Riakiotakis
2014-03-13Typos in last commit, sorryJens Verwiebe
2014-03-13GHOST: cover now both win and osx case for T39153Jens Verwiebe
2014-03-13Fix own bug after HSL picker commit. HSV Cube based pickers missed HSVAntony Riakiotakis
2014-03-13OSX/GHOST: fix T39153, pls check on win minimized window loadJens Verwiebe
2014-03-13Freestyle: Fix for a potential implementation error in the Python wrapper of ...Tamito Kajiyama
2014-03-13Fix T39152: Blender crash when duplicate mesh with hooks and laplacian deform.Bastien Montagne
2014-03-13BMesh: minor changes for BM_face_split useCampbell Barton
2014-03-13Fix for possible (unlikely) uninitialized var use in BM_face_splitCampbell Barton
2014-03-13Fix T39148: Image does not show while renderingSergey Sharybin
2014-03-13Code cleanup: quiet warning, 'else' would always crash (& never occurred)Campbell Barton
2014-03-13Freestyle: avoid checking PyErr_Occurred and quiet warningCampbell Barton
2014-03-12Code cleanup: de-duplicate switch statement, style editsCampbell Barton
2014-03-12Anticipate future color picker types and don't crash (uiBut could beAntony Riakiotakis
2014-03-12Followup for fix T38318: Add back previous fix and fix a glitch.IRIE Shinsuke
2014-03-12Fix possible (unlikely) use of uninitialized pointer in RNA resolvingCampbell Barton
2014-03-12Code cleanup (tm): Some code deduplication for HSLAntony Riakiotakis
2014-03-12HSL color wheel implementation.Antony Riakiotakis
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton
2014-03-12Mesh API: replace octree mirror with kdtreeCampbell Barton
2014-03-12UI: allow passing "" for icon only enum buttons and still get an iconCampbell Barton
2014-03-12Code cleanup: UI - de-duplicate menu/row/listrow enum logicCampbell Barton
2014-03-12Fix for particle edit mode using wrong pixel distances.Lukas Tönne
2014-03-12Fix T39109: Vertices affected by Hook Modifiers change after "switch Directio...Sergey Sharybin
2014-03-12Fix T39123: Border select without "extend" does nor clear selection of bezier...Sergey Sharybin
2014-03-12Fix T39126: Convert To: Mesh from Curve/Meta/Surface does not respect "Keep O...Sergey Sharybin
2014-03-12BMesh: minor optimization, step over own loop in BM_face_existsCampbell Barton
2014-03-12Transform: minor optimization, use BLI_bitmap for island taggingCampbell Barton
2014-03-12Transform: internal change, simplify view angle checksCampbell Barton
2014-03-12Code cleanup: redundant normalize in bmbvh ray castCampbell Barton
2014-03-11fix compile error on MinGW32Antony Riakiotakis
2014-03-12Fix T39060: "Choose by numbers" do not work with Enum-menus, but work with op...Bastien Montagne
2014-03-11Fix T39033: Regression, duplicating proxy loses proxyCampbell Barton
2014-03-11Fix for own rB6919ffbf4b2f (we only consider unit scale when we do use a unit...Bastien Montagne