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-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-09UI: use proportional option while dragging buttonsCampbell Barton
2013-10-08Fix [#36993] Blender 2.69 test build freezes when changing metaball view reso...Bastien Montagne
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-08-19Fix [#36438] Adding Metaball when unit scale is smaller than 0.01 seemingly h...Bastien Montagne
2013-08-08Fix #36317: keyframing metaball elements did not work yet, now you can keyframeBrecht Van Lommel
2013-07-04fix [#35984] no way to know if a datablock is in editmodeCampbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-11patch [#33697] Apply transformation added to metaballs.Campbell Barton
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-10-20More UI messages fixes and tweaks, and BKE_report<->BKE_reportf.Bastien Montagne
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-07Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly us...Sergey Sharybin
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-22style cleanup: commentsCampbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-03-03"Fix" [#30431] UI string spelling & similar fixes.Bastien Montagne
2011-11-26A bunch of fixes and tweaks in RNA messages, found while translating them in ...Bastien Montagne
2011-11-23Added method clear to most of collections which supports new/remove.Sergey Sharybin
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-13remove/comment unused varsCampbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2010-12-08metaball rotations must be kept normalized, normalize values after setting fr...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-18fix [#24780] Metaballs are not drawn correctly in new scenes Campbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-09-02Renaming of Cylindric objects after a good proposal by Conz:Thomas Dinges
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-08-23rna: move metaball.active_element to metaball.elements.activeCampbell Barton
2010-08-19misc rna renaming.Campbell Barton
2010-08-19rna rename Spline/Curve/Text3DCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-05-04Great patch by Harley Acheson fixing about 80 typos and spellingDaniel Salazar
2010-04-12Fix [#21953] Texture space size seems not updated constantlyMatt Ebb
2010-03-24remove unused rna includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11Operation Dot-Kill finishedDaniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-11-05RNA transform properties for edit bones and metaballsMatt Ebb
2009-09-14use static functions where possible for some local functions.Campbell Barton