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-06-02Better API design for making text datablocks after loading.Tamito Kajiyama
2013-06-02fix for crash in edgering subd when 3+ disconnected edge rings were found.Campbell Barton
2013-06-02tweak to recent commit, don't show keymap in menu tooltips.Campbell Barton
2013-06-02Fix #35587: Cycles: image movie to single image crashingSergey Sharybin
2013-06-02corrections to modifiers from recent normal handling changesCampbell Barton
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-06-02code cleanup: remove unused structCampbell Barton
2013-06-02remove duplicate operator,Campbell Barton
2013-06-02fix regression in reducing normal recalculation [#35595],Campbell Barton
2013-06-01Bug fix, own collection while testingTon Roosendaal
2013-06-01Extended max size for group node types from 200 to 400, in case users need lo...Lukas Toenne
2013-06-01fix stubs for blenderplayer linkingDalai Felinto
2013-06-01rna small fixes (bad copy-pasting)Dalai Felinto
2013-06-01display menu items key shortcuts in the button tooltips.Campbell Barton
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-06-01Fix for r56965 by Tamito:Thomas Dinges
2013-06-01editmesh display user request, keep the edge lengths within the view bounds (...Campbell Barton
2013-06-01style cleanupCampbell Barton
2013-05-31previous fix for #35578 didnt work right, check direction of the open edge lo...Campbell Barton
2013-05-31fix [#35578] New bridge tool; bowtie crossing when destination edges form one...Campbell Barton
2013-05-31Fix #35497: rendering preview range gives wrong durationSergey Sharybin
2013-05-31Fix #35581: Crash when using Track RefineSergey Sharybin
2013-05-31Made text datablock properties 'is_in_memory' and 'is_dirty' editable in Python.Tamito Kajiyama
2013-05-31improve edgering subdivide curvature calculations (calculate length projected...Campbell Barton
2013-05-31correct cast to uintptr_t for smallhash use.Campbell Barton
2013-05-31tweak to edge-loop select, so loop selecting a side of a subdivided triangle ...Campbell Barton
2013-05-31units: display 0.5mm rather then 500um, nicer when dealing with very small si...Campbell Barton
2013-05-30remove null checks for list functions, all hard asserts so we would have noti...Campbell Barton
2013-05-30fix for incorrect use of strncat in uiItemMenuEnumOCampbell Barton
2013-05-30remove CD_MASK_NORMAL from CD_MASK_DERIVEDMESH, bmesh merge included this but...Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-30fix debug derived mesh print function, layers in the customdata that were NUL...Campbell Barton
2013-05-30Fix #35570, old group nodes with empty socket name strings crash. The identif...Lukas Toenne
2013-05-30Patch #35464: Marker placement for motion tracker by clicking on a desired lo...Sergey Sharybin
2013-05-30UI: support 3 digit hex colors like HTML, e.g. #123 becomes #112233.Brecht Van Lommel
2013-05-30Motion tracking: automatic keyframe selectionSergey Sharybin
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-30split bge includes for scons onto their own lines (for easier merging)Campbell Barton
2013-05-30remove duplicate sys-types headers.Campbell Barton
2013-05-29Grr, forgot this in r57127... Bastien Montagne
2013-05-29Addition to r57094 by Campbell:Jürgen Herrmann
2013-05-29svn merge ^/tags/blender-2.67b-release/blender -c57122Campbell Barton
2013-05-29Fix #35374: Region overlap + bugsSergey Sharybin
2013-05-29Cleanup: Removed all NODE_OPTIONS flags from C node type definitions, these a...Lukas Toenne
2013-05-29Remove the NODE_OPTIONS flag usage from node->typeinfo. This is a redundant f...Lukas Toenne
2013-05-29Set the NODE_OPTIONS flag for all nodes by default. If the node type has no o...Lukas Toenne
2013-05-29Reverted a TODO comment from r54429 which disabled the NODE_OPTIONS flag chec...Lukas Toenne
2013-05-29scene render dimension panal: avoid re-creating the framerate string on every...Campbell Barton
2013-05-29fix for own regression in bridge tool since rewrite, UV's were not correctly ...Campbell Barton
2013-05-29Replacement for the "Active Node" panel in node editor properties sidebar. Th...Lukas Toenne