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-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18style cleanupCampbell Barton
2013-03-18Fix: Setting cursor to semitransparent objects will fail because of clipAntony Riakiotakis
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17Fix "can't paint" bug no.1, painting with black on image editor did notAntony Riakiotakis
2013-03-17Fix evil own bug: paint_redraw accessed freed memory. Still doesn'tAntony Riakiotakis
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-17fix for missing NULL pointer checks and incorrect array freeCampbell Barton
2013-03-17Setting clone cursor is now an option for paint operator. This is notAntony Riakiotakis
2013-03-16Fix sculpt view normal for transformed objectsNicholas Bishop
2013-03-16patch [#34634] Select vertices without a groupCampbell Barton
2013-03-16style cleanupCampbell Barton
2013-03-16minor cleanup and calculate rake angle before jittering or resultAntony Riakiotakis
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-15Add missing operators from paint modes:Antony Riakiotakis
2013-03-15Support for rake in 2D image painting.Antony Riakiotakis
2013-03-15Fixes for 2d painting:Antony Riakiotakis
2013-03-14code cleanup: de-duplicate view clipping function for paint and knife tool, m...Campbell Barton
2013-03-14fix reading out of buffer bounds for recent vertex paint commit.Campbell Barton
2013-03-14style cleanup: odd indentationCampbell Barton
2013-03-14Fix silly mistake that could lead to crash. Also, slight cleanup/renameAntony Riakiotakis
2013-03-14Support for textures in vertex painting.Antony Riakiotakis
2013-03-14Two new Features:Antony Riakiotakis
2013-03-13fix for 2 errors where the 2d arrays were used as 3d. (out of bounds read).Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanup: also remove unused defines in paint_image.cCampbell Barton
2013-03-13Texture sampling function refactoring:Antony Riakiotakis
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-11Minor cleanup: We always use colour correction now for float buffers. Get rid...Antony Riakiotakis
2013-03-11Fix #34589. There was no space conversion being done between layers inAntony Riakiotakis
2013-03-11code cleanup:Campbell Barton
2013-03-11Fix more UI i18n issues (reported by Leon Cheung and Lockal).Bastien Montagne
2013-03-11Feature request for all paint systems that support it: Jittering inAntony Riakiotakis
2013-03-10Fix: stroke spacing fails in image editor, we need to account forAntony Riakiotakis
2013-03-10More cruft remove for 2d painting. Remove functions from brush interfaceAntony Riakiotakis
2013-03-10Texpaint refactor complete!Antony Riakiotakis
2013-03-10Fix #34562, leftover from own coordinate conversion refactoring. AlsoAntony Riakiotakis
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-10style cleanup: whitespaceCampbell Barton
2013-03-10* Cleanup: collapse unneeded paint 2d function to the caller. Also, newAntony Riakiotakis
2013-03-10Time to start reaping the benefits of code unification. Support forAntony Riakiotakis
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Texture paint refactoring commitAntony Riakiotakis
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-07Support position jittering on new texpaint code using the stroke system.Antony Riakiotakis
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-06Texture paint refactoring commitAntony Riakiotakis