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
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-06-05get rid of some warnings,Campbell Barton
2010-06-04* Fixed a Typo in Convert menu. Thomas Dinges
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-06-04Fix [#22383] 3dView Layer Management (by Mouse) brokenMatt Ebb
2010-06-03Copy Game Properties Operator: fix for "default enum value" out of the range....Dalai Felinto
2010-06-03Logic Editor: clear properties operator + logics in the object menuDalai Felinto
2010-05-27Various constraint code cleanups:Joshua Leung
2010-05-27== Pivot Constraint ==Joshua Leung
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-05-27make bpy.ops.object.select_name(name) also make the object active since Alt+R...Campbell Barton
2010-05-25Tweaks to copy game properties operator for DalaiMatt Ebb
2010-05-24Logic Editor - fix for Keyboard Sensor + Copy Game Property fancy submenuDalai Felinto
2010-05-24- remove OBJECT_OT_curve_addCampbell Barton
2010-05-21Removed unused argument mmd from multires reshape functions.Sergey Sharybin
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-13restrict render_clear was operating on hidden objects, now work on selectionCampbell Barton
2010-05-13remove use of global 'G'Campbell Barton
2010-05-13Bring back the pupmenu for "select object in the same group"Diego Borghetti
2010-05-10Fix [#22296] Wrong Operator Names?Matt Ebb
2010-05-10Added backspace as an alternative to the X key, for deleting things.William Reynish
2010-05-07Minor formatting tweaks (killing some "caterpillar if's"... yuck those things...Joshua Leung
2010-05-07saving multires data didnt get the new filename when the external struct was ...Campbell Barton
2010-05-07Warning cleanupMatt Ebb
2010-05-06own restrict-render commit broke hide unselected.Campbell Barton
2010-05-06last commit broke linking to scenes from the UICampbell Barton
2010-05-05- split objet group add/link into 2 operatorsCampbell Barton
2010-05-05Bugfix #22244: Crash on using ops.constraint.childof_set_inverse and childOf_...Joshua Leung
2010-05-05remove conflicting restrict render keyCampbell Barton
2010-05-04render hide/unhide (Ctrl+H, Ctrl+Alt+H, Ctrl+Alt+Shift+H)Campbell Barton
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-05-04clear 2 warningsCampbell Barton
2010-05-03Fix [#22227] Unbinding calls bind operatorMatt Ebb
2010-04-29option to copy constraints without making their ID references direct links.Campbell Barton
2010-04-29select linked options, Library and Library ObDataCampbell Barton
2010-04-26Pass constraint names as operator properties in constraint operatorsMatt Ebb
2010-04-25correct typo'sCampbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-22warning cleanupMatt Ebb
2010-04-22rna: added lib.parent access and made filename editable.Campbell Barton
2010-04-22Fix [#22097] missing panels in texture tabMatt Ebb
2010-04-22Fix [#22078] Cannot apply modifier in python (context error)Matt Ebb
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-21bugfix [#22091] Crashing on Add Shortcut Campbell Barton
2010-04-16Fix [#21492] "Align to view" option from tools panel's operator part doesn't ...Matt Ebb
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-15Make memstat easier to read, add missing Intel ID and cleanups.Guillermo S. Romero
2010-04-13fixed make local bug; it was only looking at editable objects, which of cours...Joseph Eagar