Blender CGI, Programming Blender: How to control motion of particles by python script Author Nobuyuki Hirakata Date 2017/09/15 There are some pitfalls to control motion of particles by python script. I put...
Blender CGI Blender Python: How to import(append) material by bpy script Author Nobuyuki Hirakata Date 2016/08/14 Basic: “bpy.ops.wm.append(filename, directory)” imports material and other assets from an blend file. It is...
Programming Python: State-Space model test with numpy Author Nobuyuki Hirakata Date 2016/07/06 This is state space model test with numpy. Sorry if it includes mistakes. The...
Programming Python: Differentiation matrix by numpy Author Nobuyuki Hirakata Date 2016/03/30 I made snippets for numerical differentiation by matrix. I think one of the pros...
Blender CGI, Data Visualization Blender: Python snippet to duplicate object on curves for data visualization Author Nobuyuki Hirakata Date 2016/03/03 I made the snippet that duplicates an object on curves. Also, the scale of...
Blender CGI, Programming Blender python: Add-on template with input on the tool shelf left Author Nobuyuki Hirakata Date 2016/03/02 I made a python code template for Blender add-on. The primary purpose of the...
Data Visualization D3.js and Blender: Vertical plot for CPI of Japan Author Nobuyuki Hirakata Date 2015/10/03 Notice: This is a post for exploratory purpose. If you want to know accurate...
Data Visualization, Misc-Ideas Idea: The Little Prince mentioned kernel density estimation? Author Nobuyuki Hirakata Date 2015/07/11 When I tested functions of Scipy, a chart resulted by kernel density estimation caughtmy...
Data Science, Programming Python: Snippet to convert csv into nodes-links json for D3.js network data Author Nobuyuki Hirakata Date 2015/06/25 Network data format of D3.js is commonly nodes-links json. The nodes contain id, ,name,...
Programming D3.js: D3 with Backbone.js-Marionette.js Author Nobuyuki Hirakata Date 2015/02/15 Marionette.js is a reliable sidekick of Backbone.js, and an almost de-facto plugin of the...
Programming Pandas: how to unpivot crosstable Author Nobuyuki Hirakata Date 2015/02/15 Many data provided by government are not vertically stacked table like database. They are...
Blender CGI, Programming Blender: Add-on version for “Change multiple curve origins” Author Nobuyuki Hirakata Date 2014/11/25 I made the snippet of “Change Multiple Curve Origin” an Blender add-on to be able...