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-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-21code cleanup: remove references to old bevel code (which has been removed for...Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-15Various fixes for UI translation issues (reported by Leon Cheung on bf-transl...Bastien Montagne
2013-02-13correct rna identifiersCampbell Barton
2013-02-09add beauty option for triangle fill since you might want to use the initial s...Campbell Barton
2013-02-06problem with own changes to triabgulate: calling beauty fill directly would r...Campbell Barton
2013-02-06fix for crashes running some operators in background mode and some divide by ...Campbell Barton
2013-01-22Fix projection texture painting crashSergey Sharybin
2013-01-19style cleanupCampbell Barton
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2013-01-03change limited dissolve angle limit default from 15 -> 5 deg. since 15deg is ...Campbell Barton
2013-01-02style cleanupCampbell Barton
2012-12-30Add symmetrize operator for dynamic-topology sculpt modeNicholas Bishop
2012-12-28fix [#33677] Lambda is un-settable for mesh.vertices_smooth_laplacianCampbell Barton
2012-12-28Add 'vertex_only' option to bevel tool.Howard Trickey
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-19extrude individual was crashing.Campbell Barton
2012-12-19include cleanupCampbell Barton
2012-12-17Fix [#33590] The Screw Tool in Edit Mode isn't calculating the correct angle ...Bastien Montagne
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-16fix for bevel using the wrong property name when shift was held.Campbell Barton
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-11-30fix for various asserts running operator tests - not likely any of these woul...Campbell Barton
2012-11-28use radians for 'spin' bmesh operator (since the rest of the py api uses radi...Campbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-27new bevel was still referring to old property name (holding shift wasnt worki...Campbell Barton
2012-11-27use clearer names for 'single' bmesh operator args & add '%e' to BMO_op_vinit...Campbell Barton
2012-11-27bmesh/py operator api:Campbell Barton
2012-11-26Fix #33285: loop cut is not supposed to cut through triangles/ngons, but itBrecht Van Lommel
2012-11-26Bevel: allow page up / page down shortcuts for segments in addition to mousew...Brecht Van Lommel
2012-11-26fix for uninitialized memory use with numeric input:Campbell Barton
2012-11-26use more rigid type checking for bmesh slot subtypes.Campbell Barton
2012-11-24use a search popup for 'blend from shape' tool, suggested by Juan Pablo.Campbell Barton
2012-11-23Fix #33277: vertex merge would merge UVs by default, disabled that now by againBrecht Van Lommel
2012-11-23Fix bevel crash in OSX debug build.Howard Trickey
2012-11-20bmesh operator api:Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-11-19improvements to bevelCampbell Barton
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-11-14fix for the update issue reported in [#32452]Campbell Barton
2012-11-14each different remove doubles function used a different property name, use 't...Campbell Barton
2012-11-10Bevel: patch from Thomas Beck fixes numeric offset input and adds wheel input...Howard Trickey