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-05-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-05-07Style cleanupCampbell Barton
2014-05-06Cleanup: redundant NULL checksCampbell Barton
2014-05-06Followup fix to T39966.Lukas Tönne
2014-05-06Fix T40048: Cycles bake crashes Blender [when there is no image]Dalai Felinto
2014-05-06Over-optimized stuff in the previous commit, sorry.Sergey Sharybin
2014-05-06Fixes to previous sculpting tweaksSergey Sharybin
2014-05-06Cleanup a bit of the locked shape keys paintingSergey Sharybin
2014-05-06Fix for uninitialized unit_use_radians variable with inset and bevelCampbell Barton
2014-05-06Fix for own recent change to menu shortcut behaviorCampbell Barton
2014-05-06Freestyle: added more conditions to be able to switch to the line style textu...Tamito Kajiyama
2014-05-06Correct fix for knife interior use, distance needed to be in object-spaceCampbell Barton
2014-05-06Knife too: was using a ray-cast direction scaled down by the knife epsilonCampbell Barton
2014-05-06Fix T38623: Knife tool completely failing on interior geometryCampbell Barton
2014-05-05Fix T39956.Antony Riakiotakis
2014-05-05Hidden PBVH nodes:Antony Riakiotakis
2014-05-05Make bpy.types.EditBone.matrix writeable.Bastien Montagne
2014-05-05Attempt to solve T39950,Antony Riakiotakis
2014-05-05Fix T39322, hair not rendered in rendered mode viewport after returningAntony Riakiotakis
2014-05-05Another attempt to fully fix T40020: Freestyle: dashed lines crashes blender.Tamito Kajiyama
2014-05-05Freestyle: Revised a UI text for better understandability in the Outliner.Tamito Kajiyama
2014-05-05Fix T40029: Apply transform to empties reset their locationCampbell Barton
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-05-05Fix: T40016 ID Names translated in menusCampbell Barton
2014-05-05Fix T40020: Freestyle: dashed lines crashes blender.Tamito Kajiyama
2014-05-05Code cleanupCampbell Barton
2014-05-05NLA Pushdown Operator: Active animdata option + More error handlingJoshua Leung
2014-05-05NLA Editor: Added dedicated operator for the pushdown operationJoshua Leung
2014-05-05Code Cleanup: Remove old deprecated NLA channel drawing codeJoshua Leung
2014-05-05NLA Editor: Polishing a few rough edges with the cleanupJoshua Leung
2014-05-05NLA Editor: Second part of porting NLA Action channel to standard drawing systemJoshua Leung
2014-05-05NLA Editor Drawing: Set up AnimChannelType callbacks for drawing NLA EditorJoshua Leung
2014-05-04Fixes for errors uncovered after previous commitJoshua Leung
2014-05-04Code cleanup: Use enum instead of int in function signatures for bAnimChannel...Joshua Leung
2014-05-04NLA Editor: Display "tweaking action" status indicator icon in place of actio...Joshua Leung
2014-05-04NLA Editor: Added dedicated icons for "pushdown" operator and for indicating ...Joshua Leung
2014-05-04NLA Eval Bugfix: Influence settings on active action didn't workJoshua Leung
2014-05-04Fix typo (uninitialized var)Campbell Barton
2014-05-04Fix T40010: Single user looses parent relationship (temporarily)Campbell Barton
2014-05-03Fix for aligned handles in masking and curve objectsSergey Sharybin
2014-05-03Code cleanup: styleCampbell Barton
2014-05-03Fix T39997: Multiple boolean modifiers sharing the same right operand crashesSergey Sharybin
2014-05-03Doxy cleanup: formattingCampbell Barton
2014-05-03Minor code style fix.Tamito Kajiyama
2014-05-03Added support for the Make Local command in the Outliner on textures in line ...Tamito Kajiyama
2014-05-03Added changes to unlink textures from line styles in the Outliner.Tamito Kajiyama
2014-05-03Added changes to show textures as part of line styles in the Outliner.Tamito Kajiyama
2014-05-03Added notifier of updates in Freestyle texture slots.Tamito Kajiyama
2014-05-03Fix for missing initialization and copying of FreestyleLineStyle::pr_texture ...Tamito Kajiyama
2014-05-03Make blenderplayer compilable again after recent commit b7f085d9c128f31d576c7...Thomas Beck