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
2012-08-31Possible fix for [#32462] blender cannot load bmp files (Windows OS).Thomas Dinges
2012-08-31Added a bunch of additional particle state attributes to the Cycles particle ...Lukas Toenne
2012-08-31Fix #32329: inset produces incorrect result, epsilon was too small to handleBrecht Van Lommel
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-08-31Fix part of #32376: mirror vertex groups with flip group names did not keepBrecht Van Lommel
2012-08-31Fix #32408: image editor does not show paint brush circle on loading a .blendBrecht Van Lommel
2012-08-31Fix #32447: mouse selection in uv editor is now no longer registerd as lastBrecht Van Lommel
2012-08-31Fix #32450: edge slide with multiple loops selected could move some loopsBrecht Van Lommel
2012-08-30Fix #32418: color copy/paste between gamma and linear color buttons gave wrongBrecht Van Lommel
2012-08-30Fix #32404: GLSL normal maps using float images were incorrectly gettingBrecht Van Lommel
2012-08-30Fix #32405: snapping in UV editor does not work if snapping in 3D view is setBrecht Van Lommel
2012-08-30Bugfix [#32249] Groups in Dopesheet and Action editor don't get updated afterJoshua Leung
2012-08-30Possible fix for #32446: after undo in mesh edit mode, vertex/edge/faceBrecht Van Lommel
2012-08-30Silencing compiler warning (use of undefined value)Joshua Leung
2012-08-30Bugfix [#32437] Cannot define Alt-E keybinding in Text Editor windowJoshua Leung
2012-08-30Style cleanup - adding some braces around some multi-line statements (used afterJoshua Leung
2012-08-30Style cleanup - make scope and type of "pchanw" clearer (and define it separateJoshua Leung
2012-08-30Bugfix [#32440] Segmentation fault when moving bone in pose mode when GhostJoshua Leung
2012-08-30fix [#32433] Grease Pencil Layer color & Color ManagementCampbell Barton
2012-08-29Fix wrong user counter in world node treesSergey Sharybin
2012-08-29code cleanup: add utility function BLI_path_is_rel()Campbell Barton
2012-08-29code cleanup: replace term 'alpha' with '64' in makesdna, this was historic t...Campbell Barton
2012-08-29new image operator now allows color grid (before was only grid on/off)Campbell Barton
2012-08-29texture curves were not initialized (causing crash), own regression from movi...Campbell Barton
2012-08-29code cleanup: move static mball vars into their own struct, wasnt very clear ...Campbell Barton
2012-08-28fix bug in mathutils.geometry.intersect_point_line() where 4D vectors were tr...Campbell Barton
2012-08-28cleanup pixel sampler code (pixel interpolations in compositor)Jeroen Bakker
2012-08-28fix for own crash caused by curve refactor, now curve tables are initialized ...Campbell Barton
2012-08-28code cleanup: use switch for metaball type checks and minor style cleanupCampbell Barton
2012-08-28Picky spell-checking...Bastien Montagne
2012-08-27support unary positive operators for vectors (same as numpy), so you can do '...Campbell Barton
2012-08-27File format fixesSergey Sharybin
2012-08-27Alternate mask spline feather offset calculation method: now there are 2 [Eve...Campbell Barton
2012-08-27Fix #31853: Marker deletion invokes strip deletionSergey Sharybin
2012-08-27Sequencer: proper cache invalidation when deleting sequencesSergey Sharybin
2012-08-27Style cleanup: spaces in sequencer scopesSergey Sharybin
2012-08-27Sequencer: fix crash of histogram view for float imagesSergey Sharybin
2012-08-27remove incorrect comment, add in useful one.Campbell Barton
2012-08-27fix [#32417] Grease Pencil color change + DopeSheet 'Summary' = crashCampbell Barton
2012-08-27BGE: Make sure lib loaded cameras are added to the active scene's camera list.Mitchell Stokes
2012-08-27ensure there are always the same number of feather points and non feather poi...Campbell Barton
2012-08-26Sequencer: typo fixSergey Sharybin
2012-08-26code cleanup: quiet warning for dead assignment.Campbell Barton
2012-08-26code cleanup: remove dead assignments, gave mask vars clearer names & moved s...Campbell Barton
2012-08-26Fix zooming in/out preview in sequencerSergey Sharybin
2012-08-26code cleanup: split out mask spline evaluation into its own file.Campbell Barton
2012-08-26fix for build error without ffmpegCampbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-26Style cleanup: whitespaceSergey Sharybin
2012-08-26Some FFmpeg changesSergey Sharybin