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
2012-09-01Fix #32463, Cycles crashing. The particle system sync_recalc part was checkin...Lukas Toenne
2012-09-01Cycles fix: don't skip particle device update when there are no particle syst...Lukas Toenne
2012-09-01Cycles / OSLGlobals:Thomas Dinges
2012-09-01Cycles / OSL:Thomas Dinges
2012-08-31Cycles / OSL:Thomas Dinges
2012-08-31Possible fix for [#32462] blender cannot load bmp files (Windows OS).Thomas Dinges
2012-08-31Cycles: Fix for particle info node crash: The particle 'alive' state can be s...Lukas Toenne
2012-08-31Cycles: Fully initialize the dummy particle at index 0.Lukas Toenne
2012-08-31Cycles: Start the particle index for object instances at 1 instead 0. The fir...Lukas Toenne
2012-08-31Cycles: Tag particle systems after syncing to make sure the particle system m...Lukas Toenne
2012-08-31Added a bunch of additional particle state attributes to the Cycles particle ...Lukas Toenne
2012-08-31Fix for #32184 and redesign of particle storage in Cycles.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-31Cycles / OSL:Thomas Dinges
2012-08-30Fix #32418: color copy/paste between gamma and linear color buttons gave wrongBrecht Van Lommel
2012-08-30Fix #32402: live unwrap memory leak, more noticeable if you have many UV's pi...Brecht 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-30clamp for Mix nodeDalai Felinto
2012-08-30fix [#32433] Grease Pencil Layer color & Color ManagementCampbell Barton
2012-08-29Cycles bugfix: [32431] Cycles Math Node : Clamp does not workDalai Felinto
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-28missing linebreak when multithreaded gl meesage is printed to logJens Verwiebe
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-28Adding despeckle as “blender” word...Bastien Montagne
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