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-12-16Fix T37826: Opening a new image in the image editorSergey Sharybin
2013-12-16Missing NULL-pointer check in BKE_image_free_anim_ibufsSergey Sharybin
2013-12-14Curves: Skip 3dtext & 2d-curve filling when fill is set to 'None'Campbell Barton
2013-12-14Code cleanup: Remove "TexFace to Material Convert", from the file menu. This ...Thomas Dinges
2013-12-13Interface / Modifiers: Don't show cage placeholder in modifier header, if the...Thomas Dinges
2013-12-13Curve Handle Recalculate (Ctrl+N)Campbell Barton
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-12Fix T37595: Switching modal transform broke with trackball rotation.Campbell Barton
2013-12-12Code Cleanup: use const's and bools for idpropsCampbell Barton
2013-12-12Code cleanup: indent preprocessor directives inside #ifdefSergey Sharybin
2013-12-12Mesh API: Add BKE_mesh_origindex_map_createCampbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-12-11Move curve's boundbox and texspace calculation out of modifier stackSergey Sharybin
2013-12-11User Interface: Align number buttons labels to the left, number rightCampbell Barton
2013-12-10Fix for fix: Paths and copying objectCampbell Barton
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton
2013-12-10Refactoring/cleanup, borrowed from soc-2013-paint branch.Antony Riakiotakis
2013-12-09Compositor node preview:Jeroen Bakker
2013-12-09Enhancement: By default do not show the previews of composite nodesJeroen Bakker
2013-12-09Code Cleanup: use ELEM macro when checking object typeCampbell Barton
2013-12-09Fix T37712: Point cache index lookup crashed with 0 points stored.Lukas Tönne
2013-12-09Lattice API: add BKE_lattice_index_flip, BKE_lattice_bitmap_from_flagCampbell Barton
2013-12-08Util-defines: avoid multiple calculation/access for MIN/MAX macrosCampbell Barton
2013-12-08Add themable colors for edges in UV editor. Reuse WIRE_EDIT for outlinesAntony Riakiotakis
2013-12-07Particles: change material picking from index number in UI to menu with mater...Geoffroy Krantz
2013-12-05Fix T37698: Crash from invalid context access when freeing customLukas Tönne
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-12-03Fix T37670: Paint mode + procedural map colours errorSergey Sharybin
2013-12-03Code Cleanup: remove redundant/misleading NULL checksCampbell Barton
2013-12-03Code Cleanup: use BLI_strncpy when copying into fixed sized buffersCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-12-02MemArena: use size_t instead of int for alloc args and internal storage.Campbell Barton
2013-12-01Fix T37667: rotational difference driver target marked invalid even though va...Brecht Van Lommel
2013-12-01Cleanup: remove deprecated old Lamp.shadspotsize from code.Bastien Montagne
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-12-01Code Cleanup: softbody macro use (function calls and expressions within macros)Campbell Barton
2013-11-30BMesh/Mesh: replace scanfill with polyfillCampbell Barton
2013-11-29Image wrapping for plane track in clip editorSergey Sharybin
2013-11-29Fix T37407: removing cd-layer didn't set the active layer correctlyCampbell Barton
2013-11-26Fix T37541: multires not reading external displacement file after entering ed...Brecht Van Lommel
2013-11-26Fix T37627: create scene with copy settings did not copy cycles settings.Brecht Van Lommel
2013-11-26Math library: minor additions sqrtf_signed and copy_v2_fl2Campbell Barton
2013-11-26Fix: Text editor, blank lines were being indentedDalai Felinto
2013-11-26Fix T37471: Copy/Paste objects broke relative pathsCampbell Barton
2013-11-26Code cleanup: Typo fix for image function, patch by kgeogeo.Thomas Dinges
2013-11-26Sculpt Dynamic Topology: support collapsing edges without subdividing edges a...Brecht Van Lommel
2013-11-26Fix T37225: UV map for closed curves incorrectly generatedSergey Sharybin
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire ...IRIE Shinsuke
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson