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
2011-09-18svn merge -r40197:40311 ^/trunk/blenderCampbell Barton
2011-09-18I made multitude of fixes based on the comments provided online:Jason Hays
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-17more mini optimizations - don't call UI_ThemeColor 4 times per curve handle, ...Campbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-14fix for a bug painting on selected verts, also fix an error in my own recent ...Campbell Barton
2011-09-14some picky rna/variable renaming:Campbell Barton
2011-09-14- use a flag define for bDeformGroup->flag rather than setting TRUE/FALSECampbell Barton
2011-09-14remove count_selected_defgroups() function and make get_selected_defgroups() ...Campbell Barton
2011-09-14another cleanup pass, quiet all warnings for GCCCampbell Barton
2011-09-14initial cleanup for weight paint branchCampbell Barton
2011-09-14svn merge -r40179:40195 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-13svn merge -r40000:40179 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39900:40000 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-09Fix #28590: Sculpt Overlay Texture in Viewport Glitched and Wrong icon for Ov...Sergey Sharybin
2011-09-06Fix for multiple parallel group node executions.Lukas Toenne
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-08-27- fix for BL_Shader::SetUniform() missing out the last part of the matrix.Campbell Barton
2011-08-26Fix #28301: Sculpting a object with rotational have desfaceSergey Sharybin
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-12Change two if-else statements to just if's since the conditions were initiall...Jason Hays
2011-08-08Merged 38822-39182Jason Hays
2011-08-02svn merge -r38814:38905 https://svn.blender.org/svnroot/bf-blender/trunk/blen...merwin-spacenavMike Erwin
2011-08-01fix [#28061] Texture (paint) bleeding on edgesCampbell Barton
2011-07-25spoof MOUSEMOVE after NDOF_MOTION event, added commentsMike Erwin
2011-07-24sculpt/paint while using 3D mouseMike Erwin
2011-07-21Removed my earlier vertex paint vertex select--someone is changing it drastic...Jason Hays
2011-07-21Fixed a Multi-Paint + Auto Normalize issue.Jason Hays
2011-07-20Added vertex masking support for the weight paint vgroup functions including:Jason Hays
2011-07-18Started adding vertex masking--supports regular painting, and setting weight ...Jason Hays
2011-07-18manually make small changes to sync with trunkCampbell Barton
2011-07-18svn merge -r38157:38474 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-18svn merge -r37793:37865 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-14Made a vertex selection keymap for weight paint so that the Jason Hays
2011-07-12Lots of incomplete changes:Jason Hays
2011-07-11Found and fixed a problem with locking (noticed it when it was being used wit...Jason Hays
2011-07-07Removed code I no longer needed for multi-paint's newer system.Jason Hays
2011-07-05Added Selection support to weight paint.Jason Hays
2011-06-29Made multi-paint change the weight values based on the artist's suggestion.Jason Hays
2011-06-27Merged from trunk with revision range 36835-37865,Jason Hays
2011-06-26renamed math functions and made publicCampbell Barton
2011-06-21Tweaked multi-paint and the way the colors are displayed so one of the artist...Jason Hays
2011-06-16Made Multi-Paint and Locking more independent to better support future features.Jason Hays
2011-06-14Made Multi-Paint support vertices containing locked groupsJason Hays
2011-06-11suspiciously consistent typoJason Wilkins
2011-06-10Fixed Multi-Paint so that it doesn't stop painting unless the maximum cap has...Jason Hays