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-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-08A few more UI messages fixes...Bastien Montagne
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-04-06svn merge ^/trunk/blender -r55815:55840Sergey Sharybin
2013-04-06add relative offset option for poke tool.Campbell Barton
2013-04-06patch [#34890] BMesh Poke Face.Campbell Barton
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton
2013-04-03use floats for transform snapping distance comparisonsCampbell Barton
2013-04-01Merged changes in the trunk up to revision 55700.Tamito Kajiyama
2013-04-01code cleanup: split editmesh_tools.c, into inset, bevel (both modal operators...Campbell Barton
2013-03-26Merging r55547 through r55594 from trunk into soc-2008-mxcurioniSergey Sharybin
2013-03-26replace view3d_get_view_aligned_coordinate with ED_view3d_win_to_3d_int()Campbell Barton
2013-03-25cancel face/edge creation operator if nothing is done (so it wont register or...Campbell Barton
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-22fix error with merge operator not handing error cases properly (errors wouldn...Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-16don't create empty mesh object when separating if nothing is selected.Campbell Barton
2013-03-15Fix #34633: Merge First/Last crashes BlenderSergey Sharybin
2013-03-13fix for minor glitch in recent addition to create faces from partial selections.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-09code cleanup:Campbell Barton
2013-03-09bmesh operator 'contextual_create' wasn't flagging single faces that were cre...Campbell Barton
2013-03-09bmesh: face creation from a single selected vertex/edge, now extends the sele...Campbell Barton
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-07use bool for rna funcs.Campbell Barton
2013-03-03Merged changes in the trunk up to revision 54992.Tamito Kajiyama
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
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-16Merged changes in the trunk up to revision 54594.Tamito Kajiyama
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-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
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-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
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-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama