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-03-26edit to VIEW3D_OT_view_center_pickCampbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-25patch [#34763] Center the View to the ZDepth Position under the Mouse CursorCampbell Barton
2013-03-23Code cleanup:Thomas Dinges
2013-03-22code cleanup: use booleans and const's for operator vars.Campbell Barton
2013-03-22python api: add functionality to remove vertex color layers.Campbell Barton
2013-03-21mist line can now be used for camera selection.Campbell Barton
2013-03-21use clip alpha setting for empty-image drawing.Campbell Barton
2013-03-21code cleanup: remove double call to BKE_node_instance_key(), rename ruler (lo...Campbell Barton
2013-03-21Bug fix #34713Ton Roosendaal
2013-03-21fix for incorrect use of 'bool', also fix 2 older bugs in fly mode.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-20add back -Wredundant-decls, just not for older gcc'sCampbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-19Fix regression in viewport background image transparencySergey Sharybin
2013-03-19Add capluse bounds drawingSergej Reich
2013-03-18code cleanupCampbell Barton
2013-03-18style cleanupCampbell Barton
2013-03-18Fix: Setting cursor to semitransparent objects will fail because of clipAntony Riakiotakis
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-17Feature:Ton Roosendaal
2013-03-16style cleanupCampbell Barton
2013-03-16code cleanup: shadowingCampbell Barton
2013-03-16correct lasso, weightpaint select, was calling BLI_lasso_boundbox() twice.Campbell Barton
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-15Fix: multisample viewport drawing didn't work well with selection or particleBrecht Van Lommel
2013-03-15Screen: add exit callback for area and region types, this gets called whenBrecht Van Lommel
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-14minor knife refactor to prepare for running non interactively.Campbell Barton
2013-03-14Fix #34616: Wrong face culling for curves with constructive modifiersSergey Sharybin
2013-03-14code cleanup: de-duplicate view clipping function for paint and knife tool, m...Campbell Barton
2013-03-13fix for 2 errors where the 2d arrays were used as 3d. (out of bounds read).Campbell Barton
2013-03-13Fix write past end of array in recent texture sampling refactoring commit, andBrecht Van Lommel
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-12ruler: disable rotate with ruler drawing, was drawing too pixelated and hard ...Campbell Barton
2013-03-11code cleanup: pep8 & minor changesCampbell Barton
2013-03-10use crosshair cursor for the ruler.Campbell Barton
2013-03-10fix for error loading ruler info back from greasepencil.Campbell Barton
2013-03-10ruler:Campbell Barton
2013-03-10ruler:Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-09code cleanup:Campbell Barton
2013-03-09add inline function mul_project_m4_v3_zfac() to get the z-depth value from a ...Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-09Use poroper release for images buffers acquired from an Image IDSergey Sharybin
2013-03-09ruler3d: replace ED_view3d_cursor3d_position() with lower level function view...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08changes to rulerCampbell Barton