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-01-11Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet EditorJoshua Leung
2011-01-10Restoring "Pose Markers"Joshua Leung
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06Improve reliability when setting property editor context via rnaMatt Ebb
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-23Changes to the ortho grid drawing based on discussion with Ton.Campbell Barton
2010-11-20Bugfix #21028Ton Roosendaal
2010-11-15- 'matrix_basis' for objects and pose bones, this is an alternative access to...Campbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-08fix for glitches with quad-split view.Campbell Barton
2010-11-07Inverted the opacity setting for Background Images through RNA.Campbell Barton
2010-11-07committed by mistakeCampbell Barton
2010-11-07Rename BG image Transparency to Opacity, Since 100% transparency is actually ...Campbell Barton
2010-11-01Fix name, update others to match style.Guillermo S. Romero
2010-10-31Lock to CursorNathan Letwory
2010-10-20== Paint ==Nicholas Bishop
2010-10-02Fix #22348: disabled image editor curves on non-float images, this neverBrecht Van Lommel
2010-09-30Action/Shapekey Editor Bugfixes:Joshua Leung
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...Campbell Barton
2010-09-23fix for mistake in rna naming.Campbell Barton
2010-09-22RNA renaming nodetree to node_tree Dalai Felinto
2010-09-06revert keymap name commit, matt says everything should be '2D View', '3D View...Campbell Barton
2010-09-06rename '3D View' keymap, since its know as 'View 3D' for other areas of the k...Campbell Barton
2010-08-28python/utf8 compatibility fixes. (as discussed on the mailing list)Campbell Barton
2010-08-24- pythons 'del somevalue.attr' could crash when used with the rna api (report...Campbell Barton
2010-08-19misc rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-17apply UserPrefs and Theme rna naming changes.Campbell Barton
2010-08-17apply all rna naming changes for rna_space.cCampbell Barton
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-07-30bugfix [#23104] Crash when console: <SpaceView3D object>.local_view. autocomp...Campbell Barton
2010-07-14DopeSheet: Commented out menu entry for 'Grease Pencil' mode for now, since I...Joshua Leung
2010-07-13RNA cleanup: review of booleans done.Brecht Van Lommel
2010-06-22Timeline addition: Display cached framesMatt Ebb
2010-06-21Logic UI: Pin option for sensor and actuators (from 2.49)Dalai Felinto
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-06-11patch [#22570] Text editor syntax coloring updateCampbell Barton
2010-06-07Fixed bug #22515, RegionView3D has weird width/height valuesNicholas Bishop
2010-06-05get rid of some warnings,Campbell Barton
2010-06-04Fix [#22383] 3dView Layer Management (by Mouse) brokenMatt Ebb
2010-05-28Fix [#22429] Seg Fault when deleting a material from a pinned panelMatt Ebb
2010-05-20access to 3d viewport location, distance and rotation.Campbell Barton
2010-05-19remove function to check for correct rv3d->perps, could crash in some cases a...Campbell Barton
2010-05-19rna property RegionView3d.perspective - ORTHO/PERSP/CAMERACampbell Barton
2010-05-18Fix : Preview render wasn't updating when switching pinned materials (and oth...Matt Ebb
2010-05-14Logic UI: add name option for add operators + ALL button in controller states...Dalai Felinto
2010-05-05Logic Editor UI workMatt Ebb