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
2011-10-06hide 3d view header `use_pivot_point_align` button in editmode since its not ...Campbell Barton
2011-10-05rename rna OperatorTypeMacro --> OperatorMacro, since operators types are jus...Campbell Barton
2011-10-04Fix #28202: (only) modifying keymap item properties did not save properly, theBrecht Van Lommel
2011-10-04Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-03- use BLI_findstring rather then while loop for listbase lookupsCampbell Barton
2011-10-03Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-03fix [#28023] VSE: Transform Markers doesn't do anythingCampbell Barton
2011-10-03use use_ prefix for boolean value.Campbell Barton
2011-10-02Fix [#28436] ID mask creates 'feather' around ID even with AA turned off.Bastien Montagne
2011-10-02Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-02fix [#28786] Large enum lists display columns in inverted order (right to left)Campbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-30Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-29SVN maintenance.Guillermo S. Romero
2011-09-29Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-29Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-29rna function:Campbell Barton
2011-09-28Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-28Fix #28601: SEGFAULT: Regression in free_imbuf_seqSergey Sharybin
2011-09-28fix for incorrect use of strlen() with the sequencer rna (no need for strlen(...Campbell Barton
2011-09-28use __func__ rather than function names in rna prints, some were incorrect.Campbell Barton
2011-09-27Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-26Remove PROP_TRANSLATE flag from labels for operators, menus and panels.Sergey Sharybin
2011-09-26Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-26add missing imports to wm.py and remove "." from rna descriptions.Campbell Barton
2011-09-26BGE Material settings renaming Back Culling to Backface Culling and make it o...Dalai Felinto
2011-09-25whitespace cleanupCampbell Barton
2011-09-25Committing patch #27442: Adaptive time step for fluid particles. The number ofAlex Fraser
2011-09-25Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-25patch [#28616] Multiple particle systems supportCampbell Barton
2011-09-25make new rna variables more consistant with existing names.Campbell Barton
2011-09-25manual update on changelog (python API)Dalai Felinto
2011-09-25removing texface rna - changelog.rst update soonDalai Felinto
2011-09-24Minor: Added PROP_DISTANCE sub-type to min/max dstances of WeightVG Proximity...Bastien Montagne
2011-09-24Minor: Other UI strings typos and tweaks. Also updated french po & moBastien Montagne
2011-09-23Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-22Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-09-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-09-21Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-21Translation: reload font on enabling/disabling use international fonts.Brecht Van Lommel
2011-09-21add missing define for last commit and tag bl_label & bl_descriptions for tra...Campbell Barton
2011-09-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton
2011-09-21fix breakage in 40417 - test compile please even for doc changes.Campbell Barton
2011-09-21Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20i18n: code clean-upSergey Sharybin