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-05-14bridge tool: fix for error in recent commit. missed NULL check for example face.Campbell Barton
2013-05-14style cleanupCampbell Barton
2013-05-13Cleanup and small improvements to libmvSergey Sharybin
2013-05-13Apply scale on scene reconstruction when applying scale on cameraSergey Sharybin
2013-05-13fix [#35335] Crash when rendering a text object with a remesh modifier and a ...Campbell Barton
2013-05-13add missing STACK_INIT, also quiet float <> double conversion warnings.Campbell Barton
2013-05-13Remplace bunch of annoying ifdefs in tracking.c with a libmv-capi_stub.ccSergey Sharybin
2013-05-13Fix for keyed marker search not happening correct in some casesSergey Sharybin
2013-05-12Fix for "no functional changes" commitSergey Sharybin
2013-05-12Refine markers position operatorSergey Sharybin
2013-05-12Documentation for functions inside tracking.cSergey Sharybin
2013-05-12Fix crash when closing blend files with no line stylesSv. Lockal
2013-05-12Fix material/lamp drivers not working sometimes when they were used by multipleBrecht Van Lommel
2013-05-12Image paint: 2D painting now supports texture masks and does masking moreBrecht Van Lommel
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-05-10Couple fixes for my previous commit:Miika Hamalainen
2013-05-10Smoke: Add new "Full Sample" option to high resolution smoke panel.Miika Hamalainen
2013-05-10Optimize BKE_mesh_calc_normals(), gives approx 25% speedup.Campbell Barton
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-09Reconstructed scene scale ambiguity improvementSergey Sharybin
2013-05-09Changes to footage information panelSergey Sharybin
2013-05-09can't use alloca in inline functions (fills up stack - I thought compiler wou...Campbell Barton
2013-05-09bmesh: avoid using BLI_array macros for every face when converting to bmesh, ...Campbell Barton
2013-05-09bmesh speedup: skip free-realloc while running CustomData_bmesh_merge() when ...Campbell Barton
2013-05-09Partial revert of own commits r56604 and r56603:Thomas Dinges
2013-05-09UI naming consistency:Thomas Dinges
2013-05-08Blender 2.68 release cycle begin:Thomas Dinges
2013-05-08Extended the draw callback API for node sockets with an explicit text paramet...Lukas Toenne
2013-05-08Change to socket draw functions: instead of always only drawing the socket la...Lukas Toenne
2013-05-08Mask modifier for sequencesSergey Sharybin
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-05-08minor speedup for bmesh - add CustomData_bmesh_free_block_data(), useCampbell Barton
2013-05-08speedup for freeing bmeshes, skip calling free on everyCampbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-08use bool for customdata functions.Campbell Barton
2013-05-08code clenup: rename BKE_mesh_poly_calc_angles -> BKE_mesh_calc_poly_anglesCampbell Barton
2013-05-08remove unused define CLAMPTEST, move INPR toCampbell Barton
2013-05-08add matrix multiply for projection that outputs 2d values.Campbell Barton
2013-05-08use unsigned int, for mask rasterizer.Campbell Barton
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-05-08code cleanup: BKE_mesh_nurbs_displist_to_mdata(), use const bool forCampbell Barton
2013-05-08code cleanup: remove unused 'dm' arg from BVHTreeFromMesh.Campbell Barton
2013-05-08remove unneeded null check in draw_viewport_nameCampbell Barton
2013-05-08fix [#35259] Crash when enabling mesh analysis intersect.Campbell Barton
2013-05-07And here's the epic 2.67 splash and version!Ton Roosendaal
2013-05-07Fix #35122: Blenderplayer crashes when loading levelSergey Sharybin
2013-05-06Fix for crash when using 2D stabilization for float movie clipsSergey Sharybin
2013-05-06Fix missing angle zerolization when 2d stabilization is disabled.Sergey Sharybin
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-05-03correct own recent commit, confused totloop with dm_totloop, rename vars & co...Campbell Barton