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-11-05more DNA object editsCampbell Barton
2011-11-05- view bounds (now split from collision bounds) was still being used for bge ...Campbell Barton
2011-11-05Forgot to initialize sensor height when creating new camera.Sergey Sharybin
2011-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-04Depsgraph: add "Dependency Relations" operator to print the dependency graph toBrecht Van Lommel
2011-11-04Fix #29146: object used for particle instancing did not update when affectedBrecht Van Lommel
2011-11-04Comments and other text editing:Joshua Leung
2011-11-04Bugfix [#28515] Dupliframes start/end animation broken since 2.56AJoshua Leung
2011-11-04- added docs and examples for bpy.app.handlersCampbell Barton
2011-11-04utility function to find the biggest area: BKE_screen_find_big_area(...), was...Campbell Barton
2011-11-03Depsgraph: more tweaking for update acces from python APIBrecht Van Lommel
2011-11-03Fix #29005: Bezier/Surface Datablock switching bug?Sergey Sharybin
2011-11-03Fix #28935: Material display error VBO + Texture Solid + ModifierSergey Sharybin
2011-11-03Bugfix [#29113] "Follow path" constraint subframes calculatedJoshua Leung
2011-11-03Depsgraph/Python: ensure datablocks with animation data get tagged as beingBrecht Van Lommel
2011-11-03correct spelling mistakesCampbell Barton
2011-11-03Depsgraph/Python: callbacks and properties to detect datablock changesBrecht Van Lommel
2011-11-02RenderEngine/Nodes: system to check for shading nodes compatibilityBrecht Van Lommel
2011-11-02Nodes: add support for shader nodes on world and lamps, in addition to materi...Brecht Van Lommel
2011-11-02World Stars:Thomas Dinges
2011-11-02quiet some warnings.Campbell Barton
2011-11-01vertex group mirrorCampbell Barton
2011-11-01macro to check if an object type supports vgroupsCampbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-31use_verify option to defvert_sync_mapped and defvert_sync was flipped, also m...Campbell Barton
2011-10-31fix [#29098] File save dialog cannot handle extra periods in file nameCampbell Barton
2011-10-30make_uv_vert_map() was looping over the texture face for not reason.Campbell Barton
2011-10-30Modifier compilation tweaks (Blender conference commit) Thomas Dinges
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-27..and now fix linux build since my windows build fix had a lowercase typoAndrew Wiggin
2011-10-27Fix windows build (__func__ macro needs definition from BLI_utildefines.h on ...Andrew Wiggin
2011-10-27fix [#29044] applying mirror modifier causes crash; something with vertex gro...Campbell Barton
2011-10-27use path remapping for all make local functions, patch from Alex Fraser with ...Campbell Barton
2011-10-27pass image description to image loading functions for more useful error than ...Campbell Barton
2011-10-27- remove bpath iterator and replace all uses with visitor.Campbell Barton
2011-10-27Support more kinds of paths for path re-writing / traversing, patch from Alex...Campbell Barton
2011-10-27quiet -Wempty-body and unused warningsCampbell Barton
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
2011-10-26Fix #29030: render operator only used scene property if layers was used, now itBrecht Van Lommel
2011-10-26Fix [#28772] Filepaths are not remmaped after making a library item localAlex Fraser
2011-10-25cmake macro to set less strict flags per file - remove_strict_flags_file(file...Campbell Barton
2011-10-24Remove currently unused IMB_cache_limiter_* function.Sergey Sharybin
2011-10-24Some small fixes and changes:Sergey Sharybin
2011-10-24fix [#28961] FCurves.range() returns wrong values for one-point curves (sic!)Campbell Barton
2011-10-24Fix #28949: can't render video to FlashSergey Sharybin
2011-10-24added function BKE_library_filepath_set which sync's the libraries absolute p...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton