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 (Collapse)Author
2009-02-072.5 MSVC9 projectfilesAndrea Weikert
update for renaming space_ipo -> space_graph
2009-02-012.5 MSVC9 projectfiles Andrea Weikert
updates: * project blenfont added
2009-01-282.5 MSVC9 projectfiles Andrea Weikert
updates: * windowmanager/wm_draw.c * editors/space_ipo: ipo_draw.c, ipo_edit.c and ipo_ops.c
2009-01-262.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender ↵Brecht Van Lommel
-r17853:HEAD
2009-01-222.5 MSVC9 projectfiles Andrea Weikert
updates: * windowmanager/wm_jos.c * editors/datafiles/preview.blend.c
2009-01-212.5 MSVC9 projectfiles Andrea Weikert
updates: * windowmanager/wm_draw.c
2009-01-202.5 MSVC9 projectfiles Andrea Weikert
updates: * several new files added to editors/space_sequencer * several new files added to editors/preview
2009-01-182.5 MSVC9 projectfiles Andrea Weikert
updates: * RNA: rna_space.c and rna_vpaint.c * DNA: DNA_anim_types.c * blenkernel: anim_sys.c, fcurve.c * editors: space_image several files added * editors: uvedit several files added * editors: gpencil: several files added
2009-01-132.5 MSVC9 projectfiles Andrea Weikert
* added new files in editors/object and editors/space_sequence * added seqeffects.c in blenkernel
2009-01-112.5 MSVC9 projectfiles Andrea Weikert
small update: * added editors/space_ipo(ipo_draw.c * added editors/object/editconstraint.c
2009-01-082.5 MSVC9 projectfiles Andrea Weikert
* update of RNA project after reorganisation * added editors/space_view3d/vpaint.c and editors/mesh/editdeforn.c to projectfiles
2009-01-072.5 MSVC9 projectfiles Andrea Weikert
updates: - booleanops.c and booleanops_mesh in blenkernel - screendump.c in editors/screen - keyval.c in editors/interface - RNA: rna_pose.c
2009-01-072.5 MSVC9 projectfilesAndrea Weikert
update: editors/sculpt files
2009-01-062.5 filebrowserAndrea Weikert
further cleanup: - moved struct FileList* back to SpaceFile - fix for memory related errors and freeing operator in file_free - removed wmSubWindowSet, we're not doing OpenGL select in filebrowser - removed drawing of load button when invoked from windowtype pupmenu 2.5 MSVC projectfiles: - slipped in removal of multires_firstlevel.c in blenkernel
2009-01-062.5 - Start of filebrowser.Andrea Weikert
- basic drawing of list and thumbnail view (switchable through 'favourits' icon in header) - selection of files and directories (bookmarks) works with the RMB (right mouse button) - load operator for files still unstable (no check for correct file type) and incomplete. (WM_operator_free missing) immediate TODOS: - fix load file operator - finish drawing of buttons in header - drawing of detailed list with all file info. - finish selection and execute operators (LMB and MMB execute) later todos: - parent dir - keymap for all the shortcuts - append/link and databrowse - ...
2009-01-062.5 MSVC9 projectfiles Andrea Weikert
updates: * stubs.c was moved from editors/screen to python * RNA: rna_action.c * Armature: all in editors/armature added.
2009-01-042.5 MSVC9 projectfiles Andrea Weikert
updates: * RNA: several files (rna_cloth, rna_object_force.c, rna_particle.c, rna_scriptlink.c, rna_text.c, rna_texture.c, rna_userdef.c) * complete removal of verse and cleanup of WITH_VERSE from projectfiles * deleted projectfiles for BL_src - not needed anymore. * editors/mesh: mesh_intern.h was renamed from editmesh.h, new file mesh_ops.c * editors/util: editmode_undo.c, undo.c and util_intern.h added * editors/animation: anim_channels.c added * editors/space_action: action_edit.c added
2008-12-302.5 MSVC9 projectfiles Andrea Weikert
updates: * editors/mesh: added all files * editors/transform: transform_input.c * RNA: rna_fluidsim.c
2008-12-292.5 MSVC9 projectfiles Andrea Weikert
updates: * editors/transform: added all files * editors/animation: keyframes_general.c * editors/space_node: node_state.c note: had to remove WITH_VERSE from editors, due to BIF_verse not beeing ported (yet?)
2008-12-282.5 MSVC9 projectfiles Andrea Weikert
updates: * BPY_python: bpy_opwrapper.c, bpy_util.c * editors/space_action: action_edit_keyframes.c * editors/space_node: node_ops.c, node_select.c
2008-12-262.5 MSVC9 projectfiles Andrea Weikert
updates: * rna_sound.c
2008-12-262.5 MSVC9 projectfiles Andrea Weikert
updates: * new file editors/interface/interface_panel.c * new files in editors/space_node * new file editors/space_buttons/buttons_scene.c * new files in editors/space_script * new files in editors/object
2008-12-232.5 MSVC9 projectfiles Andrea Weikert
* update for editors/animation editors/space_outliner and editors/screen * also fix compile error when INTERNATIONAL is set (will likely be solved with new font API)
2008-12-222.5 MSVC9 projectfiles Andrea Weikert
* small update for anim_keyframes_draw.c and space_action/action_draw.c
2008-12-212.5 MSVC9 projectfiles Andrea Weikert
* update for view3d_draw and view3d_select * update for bpy_operator
2008-12-202.5Andrea Weikert
* fix lost declaration and missing includes after blenlib cleanup. * bump warning level to W3 for Debug in a few libraries for MSVC9 projectfiles. Others will follow.
2008-12-202.5 MSVC9 projectfiles Andrea Weikert
* update for editors/animation
2008-12-202.5 BLI_blenlib cleanupAndrea Weikert
DONE: * moved almost all declarations from BLI_blenlib.h into their own proper header files. * BLI_blenlib.h still includes all the declarations for convenience and to avoid changes in existing code * split util.c into several files, where it wasn't done already * DynamicList -> dynamiclist, * ListBase -> listbase, * String utility functions -> string.c * removed a few unused macros and functions, if they're needed back, they're still in svn ;) TODO: * btempdir global * further cleanup in the code of the different modules (especially util.c)
2008-12-192.5 MSVC9 projectfilesAndrea Weikert
updates for briging back view3d.
2008-12-182.5Andrea Weikert
Adding back internal files for file/imagebrowser.
2008-12-182.5 MSVC9 projectfilesAndrea Weikert
updates: * context.c and report.c in blenkernel (moved from wm) * view3d_draw in editors * rna for sequence
2008-12-142.5 MSVC9 projectfilesAndrea Weikert
update for space_action, space_nla, space_script, space_sequencer, space_text,space_sound.
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender ↵Brecht Van Lommel
-r17434:HEAD
2008-12-142.5 MSVC9 projectfilesAndrea Weikert
update for space_info and new files in space_file.
2008-12-142.5Andrea Weikert
Skeleton for bringing back SpaceFile. Code to initialize the SpaceFile struct missing still, I think this is the right time to cleanup there :)
2008-12-14== MSVC9 projectfiles ==Andrea Weikert
* lots of updates for space types/ editors: ipo, view3d, node and image * rna: update for constraints and armatures
2008-12-04RNAAndrea Weikert
* rna for DNA_key_types.h, also linked to key member of Lattice, others need to be checked.
2008-12-02RNAAndrea Weikert
* DNA_packedFile_types: added rna definitions for packed files * also experimentally filled in correct struct 'PackedFile' in image rna for testing. * updated MSVC projectfiles (also for rna_curve.c and rna_vfont.c) Note: I removed PackedFile->flags, I did grep through source and a complete recompile of blender trunk svn without them too, so they obviously aren't needed anymore. A bit of cleaning up :)
2008-12-01== MSVC9 projectfiles ==Andrea Weikert
- update for several new rna files.
2008-11-30RNAAndrea Weikert
* DNA_lattice_types: added rna definitions for lattice u,v,w and some flags * updated MSVC projectfiles
2008-11-30== MSVC projectfiles ==Andrea Weikert
== MSVC projectfiles == - update for python RNA API - update for editors: ed_util.c - fixed RNA_rna library project, doesn't need the c files included in rna.c
2008-11-30View2D - Initial commit of Pan-View OperatorJoshua Leung
* Moved View2D data from space-data to ARegion (aka regions). This has been done because drawing occurs in regions not areas anymore. The View2D struct is currently stored in the ARegion struct (not as pointer), given that most of the regions in use will be 2D anyway (only the 3d-view's "window" region is the exception). Added version patch code for outliner and timeline only for now. Headers are also likely to need this. * Added separate keymap for View2D operators. All regions that use View2D will need this added. This includes headers too. * Pan view operator (ED_View2D_OT_view_pan), currently works for Outliner and Timeline. Use MMB-drag as before. - It currently doesn't exposed any parameters for redo (via RNA-ID-Props), but only uses some customdata. Suggestions on what these parameters could be are welcomed. - I've yet to implement the necessary axis-locking features for this panning (which is required in Timeline for example to prevent vertical panning, which moves the markers out of view).
2008-11-29== MSVC projectfiles ==Andrea Weikert
- update for RNA_sensors.c - added missing projectfile fpr DNA_DNA lib
2008-11-29* add material, node and screen RNA to project filesNathan Letwory
2008-11-26MSVC9 project file update for TEX nodesBenoit Bolsee
2008-11-26MSVC9 project file update for blenderplayerBenoit Bolsee
2008-11-25Bringing back icons:Andrea Weikert
Part 3/3: new icons - Icon set done by jendrzych! Great job! - cleaned up unnecessary includes and removed commented out code - preview icons (for materials, textures,..) don't work yet, have to be ported to new event system
2008-11-23== MSVC 2.50 projectfiles ==Andrea Weikert
- fixed dependencies and some glitches for RNA - still WIP, but Blender Release and Blender Debug should compile now.
2008-11-16== MSVC project files ==Andrea Weikert
updated VisualStudio 9 projectfiles for blender 2.50 notes: - still WIP - dependencies have to be reviewed - gameengine has been removed from build for now, needs to be added back at some point - time, outliner and view3d editors have been added, other editors will have to be added when ported
2008-11-132.5: merge with trunk, previous merge was only up to yesterday.Brecht Van Lommel
svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17416:HEAD