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-10-08* Code cleanup, comments in readfile.c. Thomas Dinges
2013-10-08Cycles / SSS:Thomas Dinges
2013-10-08remove toolsettings (unused for a long time).Campbell Barton
2013-10-07fix for crash on load if the file was saved in editmesh,Campbell Barton
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton
2013-10-01Mark some CCG funcrions as inlinedSergey Sharybin
2013-09-30workaround for [#36314], ensure all id-properties are groups on load (which a...Campbell Barton
2013-09-21style cleanup: whitespace & odd indentationCampbell Barton
2013-09-18Fix memory leak that still existed when opening .blend file mesh data in olderBrecht Van Lommel
2013-09-17Fix wrong temporary path in user preferences, revert startup.blend and insteadBrecht Van Lommel
2013-09-16fix [#36291] Applying subsurf to mesh or setting subdivisions to zero crashes...Campbell Barton
2013-09-13Fix memory leak reading mesh data after change to skip saving temporaryBrecht Van Lommel
2013-09-11take the decender into account when drawing console text.Campbell Barton
2013-09-10Update to writefile: do not save TEMPORARY or NO_COPY CD layers!Bastien Montagne
2013-09-10Fix #36271: missing (+) icon for toolbar in compositing layout in default sta...Brecht Van Lommel
2013-09-10startup.blend: save images as RGBA by default, to avoid losing data whenBrecht Van Lommel
2013-09-10startup.blend: add a function BLO_update_defaults_startup_blend to changeBrecht Van Lommel
2013-09-09move mesh evaluation functions (normal, mapping, smooth group... etc, calcula...Campbell Barton
2013-09-07shrink-wrap constraint, improve and remove some limitations.Campbell Barton
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-09-03Fix compile error with strict compile flags.Brecht Van Lommel
2013-09-03Fix #36189: link group, delete instanced object, link group again would notBrecht Van Lommel
2013-09-02add attributes to ghash and edgehash functions.Campbell Barton
2013-08-29Last uiList patch (for now!): filtering and reordering of shown elements.Bastien Montagne
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-24Fix state losses for recursive outliner trees (e.g. datablocks editor)Sv. Lockal
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-08-19Remove unused bounding box from MetaBallSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-19Get rid of a display list stored in Curve datablockSergey Sharybin
2013-08-19style cleanup: indent/whitespaceCampbell Barton
2013-08-16replace calls to BLI_linklist_append with BLI_linklist_prepend where order us...Campbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-14fix [#36349] Separate mesh by material creates meshes with all the materials ...Campbell Barton
2013-08-11BGE: Fixing the memory leaks reported when the BlenderPlayer exits.Mitchell Stokes
2013-08-08Linking Brushes did not link the mask texture properlyAntony Riakiotakis
2013-08-07Fix crashes that could still happen opening files with the outliner bug that ...Brecht Van Lommel
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-08-06Fix crash loading .blend files that have multiple outliners in a screen, savedBrecht Van Lommel
2013-08-04more consistent use of checks of BLI_open(), check 'fd < 0' rather then -1. p...Campbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-08-02Some versioning changes/patching of the brush system:Antony Riakiotakis
2013-07-24fix [#36262] Paste strip with video or sound content from another file crashe...Campbell Barton
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-23Fix #36225, spacing was halved and set to zero for texture paint brushes that...Antony Riakiotakis
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-13remove NULL checks on fixed size arrays, also was calling BLI_testextensie_gl...Campbell Barton