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-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2013-12-14Code cleanup: Remove "TexFace to Material Convert", from the file menu. This ...Thomas Dinges
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-04-26Fix a few more cases where an operator should not show in the search menu.Brecht Van Lommel
2013-03-16revert own change: don't use memchr for strnlen, causes problems when the len...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-01-28[BGE Controllers] reverting my own commits #54103 and #54102, no longer neces...Dalai Felinto
2013-01-28fix annoyance noticed at the global-game-jam, adding controllers would rememb...Campbell Barton
2013-01-26real fix for Logic Bricks UI smart controller (#33746)Dalai Felinto
2013-01-15Logic window usability:Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-07-29style cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-05Fix #28404: certain keyboard shortcuts not shown in menus, e.g. move operatorsBrecht Van Lommel
2011-04-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-07-09Logic Editor UI: move s/c/a operators and interface buttonsDalai Felinto
2010-06-17Logics ops: add s/c/a can now be called with an object parameter (e.g. bpy.op...Dalai Felinto
2010-06-17logic ops: accepting no object as argument into "remove s/c/a" operators (use...Dalai Felinto
2010-06-17Logic ops: uncommenting + fix remove ops to use full RNA code :)Dalai Felinto
2010-06-16Logic UI: partial implementation of state per controllerDalai Felinto
2010-05-19Logic UI and Operators: adjusts on Layout + copy properties operator + fix on...Dalai Felinto
2010-05-16Logic UI: copy logic operator (old Ctrl+C) + add logics (shift+a)Dalai Felinto
2010-05-14Logic UI: add name option for add operators + ALL button in controller states...Dalai Felinto
2010-05-10Give Sensors/Controllers/Actuators more sensible names when they're createdMatt Ebb
2010-05-07Added dynamic enum itemf for add sensor/actuator operatorsMatt Ebb
2010-05-05Logic Editor UI workMatt Ebb
2010-05-04clear 2 warningsCampbell Barton
2010-05-04BGE Logics UI: commit to receive some feedback from MattDalai Felinto
2010-04-29SVN maintenance.Guillermo S. Romero
2010-04-29Rewrite of Logic editor UI to use layout engineMatt Ebb