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-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-15fix [#32381] Sculpt: crash when using radius sensitivityCampbell Barton
2012-09-15Collada: #32549 partial fix: packed images now export correctlyGaia Clary
2012-09-14Correction to rev50582: LABEL could have a1 = 1.0f and in this case a2 would ...Sergey Sharybin
2012-09-14Movie cache: made it thread safe to operate with memory limitorSergey Sharybin
2012-09-14Sequencer: clear cache and animation buffers for strips outside of cursor whe...Sergey Sharybin
2012-09-14Code cleanup: removed unused Cocoa image load/save code.Brecht Van Lommel
2012-09-14fix for sharp edge selection being inverted, change default angle from 1 to 3...Campbell Barton
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-14fix for out-of-bounds checks for fcurve modifier and poselib, also check for ...Campbell Barton
2012-09-14code cleanup: correct misleading use of LABEL button type.Campbell Barton
2012-09-14node transform was using PET mode (drawing a circle - but it did nothing), di...Campbell Barton
2012-09-14fix for 2 crashes freeing masksCampbell Barton
2012-09-14bge cleanup caught by accident while going over the code, it seems someone fo...Dalai Felinto
2012-09-13Fix #32547: unwrap on default cube got broken in recent commit.Brecht Van Lommel
2012-09-13Sequencer: add missed cache invalidationSergey Sharybin
2012-09-13Sequencer: fix invalid update when translating strip which is behind semi-tra...Sergey Sharybin
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton
2012-09-13fix for drawing non 1:1 aspect masks, transform and selection still need supp...Campbell Barton
2012-09-13- cmake macro list_insert_after/list_insert_before now error when the item pa...Campbell Barton
2012-09-13code cleanup: reduce calls to CTX_ functions inline, add some docs to mask ra...Campbell Barton
2012-09-13BGE: LibLoaded sensors that made use of physics controllers (touch, collision...Mitchell Stokes
2012-09-13modifications needed to get a URL from an RNA id from the testing scriptCampbell Barton
2012-09-13test script to check rna/wiki lookup completenessCampbell Barton
2012-09-13fix for missing NULL check in own recent commit, thanks Gaia for pointing thi...Campbell Barton
2012-09-12Collada: do not call polylist export for objects with no polygons (avoid a mi...Gaia Clary
2012-09-12Fix #32338: particle instance modifier did not work well when the mesh had onlyBrecht Van Lommel
2012-09-12#31682: corrected some minor typos in the commentGaia Clary
2012-09-12#31682: partial fix (the export): Avoid to copy exported image into itselfGaia Clary
2012-09-12Fix #32543: screw modifier with smooth shading disabled still had one segmentBrecht Van Lommel
2012-09-12Fix #32031: particle distribution on degenerate faces could give NaN values,Brecht Van Lommel
2012-09-12fix [#31019] [Minor] Freshly added nodes aren't getting undo pushCampbell Barton
2012-09-12Cycles UI:Thomas Dinges
2012-09-12add note that clip start is for perspective view only.Campbell Barton
2012-09-12fix [#30324] VSE: Right-Click does not select directoryCampbell Barton
2012-09-12add clarification, without this the tool reads as if it makes the radius of e...Campbell Barton
2012-09-12code cleanup: replace BM_DISK_EDGE_LINK_GET define with inline function, that...Campbell Barton
2012-09-12fix [#31456] Extreme lag editing meshesCampbell Barton
2012-09-12fix memory leak when baking feedback loop detected.Campbell Barton
2012-09-12fix [#32537] Inconsistent behaviour of Texture BakerCampbell Barton
2012-09-12code cleanup: changing the INT define to an enum conflicts with INT typedef o...Campbell Barton
2012-09-12fix [#32444] Proportional Edit stays on on Pose Mode, after activating it in ...Campbell Barton
2012-09-12code cleanup: use an enum for uiBut->pointype (more useful debug display of m...Campbell Barton
2012-09-12a-z menu input now works for enum popups.Campbell Barton
2012-09-12bugfix [#32538] 'Mouse Over Any' sensor 'Pulse' button missing since 2.5x [Pa...Dalai Felinto
2012-09-11Fix for [#32536] Mixing with translated images in compositor producesJeroen Bakker
2012-09-11fix [#29616] Crash/infinite loop from missing cyclic check in group/dupligrou...Campbell Barton
2012-09-11code cleanup: use min/max inline functions rather than macros & simplify loopCampbell Barton
2012-09-11fix [#31738] BM_vert_splice modifies loops during iterationCampbell Barton
2012-09-11replace BM_vert_face_count() use of BM_LOOPS_OF_VERT iterator with a direct c...Campbell Barton