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-02-03improve BMesh api use from r54265, no need to do edge lookups from the faces ...Campbell Barton
2013-02-02Remove loose edges created during undo in dynamic-topology sculpt modeNicholas Bishop
2013-02-02fix for glitch drawing file selector dividers (would draw apart or on top of ...Campbell Barton
2013-02-02code style checker now tests for: 'SomeText{' (no space before {).Campbell Barton
2013-02-02triangulate was checking existance of edges unnecessarily, splitting face alr...Campbell Barton
2013-02-02Bugfix: "Extend" transform tool would leave dangling "temp meta strips" if noneJoshua Leung
2013-02-02style cleanupCampbell Barton
2013-02-02add missing break in direct_link_constraints, CONSTRAINT_SPACEONCE flag was g...Campbell Barton
2013-02-02style cleanup: also correct doc example for 'foreach_get/set'Campbell Barton
2013-02-01Fix python foreach_get/foreach_set not working with dynamic sized arrays.Brecht Van Lommel
2013-02-01Compile fixSergej Reich
2013-02-01Fix some warnings in the collade code, but did not fix two because they seemBrecht Van Lommel
2013-02-01Fix #34070: set origin operator did not work for lattice objects.Brecht Van Lommel
2013-02-01make WITH_HEADLESS build again.Campbell Barton
2013-02-01Move opencl and reigidbody from source/blender/ to intern/Sergey Sharybin
2013-02-01fix for [#33803], error was caused by sloppy coding in r53487, converting tra...Campbell Barton
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...Campbell Barton
2013-02-01fix error with flipped vertex slide failing, also fix bug where you could be ...Campbell Barton
2013-02-01ui_but_anim_expression_create was never returning true, even when it succeeded.Campbell Barton
2013-02-01style cleanupCampbell Barton
2013-01-31Fix #34034: keyframe display of color/curve buttons was broken after revisionBrecht Van Lommel
2013-01-31Cycles: disable unnecessary preview render job for per node previews, they don'tBrecht Van Lommel
2013-01-31 Apply patch [#33999] Wrapping mode for the "translate" compositing nodeMonique Dewanchand
2013-01-31Fix UI translation partly missing in scons builds (reported by Leon Cheung an...Bastien Montagne
2013-01-31Fix #33874: active UV map chooser in uv editor should not have X button as youBrecht Van Lommel
2013-01-31Fix bevel bug #33906, unwanted distortion with skewed meshes.Howard Trickey
2013-01-31Add Xinerama support for GHOST_GetMainDisplayDimensions() so X11 works as it ...Campbell Barton
2013-01-31add ghost function getAllDisplayDimensions, GHOST_GetAllDisplayDimensionsCampbell Barton
2013-01-31start window non-maximized since this is more the `default` state for windows...Campbell Barton
2013-01-31Fix msvc compileMiika Hamalainen
2013-01-31patch [#33985] Added FModifierEnvelope control_point add remove to APICampbell Barton
2013-01-31fix [#34050] Regression from 2.49, "Release confirms" interferes with loop cu...Campbell Barton
2013-01-31fix/workaround [#34026] Blender starts with too large windowCampbell Barton
2013-01-31GPencilStrokePoints.add() - use MEM_recallocN to initialize newly created pointsDan Eicher
2013-01-31style cleanupCampbell Barton
2013-01-31add BLI_mempool_as_arrayN utility function for getting the mempool as a new a...Campbell Barton
2013-01-30Patch by erwin94 [#34015] dilate/erode multithreadingMonique Dewanchand
2013-01-30Add active region for operator execution.Campbell Barton
2013-01-30fix [#33740] Incorecct UV mapping from camera viewCampbell Barton
2013-01-30BGE: Some various changes to make moving the character physics type easier:Mitchell Stokes
2013-01-30bridge tool could make bow-tie quads when given 2 isolated edges.Campbell Barton
2013-01-30fix [#33987] X-ray mode on bones nullifies weight paint modeCampbell Barton
2013-01-30enable continuous grab for sliders, initially this was disabled because we di...Campbell Barton
2013-01-30correction to r54188, also don't attempt to triangulate triangles.Campbell Barton
2013-01-29Fix [#34008]: Scaling Smoke Domain In Z-Axis Crashes BlenderMiika Hamalainen
2013-01-29Fix #34003: hide confusing unlink button for pinned datablock in properties e...Brecht Van Lommel
2013-01-29skip calculating the normal for each face when triangulating, all callers mak...Campbell Barton
2013-01-29Preview Render:Thomas Dinges
2013-01-29Cycles Hair: Addition of render settings and static BVH strand width scalingStuart Broadfoot
2013-01-29Alpha display changes:Sergey Sharybin