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-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-09-01Tag unused arg as unused.Sergey Sharybin
2013-09-01Patch #36622, by Henrik Aarnio: Fit backdrop image to the area dimensions.Lukas Toenne
2013-08-31patch [#35928] View roll operatorCampbell Barton
2013-08-31text spacing was using DPI rather then the size of the text.Campbell Barton
2013-08-31text drawing glitche - highlight line was offset slightly from selection.Campbell Barton
2013-08-31remove calls to CTX_wm_region(C) when the region is already known.Campbell Barton
2013-08-31fix for ui glitch, pressing backspace over a button to reset to the default v...Campbell Barton
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-30quiet compiler warningsCampbell Barton
2013-08-30Some knife fixes. Avoids duplicating verts; better handling of cut-through or...Howard Trickey
2013-08-30execute bisect immediately (without starting modal input) if the plane is alr...Campbell Barton
2013-08-30minor ui editsCampbell Barton
2013-08-30Followup for rev59629.Sergey Sharybin
2013-08-30Fix #36605: Segfault when border selecting markers in the "graph" mode when n...Sergey Sharybin
2013-08-29don't show screen-space-line start/end points in operator redo panel.Campbell Barton
2013-08-29mesh bisect can now be defined with mouse inputCampbell Barton
2013-08-29correct own error r59619 (changes made to patch, adding handle recalculation ...Campbell Barton
2013-08-29Fix building under windows after r59631 (grr, sorry :/ ).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-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-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-29micro-optimization, avoid checking is_power_of_2_i once in power_of_2_max_iCampbell 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 / Sky Texture:Thomas Dinges
2013-08-28warn when applying transformation does nothing, confusion pointed out in [#36...Campbell Barton
2013-08-28tweak to dragging the ui-list, would lag behind the mouse noticeably.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-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-27Mask primitivesSergey Sharybin
2013-08-26Fix [#36308] Custom hotkey "Set Object Mode" - "Object Mode" doesn't work pro...Bastien Montagne
2013-08-26Don't check for an object mode that is excluded as a prerequisite forAntony Riakiotakis
2013-08-26Remove dirty normals assert from drawobject.cSergey Sharybin
2013-08-26Fix uiList labels themed colors.Bastien Montagne
2013-08-26Remove (comment out) auto-generating png form svg (r59382) in CMake, handy bu...Bastien Montagne
2013-08-26Bugfix #36324Ton Roosendaal
2013-08-26no remove double property lookups in ED_fileselect_set_params and redundant N...Campbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton