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-11-20Triangulate modifierAntony Riakiotakis
2012-11-11style cleanupCampbell Barton
2012-11-11Fix #32398: Mirror modifier with "Merge" enabled producing pairs of facesBen Batt
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton
2012-11-08code cleanup: unused defines & some formatting.Campbell Barton
2012-11-03Fix for [#32992] Switching language does nothing under Windows.Bastien Montagne
2012-10-31fix for asserts caused by own recent commits to use customdata typemap.Campbell Barton
2012-10-31fix for crash in own commit r51773. drawing VBO's used the wrong origindex.Campbell Barton
2012-10-31style cleanupCampbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-30Fix for own r51737.Bastien Montagne
2012-10-29Complete fix for [#33002] Wrong vertex color.Bastien Montagne
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-22Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-07-31resolve glitch in the image space where mask editing and UVs would conflict.Campbell Barton
2012-07-31support for curve orco uv's as UV's in cycles.Campbell Barton
2012-07-18fix incorrect assert for mask face checking, also correct own bad spellingCampbell Barton
2012-07-14Fix #31021: Render settings are not taken into account for curvesSergey Sharybin
2012-06-04Fix #31172: applying boolean removes uv mapsSergey Sharybin
2012-05-27style cleanupCampbell Barton
2012-05-24code cleanup: fix possible use of uninitialized value and remove dead initial...Campbell Barton
2012-05-22fix [#31489] EdgeSplit modifier prevents All Edge to be work correctly since ...Campbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Add access to mesh vertex customdata to the PBVH.Nicholas Bishop
2012-05-06style cleanup: blenkernelCampbell Barton
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-04Renamed "fake" OpenGL identifiers.Jason Wilkins
2012-05-01Style cleanup: spaces around operatorSergey Sharybin
2012-05-01Fox #31185: Cannot sculpt shape keysSergey Sharybin
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-25code cleanup: typos and set gcc attributes for string formatting.Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21fix [#31048] converting curve object to mesh makes object disapper from 3D viewCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-16bmesh api todo:Campbell Barton
2012-04-09use 'const float[3]' for derived mesh callback args.Campbell Barton
2012-04-04rename MPoly vars called mface or mf, to avoid confusion with MFace types.Campbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton