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
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