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-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-09-14move ED_object_pose_armature --> object_pose_armature_get to so we dont get b...Campbell Barton
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-21Bugfix [#28309] pose lib too many keyframes in automatic keyframingJoshua Leung
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-07-17Bugfix [#27412] PoseLib bug(maybe also corrupted data)Joshua Leung
2011-07-023D view, graph editor, etc. doneXiao Xiangquan
2011-06-30Animation Channels Filtering Refactor - Part 5Joshua Leung
2011-06-15translate left panelXiao Xiangquan
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-182 minor glitchesCampbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-25Bug fix, irc report.Ton Roosendaal
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21Revert r35003. It was just an extra semicolonJoshua Leung
2011-02-21Fixed compilation bug in r35002: C90 forbids mixed declarations and code. I'v...Konrad Kleine
2011-02-21Bugfixes:Joshua Leung
2011-02-19Bugfix #26150Ton Roosendaal
2011-02-16sphinx doc gen: multiple examples possible and include the scripts docstring ...Campbell Barton
2011-02-16PoseLib Bugfixes, Cleanups, and Missing OperatorsJoshua Leung
2011-02-16Fix for compiler warning: forgot to hook up a poll callback I definedJoshua Leung
2011-02-16PoseLib UI and Bugfixes:Joshua Leung
2011-02-16Pose Lib: Start of PoseLib UI in Armature buttonsJoshua Leung
2011-02-15PoseLib: Adding support for custom propertiesJoshua Leung
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-07PoseLib Bugfix:Joshua Leung
2011-02-07PoseLib Preview/Browse Bugfixes:Joshua Leung
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-08Changed armature active bone so it is separate from selection this is consist...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-15bugfix [#24256] Wrong bone subdivision number in tweak panel.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-08bugfix [#21610] alt-r for bone (reset rotation) doesnt work in weight paintin...Campbell Barton