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
2015-10-08BKE_key: add BKE_key_from_id helper functionsCampbell Barton
2015-10-08Cleanup: remove unused fluidsim membersCampbell Barton
2015-10-08Add missing object ID loop pointersCampbell Barton
2015-10-08File Read: de-duplicate command line file-loadCampbell Barton
2015-10-08BLI_path api, minor changes to CWD handlingCampbell Barton
2015-10-08Cleanup: redundant code in anim playerCampbell Barton
2015-10-08Cleanup: remove unused argCampbell Barton
2015-10-08Cleanup: headersCampbell Barton
2015-10-08Cleanup: typosCampbell Barton
2015-10-08Fix T46410: VSE Mask ignores animated propertiesCampbell Barton
2015-10-08Fix T46408: Transform (bicubic) ID channel failsCampbell Barton
2015-10-08UI: no need to update drag-edit for scroll buttonsCampbell Barton
2015-10-07Fix T46402: UILists fail to scroll using click+dragPhilipp Oeser
2015-10-07Cleanup of BKE_library_foreach_ID_link.Bastien Montagne
2015-10-07Fix T46401: bad step size w/ radiansCampbell Barton
2015-10-07BMesh: maintain select-history when sortingCampbell Barton
2015-10-07Cleanup: spellingCampbell Barton
2015-10-07Fix mesh validate: 'r_changed' ignored loop editsCampbell Barton
2015-10-07Fix game-property use-after-free errorCampbell Barton
2015-10-06Fix T46390: Sound sequencer API doesnt' work when built with SConsSergey Sharybin
2015-10-06Fix T46392: Navmesh generator error.Bastien Montagne
2015-10-06WM: Fix crash when a new window can't be createdCampbell Barton
2015-10-06Fix T46345: Registrable props could be modifiedJulian Eisel
2015-10-06Cleanup: return PROP_EDITABLE rna flagCampbell Barton
2015-10-06Cleanup: use BLI_path_basenameCampbell Barton
2015-10-06RNA: Add check_existing arg to other load() funcsCampbell Barton
2015-10-06Fix T46389: Shrinkwrap fails in editmodeCampbell Barton
2015-10-06Cleanup: only check paint mode for active objectsCampbell Barton
2015-10-06Fix T46385: Duplicate w/ vertex parent failsCampbell Barton
2015-10-05Image Py API: Expose 'load_exists' to RNA image load(), and extend load_image...Bastien Montagne
2015-10-05Cleanup: use proper `ObjectWalkFunc` typedef in modifiers' object callback func.Bastien Montagne
2015-10-05Fix T46333: Particle Info Node broken w/ BICampbell Barton
2015-10-05Cleanup: warningCampbell Barton
2015-10-05Fix T46375: Inverted scroll in node template menusCampbell Barton
2015-10-05Fix T46354: Curve Modifier does not update (new Dependency graph)Sergey Sharybin
2015-10-05Metadata display: support word-wrapped noteCampbell Barton
2015-10-05Fix T46379: Bad behavior of bUnit_ToUnitAltName() with default units.Bastien Montagne
2015-10-05Cleanup: pass pointer to rctfCampbell Barton
2015-10-05Fix T46305: normal map display issues in viewport when using VBOs.Brecht Van Lommel
2015-10-04Fix T46368: Subtitle Export: Subtitles are not sorted by time.Bastien Montagne
2015-10-04Fix (unreported) broken export of timecodes in SubRip VSE exporter.Bastien Montagne
2015-10-04BMesh: improved smooth subdivisionCampbell Barton
2015-10-04Fix (coverity-reported) broken 'transform helpers' drawing.Bastien Montagne
2015-10-04Clenup: Text Editor: Fix inconsistencies in textline handling (makes coverty ...Bastien Montagne
2015-10-04Correct last commit, picky type warningsCampbell Barton
2015-10-04Correct last commit, check before freeingCampbell Barton
2015-10-04BLI_Buffer: add BLI_buffer_reinitCampbell Barton
2015-10-04BLI_Buffer: support over 2gb allocationsCampbell Barton
2015-10-04BLI_Buffer: fix BLI_buffer_resize w/ calloc flagCampbell Barton
2015-10-03Fix T44605: OS X continuous grab issues.Brecht Van Lommel