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
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-15Whitespace/Style fixJoshua Leung
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-09Code Cleanup: use ELEM macro when checking object typeCampbell Barton
2013-10-15Fix #37090: Blender crashes on "Make single user" optionSergey Sharybin
2013-09-02fix odd (intentional) behavior with vertex parent,Campbell Barton
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-07-28remove unneeded NULL checks, add one for give_matarar() return value.Campbell Barton
2013-07-22transform was flushing the selection (inline), now skip this and use the sele...Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-04Fix #35992: crash using make links > animation data between empty and mesh ob...Brecht Van Lommel
2013-07-03Fix #35935: make links > groups, which copies group membership between objects,Brecht Van Lommel
2013-07-02Fix #35964: viewport render not updating with linking materials with ctrl+L.Brecht Van Lommel
2013-06-28fix for crash linking fonts to other objects with linked obdata (link, undo w...Campbell Barton
2013-06-06style cleanupCampbell Barton
2013-06-03Fix #35378: Shape Key Animation Data still linked when creating full copy of ...Sergey Sharybin
2013-05-09fix for 2 errors introduced since releaseCampbell Barton
2013-05-01Fix #35149: solidify modifier + vertex parent not working after going in and outBrecht Van Lommel
2013-04-25style cleanupCampbell Barton
2013-04-25Fix #34806: rigid body world settings were not copied with a full scene copy.Brecht Van Lommel
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: minor changes, clang checker option for exact size matches and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-05Fix #34862: some operators like mesh separate or object clear parent were notBrecht Van Lommel
2013-04-03code cleanup: use more (blender) conventional naming for group functions.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-11Fix for [#34598] Modifier-Icon in Outliner does not appearThomas Dinges
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-15Translate "Set Parent To" menu (ctrl-P), reported on bf-translations ML by Sa...Bastien Montagne
2013-02-12Reports #34042 and #33749Ton Roosendaal
2013-02-05set drag/drop operators as 'INTERNAL', there not useful to access from operat...Campbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-26Fix [#34005] blender will close immediately in debug mode on deleting objectsSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-04cmake was missing some header files.Campbell Barton
2012-11-27Move to layer: remove the OK button and make it apply immediately like it didBrecht Van Lommel
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-11-13code cleanup: use ptrdiff_t when comparing pointers and tag event as an unuse...Campbell Barton
2012-11-13Bugfix #26891Ton Roosendaal
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton