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-03-12Py/RNA: add bpy.data.palettesCampbell Barton
2015-03-11Fix typo in RNA definition of "shape_key_add"Philipp Oeser
2015-03-09Fix T43332: Adding polygon int layer failedCampbell Barton
2015-03-04RNA: rename mesh validate argumentCampbell Barton
2015-03-03UI messages fixes...Bastien Montagne
2015-03-02cleanup: whitespaceCampbell Barton
2015-03-01Use the old double-step collision method only for cloth.Lukas Tönne
2015-02-28Code Cleanup: Clarify some comments regarding usercount managementJoshua Leung
2015-02-28gameengine physics: moving collision filtering inside the collision panel and...Ines Almeida
2015-02-28Outliner: rename "Orphaned Datablocks" menu itemCampbell Barton
2015-02-27cleanup: double promotionCampbell Barton
2015-02-26Change samples variable for SSAO - now it is actual samples, not squaredAntony Riakiotakis
2015-02-25Warning messagebox for windows when an unsupported implementation ofAntony Riakiotakis
2015-02-24RNA: correct enum flag callbackCampbell Barton
2015-02-21Correction for RNA getter of use_save_buffersSergey Sharybin
2015-02-20Sequencer: allow scene volume above 1Campbell Barton
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-02-20Revert "Cast result of rna_RenderSettings_use_game_engine_get to {0, 1}"Sybren A. Stüvel
2015-02-20Cast result of rna_RenderSettings_use_game_engine_get to {0, 1}Sybren A. Stüvel
2015-02-20RNA: calloc -> malloc when fixbuf is uninitializedCampbell Barton
2015-02-19gameengine physics: removing triangle mesh collision option for character con...Ines Almeida
2015-02-19Animation ghosting: when tweaking start-end values don't clamp userAntony Riakiotakis
2015-02-19RNA: poll functions restricting object typesCampbell Barton
2015-02-19BGE: Fix T41502 Path following jumpingJorge Bernal
2015-02-18RNA: assert when non 0/1 values used as boolCampbell Barton
2015-02-18RNA: assert on over-sized array index accessCampbell Barton
2015-02-18RNA: use __func__ for alloc-id'sCampbell Barton
2015-02-17Hide 3D Cursor in Paint Modes (with exceptions)Julian Eisel
2015-02-17RNA API: reuse property lookupsCampbell Barton
2015-02-16UI messages fixes and cleanup.Bastien Montagne
2015-02-16Fix T43684: File Browser is unusable on Windows Machines (do not BLI_is_dir()...Bastien Montagne
2015-02-16Extended RNA support for mesh customdata property layers.Lukas Tönne
2015-02-15Outliner: Added new mode for displaying "orphaned" datablocksJoshua Leung
2015-02-15Revert/Remove "Auto View" FeatureJulian Eisel
2015-02-14Bugfix: Referencing actions from Action Actuator was not setting a userJoshua Leung
2015-02-13Revert "Fix T43646: VSE preview allows displaying channels down to -5"Julian Eisel
2015-02-13No need to use "SSAO" for SSAO colorAntony Riakiotakis
2015-02-13Fix T43646: VSE preview allows displaying channels down to -5Julian Eisel
2015-02-13Cleanup horrible artifact of Greek to English translation.Antony Riakiotakis
2015-02-12Use the RNA for overriding the name instead.Antony Riakiotakis
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-02-12Removed the cloth preroll feature.Lukas Tönne
2015-02-12BGE: Improve UI of Anisotropic Friction subpanelJorge Bernal
2015-02-11Fix VSE strip channel skip overlapping stripsCampbell Barton
2015-02-11FileBrowser Bookmarks: fix issue with invalid bookmarks.Bastien Montagne
2015-02-11RNA: sequencer channel range was incorrectCampbell Barton
2015-02-11Cavity masking - add curve control to cavity mask and move relevantAntony Riakiotakis
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-11FileBrowser: Editable Bookmarks.Bastien Montagne
2015-02-11UI: add optional tip callback to uiBut, and use it for per-item tooltips in U...Bastien Montagne