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-08-29correct own error r59619 (changes made to patch, adding handle recalculation ...Campbell Barton
2013-08-29Optimizations by Campbell, thanks!Bastien Montagne
2013-08-29Fix building under windows after r59631 (grr, sorry :/ ).Bastien Montagne
2013-08-29UIList: update examples and templates.Bastien Montagne
2013-08-29Support transformation around 2D cursor in movie clip editor.Sergey Sharybin
2013-08-29Last uiList patch (for now!): filtering and reordering of shown elements.Bastien Montagne
2013-08-29Use static odifier for non-public functions in new sky model.Sergey Sharybin
2013-08-29follow up on r59628, setting modes now ensures that other modes exit first,Campbell Barton
2013-08-29fix [#34462] Crash when switching modes via mix of TAB and spacebar menuCampbell Barton
2013-08-29fix for glitch where the text editor could be clamped to scroll above line 1 ...Campbell Barton
2013-08-29use os.remove rather then unlink (the same but all other areas use 'remove')Campbell Barton
2013-08-29default blend file name setting (untitled.blend) length check wasn't correct,...Campbell Barton
2013-08-29BGE: The WM_OT_blenderplayer_start addon now saves a copy of the current blen...Mitchell Stokes
2013-08-29don't replace the extension with '.blend' in save code since the file selecto...Campbell Barton
2013-08-29fix [#36570] Changing the filename of a image strip doesnt refresh sequencerCampbell Barton
2013-08-29edits to curve operatorCampbell Barton
2013-08-29code cleanup: curves, replace magic numbers for enums.Campbell Barton
2013-08-29patch [#36336] Split operator for curves and surfacesCampbell Barton
2013-08-29Fix #36598: blender render crash baking and then doing a full sample render.Brecht Van Lommel
2013-08-29micro-optimization, avoid checking is_power_of_2_i once in power_of_2_max_iCampbell Barton
2013-08-29correct own recent commit, malloc_usable_size() isn't valid for mmap()'d memory.Campbell Barton
2013-08-29Fix #36595: file browser sorting with link/append would mix together .blend f...Brecht Van Lommel
2013-08-28Some tweaking to uiList dragsize, to make it more reactive to very quick moves.Bastien Montagne
2013-08-28Fix #36555: preview render in properties editor did not get cancelled andBrecht Van Lommel
2013-08-28Cycles: change Gaussian subsurface scattering falloff to be more similar toBrecht Van Lommel
2013-08-28Cycles / OpenCL:Thomas Dinges
2013-08-28Cycles / Sky Texture:Thomas Dinges
2013-08-28should fix builds for osxCampbell Barton
2013-08-28include slop-space in debug statistics (gcc/clang only)Campbell Barton
2013-08-28Fix for #36589 Node Editor displays incorrect Material name when Pinning.Lukas Toenne
2013-08-28Fix #36584, in python inputs/outputs of created node group not accessable by ...Lukas Toenne
2013-08-28Fix for #36387, User Preferences "Addons" panel bogs down the whole interface.Lukas Toenne
2013-08-28cmake: set python, llvm and osl libs as advanced.Campbell Barton
2013-08-28warn when applying transformation does nothing, confusion pointed out in [#36...Campbell Barton
2013-08-28remove callback BLI_localErrorCallBack from scanfill, was here for years and ...Campbell Barton
2013-08-28scanfill curves, ngons, masks had their own memarena code and would allocate ...Campbell Barton
2013-08-28remove unused function. also typoCampbell Barton
2013-08-28array modifier was adding vertices to the 'targetmap' multiple times.Campbell Barton
2013-08-28remove doubles: source/target can be swapped, check both flags.Campbell Barton
2013-08-28mesh remove doubles was adding verts into the weld_verts.targetmap multiple t...Campbell Barton
2013-08-28internal bmesh operator change, always initialize ghash for mapping slots, sa...Campbell Barton
2013-08-28style cleanupCampbell Barton
2013-08-28tweak to dragging the ui-list, would lag behind the mouse noticeably.Campbell Barton
2013-08-28avoid calling CustomData_bmesh_get to get CD_PAINT_MASK per vertex while scul...Campbell Barton
2013-08-27Small enhancement to grab-resize of uiLists, suggested by plasmasolutions: do...Bastien Montagne
2013-08-27Get rid of madness about fnmatch: BLI_fnmatch did not do the OS checks, they ...Bastien Montagne
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-27Icons: add a "grip" one.Bastien Montagne
2013-08-27add icons utility make target.Campbell Barton
2013-08-27Cycles / Standalone:Thomas Dinges